| Package | Description |
|---|---|
| org.eclipse.scada.vi.details.model | |
| org.eclipse.scada.vi.details.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.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(java.lang.String literal)
Returns the 'Tab Style' literal with the specified literal value.
|
static TabStyle |
TabStyle.getByName(java.lang.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(java.lang.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(EDataType eDataType,
java.lang.String initialValue) |
TabStyle |
ViewImpl.getTabStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewImpl.setTabStyle(TabStyle newTabStyle) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0