|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
de.fhg.igd.atlas.ui.SetUpdateTimePanel
Provides a Popup panel which allows to input a new update time value as string.
| Field Summary | |
protected String |
defaultStr_
|
protected JTextField |
field_
|
protected JFrame |
frame_
|
protected AgentTracerGui |
gui_
|
protected String |
labelStr_
|
protected int |
posX_
|
protected int |
posY_
|
protected Object |
waitLock_
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
SetUpdateTimePanel(AgentTracerGui gui)
Creates an instance of this class. |
|
| Method Summary | |
void |
actionPerformed(ActionEvent a)
Catches action events from the text field. |
void |
run()
Opens the input panel and waits for results. |
void |
windowActivated(WindowEvent e)
|
void |
windowClosed(WindowEvent e)
Called after main window has been closed. |
void |
windowClosing(WindowEvent e)
Disposes the main window on closing event. |
void |
windowDeactivated(WindowEvent e)
|
void |
windowDeiconified(WindowEvent e)
|
void |
windowIconified(WindowEvent e)
|
void |
windowOpened(WindowEvent e)
|
| 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 |
protected JFrame frame_
protected JTextField field_
protected Object waitLock_
protected AgentTracerGui gui_
protected String labelStr_
protected String defaultStr_
protected int posX_
protected int posY_
| Constructor Detail |
public SetUpdateTimePanel(AgentTracerGui gui)
gui - The reference to the Agent Tracer GUI.| Method Detail |
public void run()
run in interface Runnablepublic void windowClosed(WindowEvent e)
frame_ == null).
windowClosed in interface WindowListenere - The window event.public void windowClosing(WindowEvent e)
windowClosing in interface WindowListenere - The window event.public void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerpublic void actionPerformed(ActionEvent a)
frame_ != null)
and the panel can be terminated.
actionPerformed in interface ActionListenera - The action event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||