Class UICreatorFactory.StateChartButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants, AgentTableListener
Enclosing class:
UICreatorFactory

public static class UICreatorFactory.StateChartButton extends JButton implements AgentTableListener
See Also:
  • Field Details

    • SHOW_LABEL

      public static String SHOW_LABEL
    • DISPLAY_LABEL

      public static String DISPLAY_LABEL
  • Constructor Details

    • StateChartButton

      public StateChartButton()
  • Method Details

    • highlight

      public void highlight()
    • unHighlight

      public void unHighlight()
    • registerList

      public void registerList(List<UICreatorFactory.StateChartButton> list)
    • tableClosed

      public void tableClosed()
      Description copied from interface: AgentTableListener
      Occurs when the docking frame enclosing the table is closed which destroys the table.
      Specified by:
      tableClosed in interface AgentTableListener
    • setParentPanel

      public void setParentPanel(JPanel parentPanel)