Class SubstanceTextFieldUI

All Implemented Interfaces:
ViewFactory, TransitionAwareUI

public class SubstanceTextFieldUI extends BasicTextFieldUI implements TransitionAwareUI
UI for text fields in Substance look and feel.
  • Field Details

    • stateTransitionTracker

      protected StateTransitionTracker stateTransitionTracker
    • textField

      protected JTextField textField
      The associated text field.
    • substancePropertyChangeListener

      protected PropertyChangeListener substancePropertyChangeListener
      Property change listener.
  • Constructor Details

    • SubstanceTextFieldUI

      public SubstanceTextFieldUI(JComponent c)
      Simple constructor.
      Parameters:
      c - Component (text field).
  • Method Details