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.


Constructor Index

 o ActionButton(Icon)
Create a RunButton with the specified icon.
 o ActionButton(String)
Create a RunButton with the specified caption.

Method Index

 o actionPerformed(ActionEvent)
Implements the ActionListener interface to allow the RunButton to be aware of its own click event.

Constructors

 o ActionButton
 public ActionButton(java.lang.String caption)
Create a RunButton with the specified caption.

 o ActionButton
 public ActionButton(javax.swing.Icon icon)
Create a RunButton with the specified icon.

Methods

 o 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