Package jadex.commons.gui
Class ToolTipAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- jadex.commons.gui.ToolTipAction
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 public abstract class ToolTipAction extends javax.swing.AbstractActionAn action with associated tooltip text.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ToolTipAction(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltiptext)Defines anActionobject with the specified description string and a default icon.
 - 
Method Summary- 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
-