| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--com.developmentontheedge.jobcontrol.action.JobAction
Factory for creating of special Job Control Actions
| Field Summary | |
final static String | ACTION_PAUSEPause action key |
final static String | ACTION_STARTStart action key |
final static String | ACTION_TERMINATETerminate action key |
| Method Summary | |
void | actionPerformed(ActionEvent evt)Overridden method for translation action events to the specified listeners |
void | addActionListener(ActionListener l)Adds the specified action listener to receive action event . |
static JobAction | createPauseAction(ActionListener listener)Creates "Pause" action |
static JobAction | createStartAction(ActionListener listener)Creates "Start" action |
static JobAction | createTerminateAction(ActionListener listener)Creates "Terminate" action |
| Methods inherited from class javax.swing.AbstractAction |
getValue, putValue, isEnabled, setEnabled, getKeys, addPropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final static String ACTION_PAUSE
public final static String ACTION_START
public final static String ACTION_TERMINATE
| Method Detail |
public void actionPerformed(ActionEvent evt)
public void addActionListener(ActionListener l)
public static JobAction createPauseAction(ActionListener listener)
public static JobAction createStartAction(ActionListener listener)
public static JobAction createTerminateAction(ActionListener listener)
| Association Links |
to Class java.lang.String
to Class java.lang.String
to Class org.apache.log4j.Category
to Class java.util.Vector
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||