package controlledparts; public interface FrameWithControlledTextField extends FrameWithControlledTextAreas { void enterPressed(int id); }