edu.sc.seis.gee.task
Class CopyFromJarTask

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

public class CopyFromJarTask
extends PlaceholderImage


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
CopyFromJarTask()
           
 
Method Summary
 void configure(java.util.Map params)
          Configures a Task with any needed parameters.
 javax.swing.JComponent getGUI()
          Method getGUI
 void invoke()
          Gets the GUI for this Task.
 
Methods inherited from class edu.sc.seis.gee.task.PlaceholderImage
destroy, generateImagePanel, getMoreOptionsGUI, hasMoreOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyFromJarTask

public CopyFromJarTask()
Method Detail

configure

public void configure(java.util.Map params)
               throws ConfigurationException
Description copied from interface: Task
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
Overrides:
configure in class PlaceholderImage
Throws:
ConfigurationException

invoke

public void invoke()
Description copied from class: PlaceholderImage
Gets the GUI for this Task. Used for interacting with the user before and after invoking this Task's action.

Specified by:
invoke in interface Task
Overrides:
invoke in class PlaceholderImage

getGUI

public javax.swing.JComponent getGUI()
                              throws ConfigurationException
Method getGUI

Specified by:
getGUI in interface GUITask
Overrides:
getGUI in class PlaceholderImage
Returns:
a JComponent
Throws:
ConfigurationException


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