|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.sc.seis.gee.task.ChannelChooserTask
ChannelChooserTask.java Created: Thu Feb 14 12:49:00 2002
| Field Summary | |
protected boolean |
guiInitialized
|
| Fields inherited from interface edu.sc.seis.gee.configurator.DefaultParamNames |
BUTTON_GROUP_ID, BUTTON_MODEL, DISPLAY_LOCATION, EAST, FALSE, FRAME, HEIGHT, HEIGHTPER, HORIZONTAL, JUSTIFY, JUSTIFY_BOTTOMLEFT, JUSTIFY_BOTTOMRIGHT, JUSTIFY_CENTER, JUSTIFY_TOPLEFT, JUSTIFY_TOPRIGHT, MAIN, NONE, NORTH, ORIENTATION, PALETTE, PREFIX, PRESELECTED, SERVER_DNS, SERVER_NAME, TASK_ACTION, TASK_CLASSNAME, TASK_ID, TASK_INSTANCE, TASK_NAME, TOOLTIP, TRUE, VERTICAL, WIDTH, WIDTHPER |
| Constructor Summary | |
ChannelChooserTask()
|
|
| Method Summary | |
void |
configure(java.util.Map map)
Configures a Task with any needed parameters. |
void |
destroy()
Called when reset is invoked on gee or if this task is no longer being used |
ChannelChooser |
getChannelChooser()
This acts a a cubby hole, allowing the channel chooser initializer thread to safely create the channel chooser in a separate thread, and then give to the caller with a notify. |
protected VestingNetworkDC[] |
getConfiguredNetworkDCs()
|
java.lang.String[] |
getConfiguredNetworks()
|
javax.swing.JComponent |
getGUI()
Gets the GUI for this Task. |
javax.swing.JComponent |
getMoreOptionsGUI()
Gets the "More Options" GUI component. |
boolean |
hasMoreOptions()
True if this GUI has a "more options" funtionality. |
protected void |
initializeChannelChooser()
|
void |
invoke()
Called when a task is to be executed, usually by a menu or toolbar selection for simple tasks. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean guiInitialized
| Constructor Detail |
public ChannelChooserTask()
| Method Detail |
public javax.swing.JComponent getMoreOptionsGUI()
getMoreOptionsGUI in interface GUITaskpublic boolean hasMoreOptions()
hasMoreOptions in interface GUITaskpublic void invoke()
Task
invoke in interface Task
public javax.swing.JComponent getGUI()
throws java.lang.Exception
getGUI in interface GUITaskjava.lang.Exception
public void configure(java.util.Map map)
throws ConfigurationException
TaskTask with any needed parameters. The Task
should have default values for as many things as possible, but can
throw a ConfigureException if a required parameter is missing.
configure in interface Taskmap - a Map value
ConfigurationException - if an error occurspublic void destroy()
Task
destroy in interface Task
protected VestingNetworkDC[] getConfiguredNetworkDCs()
throws ConfigurationException
ConfigurationExceptionpublic java.lang.String[] getConfiguredNetworks()
public ChannelChooser getChannelChooser()
throws NoNetworkException
NoNetworkException
protected void initializeChannelChooser()
throws ConfigurationException
ConfigurationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||