| Package | Description |
|---|---|
| org.eclipse.scada.vi.model | |
| org.eclipse.scada.vi.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<SystemCursorType> |
SystemCursorType.VALUES
A public read-only list of all the 'System Cursor Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemCursorType |
SystemCursorType.get(int value)
Returns the 'System Cursor Type' literal with the specified integer value.
|
static SystemCursorType |
SystemCursorType.get(java.lang.String literal)
Returns the 'System Cursor Type' literal with the specified literal value.
|
static SystemCursorType |
SystemCursorType.getByName(java.lang.String name)
Returns the 'System Cursor Type' literal with the specified name.
|
SystemCursorType |
SystemCursor.getType()
Returns the value of the 'Type' attribute.
|
static SystemCursorType |
SystemCursorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemCursorType[] |
SystemCursorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemCursor.setType(SystemCursorType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected SystemCursorType |
SystemCursorImpl.type
The cached value of the '
Type' attribute. |
protected static SystemCursorType |
SystemCursorImpl.TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SystemCursorType |
VisualInterfaceFactoryImpl.createSystemCursorTypeFromString(EDataType eDataType,
java.lang.String initialValue) |
SystemCursorType |
SystemCursorImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemCursorImpl.setType(SystemCursorType newType) |
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