| Package | Description |
|---|---|
| org.eclipse.scada.core.ui.styles |
Ways to style process data visualization
This package contains methods and classes to create styles (like foreground and background color) for styling process data elements. |
| org.eclipse.scada.da.ui.summary.explorer |
| Modifier and Type | Method and Description |
|---|---|
static StateInformation.State |
StateInformation.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateInformation.State[] |
StateInformation.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<StateInformation.State> |
StateInformation.getStates() |
Set<StateInformation.State> |
AbstractStateInformation.getStates() |
| Constructor and Description |
|---|
StaticStateInformation(StateInformation.State state) |
| Constructor and Description |
|---|
AbstractStateInformation(Set<StateInformation.State> states) |
StaticStateInformation(EnumSet<StateInformation.State> states) |
| Constructor and Description |
|---|
StateLabelProviderImpl(org.eclipse.core.databinding.observable.set.IObservableSet itemsThatNeedLabels,
StateInformation.State state) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.