edu.sc.seis.gee.task
Class MemoryStatus

java.lang.Object
  extended byedu.sc.seis.gee.task.MemoryStatus
All Implemented Interfaces:
DefaultParamNames, GUITask, Task

public class MemoryStatus
extends java.lang.Object
implements GUITask


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

MemoryStatus

public MemoryStatus()
Method Detail

destroy

public void destroy()
Called when reset is invoked on gee or if this task is no longer being used

Specified by:
destroy in interface Task

configure

public void configure(java.util.Map params)
               throws ConfigurationException
Configures a 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.

Specified by:
configure in interface Task
Parameters:
params - a Map value
Throws:
ConfigurationException - if an error occurs

hasMoreOptions

public boolean hasMoreOptions()
True if this GUI has a "more options" funtionality. More options appear in a separate panel below the main gui, and can be shown/hidden with a "Show More Options" and "Hide More Options" button that is provided automatically is this return true.

Specified by:
hasMoreOptions in interface GUITask

getMoreOptionsGUI

public javax.swing.JComponent getMoreOptionsGUI()
Gets the "More Options" GUI component.

Specified by:
getMoreOptionsGUI in interface GUITask

invoke

public void invoke()
            throws java.lang.Exception
bo * Called when a task is to be executed, usually by a menu or toolbar selection for simple tasks.

Specified by:
invoke in interface Task
Throws:
java.lang.Exception - if an error occurs

getGUI

public javax.swing.JComponent getGUI()
                              throws java.lang.Exception
Gets the GUI for this Task. Used for interacting with the user before and after invoking this Task's action.

Specified by:
getGUI in interface GUITask
Throws:
java.lang.Exception

createGUI

public javax.swing.JPanel createGUI()

updateLabels

public void updateLabels()


Copyright © 2002-2006 Seismology at the University of South Carolina. All Rights Reserved.