Package | Description |
---|---|
org.eclipse.scada.vi.details.model | |
org.eclipse.scada.vi.details.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<TabStyle> |
TabStyle.VALUES
A public read-only list of all the 'Tab Style' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static TabStyle |
TabStyle.get(int value)
Returns the 'Tab Style' literal with the specified integer value.
|
static TabStyle |
TabStyle.get(String literal)
Returns the 'Tab Style' literal with the specified literal value.
|
static TabStyle |
TabStyle.getByName(String name)
Returns the 'Tab Style' literal with the specified name.
|
TabStyle |
View.getTabStyle()
Returns the value of the 'Tab Style' attribute.
|
static TabStyle |
TabStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabStyle[] |
TabStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
View.setTabStyle(TabStyle value)
Sets the value of the '
Tab Style ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static TabStyle |
ViewImpl.TAB_STYLE_EDEFAULT
The default value of the '
Tab Style ' attribute. |
protected TabStyle |
ViewImpl.tabStyle
The cached value of the '
Tab Style ' attribute. |
Modifier and Type | Method and Description |
---|---|
TabStyle |
DetailViewFactoryImpl.createTabStyleFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
TabStyle |
ViewImpl.getTabStyle() |
Modifier and Type | Method and Description |
---|---|
void |
ViewImpl.setTabStyle(TabStyle newTabStyle) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.