| Package | Description |
|---|---|
| org.eclipse.scada.ae.ui.views.config |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
MonitorViewConfiguration.getConnectionType() |
ConnectionType |
EventPoolViewConfiguration.getConnectionType() |
ConnectionType |
EventHistoryViewConfiguration.getConnectionType() |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EventHistoryViewConfiguration(String id,
String connectionString,
ConnectionType connectionType,
String label,
List<ColumnLabelProviderInformation> columnInformation) |
EventPoolViewConfiguration(String id,
String monitorQueryId,
String eventPoolQueryId,
String connectionString,
ConnectionType connectionType,
String label,
int maxNumberOfEvents,
int forceEventLimit,
List<ColumnLabelProviderInformation> columnInformation) |
MonitorViewConfiguration(String id,
String monitorQueryId,
String connectionString,
ConnectionType connectionType,
String label,
List<ColumnProperties> columns) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.