|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.ibm.dse.gui.PanelActionsThread
The PanelActionsThread class is executed each time an DSECoordinatedEvent is called in a SpPanel and its EventSourceType is EVENT_SOURCETYPE_CLEAR, EVENT_SOURCETYPE_HELP, EVENT_SOURCETYPE_OK, EVENT_SOURCETYPE_EURO, EVENT_SOURCETYPE_EMU or EVENT_SOURCETYPE_REPEAT
Field Summary | |
---|---|
(package private) DSECoordinationEvent |
myCoordinationEvent
|
(package private) java.awt.event.ActionEvent |
myEvent
|
(package private) SpPanel |
myPanel
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
PanelActionsThread()
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.awt.event.ActionEvent ae,
SpPanel panel)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(DSECoordinationEvent ae,
SpPanel panel)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.lang.Runnable target)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.lang.Runnable target,
java.lang.String name)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.lang.String name)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
This constructor creates a PanelActionsThread object. |
|
PanelActionsThread(java.lang.ThreadGroup group,
java.lang.String name)
This constructor creates a PanelActionsThread object. |
Method Summary | |
---|---|
static boolean |
isPanelActionThread(java.lang.String action)
|
void |
run()
Acts as appropriate depending on the button type that has generated the event. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.awt.event.ActionEvent myEvent
SpPanel myPanel
DSECoordinationEvent myCoordinationEvent
Constructor Detail |
public PanelActionsThread()
public PanelActionsThread(DSECoordinationEvent ae, SpPanel panel)
ae
- com.ibm.dse.gui.CoordinationEvent, the CoordinationEvent eventpanel
- SpPanel, the panel where the event has been generatedpublic PanelActionsThread(java.awt.event.ActionEvent ae, SpPanel panel)
ae
- java.awt.event.ActionEvent, the action eventpanel
- SpPanel, the panel where the event has been generatedpublic PanelActionsThread(java.lang.Runnable target)
target
- java.lang.Runnablepublic PanelActionsThread(java.lang.Runnable target, java.lang.String name)
target
- java.lang.Runnablename
- java.lang.Stringpublic PanelActionsThread(java.lang.String name)
name
- java.lang.Stringpublic PanelActionsThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablepublic PanelActionsThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablename
- java.lang.Stringpublic PanelActionsThread(java.lang.ThreadGroup group, java.lang.String name)
group
- java.lang.ThreadGroupname
- java.lang.StringMethod Detail |
public static boolean isPanelActionThread(java.lang.String action)
public void run()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |