All Packages Class Hierarchy This Package Previous Next Index
Class gui.ActionButton
gui.ActionButton
- public abstract class ActionButton
- extends javax.swing.JButton
- implements java.awt.event.ActionListener
Used to create a button which listens for its own click event.
-
ActionButton(Icon)
- Create a RunButton with the specified icon.
-
ActionButton(String)
- Create a RunButton with the specified caption.
-
actionPerformed(ActionEvent)
- Implements the ActionListener interface to allow the
RunButton to be aware of its own click event.
ActionButton
public ActionButton(java.lang.String caption)
- Create a RunButton with the specified caption.
ActionButton
public ActionButton(javax.swing.Icon icon)
- Create a RunButton with the specified icon.
actionPerformed
public abstract void actionPerformed(java.awt.event.ActionEvent e)
- Implements the ActionListener interface to allow the
RunButton to be aware of its own click event.
All Packages Class Hierarchy This Package Previous Next Index