Class SubstanceEditorPaneUI

All Implemented Interfaces:
ViewFactory, TransitionAwareUI

public class SubstanceEditorPaneUI extends BasicEditorPaneUI implements TransitionAwareUI
UI for editor panes in Substance look and feel.
  • Field Details

    • stateTransitionTracker

      protected StateTransitionTracker stateTransitionTracker
    • editorPane

      protected JEditorPane editorPane
      The associated editor pane.
    • substancePropertyChangeListener

      protected PropertyChangeListener substancePropertyChangeListener
      Property change listener.
  • Constructor Details

    • SubstanceEditorPaneUI

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