org.eclipse.ohf.stem.ui
Interface ISharedImages


public interface ISharedImages

This interface contains identifiers used to mark images added to this plug-in's image registry. This images are intended to be shared by referencing the registry and using the identifiers defined here to select the appropriate image.


Field Summary
static java.lang.String DECORATOR_ICON
          This image is the icon that represents an observer.
static java.lang.String DELETE_FILE_ICON
          This image is the icon to represent a delete file/folder operation in STEM Project Explorer
static java.lang.String DISABLED_PAUSE_ICON
          This image is the icon to represent a disabled PAUSE simulation event
static java.lang.String DISABLED_RESET_ICON
          This image is the icon to represent a disabled RESET simulation event
static java.lang.String DISABLED_RUN_ICON
          This image is the icon to represent a disabled RUN simulation event
static java.lang.String DISABLED_STEP_ICON
          This image is the icon to represent a disabled STEP simulation event
static java.lang.String DISABLED_STOP_ICON
          This image is the icon to represent a disabled STOP simulation event
static java.lang.String DYNAMIC_LABEL_ICON
          This image is the icon that represents a dynamic label in a graph.
static java.lang.String EDGE_ICON
          This image is the icon that represents an edge in a graph.
static java.lang.String GRAPH_ICON
          This image is the icon that represents a graph.
static java.lang.String GRAPH_MODEL_FILE_ICON
          This image is the icon that represents a file that contains a graph.
static java.lang.String MAP_ICON
          This image is the icon associated with model files.
static java.lang.String MODEL_ICON
          This image is the icon that represents a model.
static java.lang.String MODEL_MODEL_FILE_ICON
          This image is the icon that represents a file that contains a model.
static java.lang.String NODE_ICON
          This image is the icon that represents a node in a graph.
static java.lang.String OBSERVER_ICON
          This image is the icon that represents an observer.
static java.lang.String PAUSE_ICON
          This image is the icon to represent a PAUSE simulation event
static java.lang.String RESET_ICON
          This image is the icon to represent a RESET simulation event
static java.lang.String RUN_ICON
          This image is the icon to represent a RUN simulation event
static java.lang.String SCENARIO_ICON
          This image is the icon that represents a scenario.
static java.lang.String SCENARIO_MODEL_FILE_ICON
          This image is the icon that represents a file that contains a scenario.
static java.lang.String SEQUENCER_ICON
          This image is the icon that represents a sequencer.
static java.lang.String SIMULATION_CONTROL_ICON
          This image is the icon associated with a simulation control
static java.lang.String SIMULATION_CONTROL_VIEW_ICON
          This image is the icon that identifies the simulation control view
static java.lang.String STATIC_LABEL_ICON
          This image is the icon that represents a static label in a graph.
static java.lang.String STEM_EXPLORER_PROJECT_ICON
          This image is the icon to represent a STEM project in the STEM Project Explorer
static java.lang.String STEM_EXPLORER_VIEW_ICON
          This image is the icon to represent the STEM Project Explorer View
static java.lang.String STEM_GRAPH_FILE_ICON
          This image is the icon associated with graph files.
static java.lang.String STEM_MODEL_FILE_ICON
          This image is the icon associated with model files.
static java.lang.String STEM_PROJECT_ICON
          This image is the icon used to represent a STEM project.
static java.lang.String STEM_SCENARIO_FILE_ICON
          This image is the icon associated with scenario files.
static java.lang.String STEP_ICON
          This image is the icon to represent a STEP simulation event
static java.lang.String STOP_ICON
          This image is the icon to represent a STOP simulation event
 

Field Detail

GRAPH_ICON

static final java.lang.String GRAPH_ICON
This image is the icon that represents a graph.

See Also:
Constant Field Values

GRAPH_MODEL_FILE_ICON

static final java.lang.String GRAPH_MODEL_FILE_ICON
This image is the icon that represents a file that contains a graph.

See Also:
Constant Field Values

EDGE_ICON

static final java.lang.String EDGE_ICON
This image is the icon that represents an edge in a graph.

See Also:
Constant Field Values

DYNAMIC_LABEL_ICON

static final java.lang.String DYNAMIC_LABEL_ICON
This image is the icon that represents a dynamic label in a graph.

See Also:
Constant Field Values

STATIC_LABEL_ICON

static final java.lang.String STATIC_LABEL_ICON
This image is the icon that represents a static label in a graph.

See Also:
Constant Field Values

NODE_ICON

static final java.lang.String NODE_ICON
This image is the icon that represents a node in a graph.

See Also:
Constant Field Values

