| Package | Description |
|---|---|
| org.eclipse.scada.ae.ui.views.config |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
EventHistoryViewConfiguration.getConnectionType() |
ConnectionType |
EventPoolViewConfiguration.getConnectionType() |
ConnectionType |
MonitorViewConfiguration.getConnectionType() |
static ConnectionType |
ConnectionType.valueOf(java.lang.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(java.lang.String id,
java.lang.String connectionString,
ConnectionType connectionType,
java.lang.String label,
java.util.List<ColumnLabelProviderInformation> columnInformation) |
EventPoolViewConfiguration(java.lang.String id,
java.lang.String monitorQueryId,
java.lang.String eventPoolQueryId,
java.lang.String connectionString,
ConnectionType connectionType,
java.lang.String label,
int maxNumberOfEvents,
int forceEventLimit,
java.util.List<ColumnLabelProviderInformation> columnInformation) |
MonitorViewConfiguration(java.lang.String id,
java.lang.String monitorQueryId,
java.lang.String connectionString,
ConnectionType connectionType,
java.lang.String label,
java.util.List<ColumnProperties> columns) |
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