Package docking

Class MouseEntryTextField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants

public class MouseEntryTextField extends HintTextField
See Also:
  • Constructor Details

  • Method Details

    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent
    • setDisabledHint

      public void setDisabledHint(String disabledHint)
      Sets the hint text that will be displayed when this field is disabled
      Parameters:
      disabledHint - the hint text
    • getMouseBinding

      public MouseBinding getMouseBinding()
    • setMouseBinding

      public void setMouseBinding(MouseBinding mb)
    • clearField

      public void clearField()
      Clears the state of this class, but does not notify listeners. This allows clients to control the state of the field without having a callback change the client state.
    • clearMouseBinding

      public void clearMouseBinding()
      Clears the state of this class and notifies this client. This effectively allows for the programmatic setting of the mouse binding in use to be null, or in the 'no mouse binding set' state.