Class TToolBar.DrawingButton

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants
Enclosing class:
TToolBar

protected class TToolBar.DrawingButton extends TButton implements ActionListener
A button to manage the visibility of the pencil scenes and control dialog
See Also:
  • Method Details

    • getPopup

      protected JPopupMenu getPopup()
      Description copied from class: TButton
      Gets the TMenuBar's trackMenu popup menu to display. If a track is associated with this button, the track menu is returned, but subclasses can override this method to return any popup menu.
      Overrides:
      getPopup in class TButton
      Returns:
      the popup menu, or null if none
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener