|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.sc.seis.gee.task.MemoryStatus
| Field Summary |
| 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 | |
MemoryStatus()
|
|
| Method Summary | |
void |
configure(java.util.Map params)
Configures a Task with any needed parameters. |
javax.swing.JPanel |
createGUI()
|
void |
destroy()
Called when reset is invoked on gee or if this task is no longer being used |
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. |
void |
invoke()
bo * Called when a task is to be executed, usually by a menu or toolbar selection for simple tasks. |
void |
updateLabels()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MemoryStatus()
| Method Detail |
public void destroy()
destroy in interface Task
public void configure(java.util.Map params)
throws ConfigurationException
Task 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 Taskparams - a Map value
ConfigurationException - if an error occurspublic boolean hasMoreOptions()
hasMoreOptions in interface GUITaskpublic javax.swing.JComponent getMoreOptionsGUI()
getMoreOptionsGUI in interface GUITask
public void invoke()
throws java.lang.Exception
invoke in interface Taskjava.lang.Exception - if an error occurs
public javax.swing.JComponent getGUI()
throws java.lang.Exception
getGUI in interface GUITaskjava.lang.Exceptionpublic javax.swing.JPanel createGUI()
public void updateLabels()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||