Class SubstanceTextPaneUI

All Implemented Interfaces:
ViewFactory, TransitionAwareUI

public class SubstanceTextPaneUI extends BasicTextPaneUI implements TransitionAwareUI
UI for text panes in Substance look and feel.
  • Field Details

    • stateTransitionTracker

      protected StateTransitionTracker stateTransitionTracker
    • textPane

      protected JTextPane textPane
      The associated text pane.
    • substancePropertyChangeListener

      protected PropertyChangeListener substancePropertyChangeListener
      Property change listener.
  • Constructor Details

    • SubstanceTextPaneUI

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