edu.sc.seis.gee.configurator
Interface DefaultParamNames

All Known Subinterfaces:
AmpSetterTask, GUITask, SAXTask, Task
All Known Implementing Classes:
AddFriends, ApprovalExportTask, ChangeActivityTask, ChannelChooserTask, ChooseConfigTask, ClearDataSetTask, ClearSelectionTask, ColumnSeismogramTask, ConfigSwitchTask, ConnectionStatusTask, CustomFilterTask, DataFillTask, DataSetBrowser, DisplayAllTask, DisplayMakerTask, DisplayOutputTask, DisplayResetTask, DragTask, EventInfoTask, EventSeismogramTask, FilterTask, FindDataSetsTask, FlagExportTask, GlobalizeAmpTask, HtmlViewerTask, ImageViewer, IndividualizeAmpTask, JobDisplayTask, LayoutTask, LoadDataSetTask, LoadSacFile, LoadSeismogram, MapLegendTask, MapToDisplayTask, MapToRealtimeTask, MemoryStatus, MouseMovableTask, NameServiceBrowser, NetInfoTask, NetworkAddTask, NewMainFrame, NewMainTab, OpenMapTask, OpenMapToolTask, ParticleCreationTask, ParticleMotion3DTask, PhaseFilter, PhasePlotTask, PlaceholderImage, PlottableArrowTask, PlottableEventSelection, PlottableLoadTask, PlottableSelectionTask, PlottableTask, PrintTask, ProjectChoice, QueryEventsTask, QuitTask, RangeSelectionTask, RefreshDisplayTask, RemoveTask, SaveDataSetTask, SeismogramApprovalTask, SeismogramInfoTask, SequenceTask, ShowEventsTask, SoundExport, SplashScreen, StationSelectionTask, TabbedTask, TaskAction, TaskHandler, TaskInvoker, TauPPathTask, TauPTask, TestAskTask, TestException, TestParamTask, TestRespondTask, TimeAmpLabelTask, TimeAmpPaletteTask, TimeSetterTask, ToggleOriginalTask, ToolPaletteTask, UpdateCheckerTask, VersionTask, ZoomInTask

public interface DefaultParamNames

DefaultParamNames.java Created: Wed Jan 15 11:55:11 2003

Version:
1.0
Author:
Philip Crotwell

Field Summary
static java.lang.String BUTTON_GROUP_ID
          The id of the button group that this belongs, used to implement radio style buttons.
static java.lang.String BUTTON_MODEL
          The id of the button group that this belongs, used to implement radio style buttons.
static java.lang.String DISPLAY_LOCATION
          The display location for this task.
static java.lang.String EAST
          Signifies data with east-west orientation should be used
static java.lang.String FALSE
          Used for a boolean configuration value.
static java.lang.String FRAME
          The task wishes to have a frame of its own.
static java.lang.String HEIGHT
          The minimum height for the tasks display in pixels.
static java.lang.String HEIGHTPER
          The preferred percentage height of the screen for the task
static java.lang.String HORIZONTAL
          Signifies data with horizontal orientation should be used
static java.lang.String JUSTIFY
          The jusitification for a task's frame within the desktop.
static java.lang.String JUSTIFY_BOTTOMLEFT
          Put the frame in the bottom left corner.
static java.lang.String JUSTIFY_BOTTOMRIGHT
          Put the frame in the bottom right corner.
static java.lang.String JUSTIFY_CENTER
          Put the frame in the middle of the screen.
static java.lang.String JUSTIFY_TOPLEFT
          Put the frame in the top left corner.
static java.lang.String JUSTIFY_TOPRIGHT
          Put the frame in the top right corner.
static java.lang.String MAIN
          The task wishes to occupy the main application window.
static java.lang.String NONE
          The task does not have a GUI, and will not need any display area.
static java.lang.String NORTH
          Signifies data with north-south orientation should be used
static java.lang.String ORIENTATION
           
static java.lang.String PALETTE
          The task wish to be displayed as a floating tool pallette.
static java.lang.String PREFIX
           
static java.lang.String PRESELECTED
          Signifies that a task is preselected.
static java.lang.String SERVER_DNS
          The reversed DNS path through the naming service heirarchy.
static java.lang.String SERVER_NAME
          The Name Service name for a server.
static java.lang.String TASK_ACTION
          The TaskAction object that holds and manages this task.
static java.lang.String TASK_CLASSNAME
          The name of the java class of the given task.
static java.lang.String TASK_ID
          Refers to the id of a task, which tasks can use to find other tasks.
static java.lang.String TASK_INSTANCE
          An instance of the java class of the given task, may not always be needed.
static java.lang.String TASK_NAME
          Referes to the name of a task, which would be shown in a menu
static java.lang.String TOOLTIP
          The tooltip to be displayed from a menu or tool pallete.
static java.lang.String TRUE
          Used for a boolean configuration value.
static java.lang.String VERTICAL
          Signifies data with vertical orientation should be used
static java.lang.String WIDTH
          The minimum width for the tasks display in pixels.