MODEL_ICON

static final java.lang.String MODEL_ICON
This image is the icon that represents a model.

See Also:
Constant Field Values

MODEL_MODEL_FILE_ICON

static final java.lang.String MODEL_MODEL_FILE_ICON
This image is the icon that represents a file that contains a model.

See Also:
Constant Field Values

SCENARIO_ICON

static final java.lang.String SCENARIO_ICON
This image is the icon that represents a scenario.

See Also:
Constant Field Values

SCENARIO_MODEL_FILE_ICON

static final java.lang.String SCENARIO_MODEL_FILE_ICON
This image is the icon that represents a file that contains a scenario.

See Also:
Constant Field Values

SEQUENCER_ICON

static final java.lang.String SEQUENCER_ICON
This image is the icon that represents a sequencer.

See Also:
Constant Field Values

OBSERVER_ICON

static final java.lang.String OBSERVER_ICON
This image is the icon that represents an observer.

See Also:
Constant Field Values

DECORATOR_ICON

static final java.lang.String DECORATOR_ICON
This image is the icon that represents an observer.

See Also:
Constant Field Values

STEM_PROJECT_ICON

static final java.lang.String STEM_PROJECT_ICON
This image is the icon used to represent a STEM project.

See Also:
Constant Field Values

RUN_ICON

static final java.lang.String RUN_ICON
This image is the icon to represent a RUN simulation event

See Also:
Constant Field Values

PAUSE_ICON

static final java.lang.String PAUSE_ICON
This image is the icon to represent a PAUSE simulation event

See Also:
Constant Field Values

STEP_ICON

static final java.lang.String STEP_ICON
This image is the icon to represent a STEP simulation event

See Also:
Constant Field Values

RESET_ICON

static final java.lang.String RESET_ICON
This image is the icon to represent a RESET simulation event

See Also:
Constant Field Values

STOP_ICON

static final java.lang.String STOP_ICON
This image is the icon to represent a STOP simulation event

See Also:
Constant Field Values

DISABLED_RUN_ICON

static final java.lang.String DISABLED_RUN_ICON
This image is the icon to represent a disabled RUN simulation event

See Also:
Constant Field Values

DISABLED_PAUSE_ICON

static final java.lang.String DISABLED_PAUSE_ICON
This image is the icon to represent a disabled PAUSE simulation event

See Also:
Constant Field Values

DISABLED_STEP_ICON

static final java.lang.String DISABLED_STEP_ICON
This image is the icon to represent a disabled STEP simulation event

See Also:
Constant Field Values

DISABLED_RESET_ICON

static final java.lang.String DISABLED_RESET_ICON
This image is the icon to represent a disabled RESET simulation event

See Also:
Constant Field Values

DISABLED_STOP_ICON

static final java.lang.String DISABLED_STOP_ICON
This image is the icon to represent a disabled STOP simulation event

See Also:
Constant Field Values

STEM_EXPLORER_VIEW_ICON

static final java.lang.String STEM_EXPLORER_VIEW_ICON
This image is the icon to represent the STEM Project Explorer View

See Also:
Constant Field Values

STEM_EXPLORER_PROJECT_ICON

static final java.lang.String STEM_EXPLORER_PROJECT_ICON
This image is the icon to represent a STEM project in the STEM Project Explorer

See Also:
Constant Field Values

DELETE_FILE_ICON

static final java.lang.String DELETE_FILE_ICON
This image is the icon to represent a delete file/folder operation in STEM Project Explorer

See Also:
Constant Field Values

SIMULATION_CONTROL_VIEW_ICON

static final java.lang.String SIMULATION_CONTROL_VIEW_ICON
This image is the icon that identifies the simulation control view

See Also:
Constant Field Values

SIMULATION_CONTROL_ICON

static final java.lang.String SIMULATION_CONTROL_ICON
This image is the icon associated with a simulation control

See Also:
Constant Field Values

STEM_SCENARIO_FILE_ICON

static final java.lang.String STEM_SCENARIO_FILE_ICON
This image is the icon associated with scenario files.

See Also:
Constant Field Values

STEM_GRAPH_FILE_ICON

static final java.lang.String STEM_GRAPH_FILE_ICON
This image is the icon associated with graph files.

See Also:
Constant Field Values

STEM_MODEL_FILE_ICON

static final java.lang.String STEM_MODEL_FILE_ICON
This image is the icon associated with model files.

See Also:
Constant Field Values

MAP_ICON

static final java.lang.String MAP_ICON
This image is the icon associated with model files.

See Also:
Constant Field Values