Package jam.toolbar

Class ToolbarAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Direct Known Subclasses:
    ToolbarActionWrapper

    public abstract class ToolbarAction
    extends javax.swing.AbstractAction
    Author:
    rambaut Date: Oct 18, 2005 Time: 10:10:52 PM
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface javax.swing.Action

        ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Icon getDisabledIcon()  
      javax.swing.Icon getIcon()  
      java.lang.String getLabel()  
      javax.swing.Icon getPressedIcon()  
      java.lang.String getToolTipText()  
      • Methods inherited from class javax.swing.AbstractAction

        addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.swing.Action

        accept
      • Methods inherited from interface java.awt.event.ActionListener

        actionPerformed
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • getIcon

        public javax.swing.Icon getIcon()
      • getDisabledIcon

        public javax.swing.Icon getDisabledIcon()
      • getPressedIcon

        public javax.swing.Icon getPressedIcon()
      • getToolTipText

        public java.lang.String getToolTipText()