static java.lang.String WIDTHPER
          The preferred percentage width of the screen for the task
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values

TASK_NAME

public static final java.lang.String TASK_NAME
Referes to the name of a task, which would be shown in a menu

See Also:
Constant Field Values

TASK_ID

public static final java.lang.String TASK_ID
Refers to the id of a task, which tasks can use to find other tasks.

See Also:
Constant Field Values

TASK_CLASSNAME

public static final java.lang.String TASK_CLASSNAME
The name of the java class of the given task.

See Also:
Constant Field Values

TASK_INSTANCE

public static final java.lang.String TASK_INSTANCE
An instance of the java class of the given task, may not always be needed.

See Also:
Constant Field Values

TOOLTIP

public static final java.lang.String TOOLTIP
The tooltip to be displayed from a menu or tool pallete.

See Also:
Constant Field Values

BUTTON_GROUP_ID

public static final java.lang.String BUTTON_GROUP_ID
The id of the button group that this belongs, used to implement radio style buttons.

See Also:
Constant Field Values

BUTTON_MODEL

public static final java.lang.String BUTTON_MODEL
The id of the button group that this belongs, used to implement radio style buttons.

See Also:
Constant Field Values

TASK_ACTION

public static final java.lang.String TASK_ACTION
The TaskAction object that holds and manages this task. This is automatically added by the task creation system, and should never appear in a configuration file.

See Also:
Constant Field Values

DISPLAY_LOCATION

public static final java.lang.String DISPLAY_LOCATION
The display location for this task. Currently this can be one of main, frame, pallette or none.

See Also:
Constant Field Values

MAIN

public static final java.lang.String MAIN
The task wishes to occupy the main application window.

See Also:
Constant Field Values

FRAME

public static final java.lang.String FRAME
The task wishes to have a frame of its own.

See Also:
Constant Field Values

PALETTE

public static final java.lang.String PALETTE
The task wish to be displayed as a floating tool pallette.

See Also:
Constant Field Values

NONE

public static final java.lang.String NONE
The task does not have a GUI, and will not need any display area.

See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
The minimum width for the tasks display in pixels.

See Also:
Constant Field Values

WIDTHPER

public static final java.lang.String WIDTHPER
The preferred percentage width of the screen for the task

See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
The minimum height for the tasks display in pixels.

See Also:
Constant Field Values

HEIGHTPER

public static final java.lang.String HEIGHTPER
The preferred percentage height of the screen for the task

See Also:
Constant Field Values

JUSTIFY

public static final java.lang.String JUSTIFY
The jusitification for a task's frame within the desktop. This is useful so that new tasks do not obscure previously displayed tasks.

See Also:
Constant Field Values

JUSTIFY_CENTER

public static final java.lang.String JUSTIFY_CENTER
Put the frame in the middle of the screen.

See Also:
Constant Field Values

JUSTIFY_TOPLEFT

public static final java.lang.String JUSTIFY_TOPLEFT
Put the frame in the top left corner.

See Also:
Constant Field Values

JUSTIFY_TOPRIGHT

public static final java.lang.String JUSTIFY_TOPRIGHT
Put the frame in the top right corner.

See Also:
Constant Field Values

JUSTIFY_BOTTOMLEFT

public static final java.lang.String JUSTIFY_BOTTOMLEFT
Put the frame in the bottom left corner.

See Also:
Constant Field Values

JUSTIFY_BOTTOMRIGHT

public static final java.lang.String JUSTIFY_BOTTOMRIGHT
Put the frame in the bottom right corner.

See Also:
Constant Field Values

TRUE

public static final java.lang.String TRUE
Used for a boolean configuration value.

See Also:
Constant Field Values

FALSE

public static final java.lang.String FALSE
Used for a boolean configuration value.

See Also:
Constant Field Values

SERVER_DNS

public static final java.lang.String SERVER_DNS
The reversed DNS path through the naming service heirarchy. Used for connecting to a CORBA server that uses the fisures naming service conventions.

See Also:
Constant Field Values

SERVER_NAME

public static final java.lang.String SERVER_NAME
The Name Service name for a server. Used for connecting to a CORBA server that uses the fisures naming service conventions.

See Also:
Constant Field Values

ORIENTATION

public static final java.lang.String ORIENTATION
See Also:
Constant Field Values

NORTH

public static final java.lang.String NORTH
Signifies data with north-south orientation should be used

See Also:
Constant Field Values

EAST

public static final java.lang.String EAST
Signifies data with east-west orientation should be used

See Also:
Constant Field Values

VERTICAL

public static final java.lang.String VERTICAL
Signifies data with vertical orientation should be used

See Also:
Constant Field Values

HORIZONTAL

public static final java.lang.String HORIZONTAL
Signifies data with horizontal orientation should be used

See Also:
Constant Field Values

PRESELECTED

public static final java.lang.String PRESELECTED
Signifies that a task is preselected. For example if it is places in a menu as a JCheckBoxMenuItem, it should be checked at program startup.

See Also:
Constant Field Values


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