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.AbstractAction
An action with associated tooltip text.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolTipAction​(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltiptext)
Defines anAction
object with the specified description string and a default icon.
-
Method Summary
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ToolTipAction
public ToolTipAction​(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltiptext)
Defines anAction
object with the specified description string and a default icon.- Parameters:
name
- The action name.icon
- The icon.tooltiptext
- The tool tip text.
-
-