Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.grid | |
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.sfr |
Modifier and Type | Method and Description |
---|---|
Cell.State |
Cell.getState()
Gets the current state of the Cell.
|
static Cell.State |
Cell.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cell.State[] |
Cell.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Cell.State> |
GridEditorInput.getStates()
Gets the List of Cell states for the editor.
|
Modifier and Type | Method and Description |
---|---|
void |
CellFigure.setState(Cell.State state)
Updates the CellFigure based on the provided Cell state.
|
void |
CellEditPart.setState(Cell.State state) |
void |
Cell.setState(Cell.State state) |
Modifier and Type | Method and Description |
---|---|
void |
GridEditorInput.setStates(java.util.List<Cell.State> states)
Sets the array of Cell states for the displayed grid.
|
Constructor and Description |
---|
Cell(int index,
java.lang.String key,
Cell.State state)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
RodFigure.setState(Cell.State state)
Overrides the default behavior to apply the current Cell state to all
display types.
|
Modifier and Type | Method and Description |
---|---|
void |
PinFigure.setState(Cell.State state)
Updates the CellFigure based on the provided Cell state.
|