|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread de.fhg.igd.earth.observe.trace.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 AtlasConnector |
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(AtlasConnector 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 AtlasConnector gui_
protected String labelStr_
protected String defaultStr_
protected int posX_
protected int posY_
Constructor Detail |
public SetUpdateTimePanel(AtlasConnector gui)
gui
- The reference to the Agent Tracer GUI.Method Detail |
public void run()
run
in interface Runnable
public void windowClosed(WindowEvent e)
frame_ == null
).
windowClosed
in interface WindowListener
e
- The window event.public void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
e
- The window event.public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
public void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
public void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener
public void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
public void actionPerformed(ActionEvent a)
frame_ != null
)
and the panel can be terminated.
actionPerformed
in interface ActionListener
a
- The action event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |