2009-01-09 1.2.0

org.eclipse.soda.dk.profile.swt
Class ControlProfileSwt

java.lang.Object
  extended by org.eclipse.soda.dk.core.EscObject
      extended by org.eclipse.soda.dk.notification.client.NotificationClient
          extended by org.eclipse.soda.dk.profile.swt.ProfileSwt
              extended by org.eclipse.soda.dk.profile.swt.ControlProfileSwt
All Implemented Interfaces:
java.lang.Runnable, java.util.Comparator, java.util.EventListener, DeviceListener, ErrorListener, org.eclipse.swt.events.MenuListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class ControlProfileSwt
extends ProfileSwt

Since:
1.0
Version:
1.2.0

Field Summary
 
Fields inherited from class org.eclipse.soda.dk.profile.swt.ProfileSwt
activeColor, boldFont, bridges, CAP, capabilities, capabilitiesTopic, CAPWORDS, COMMAND_TYPE, commandImage, commandPopupMenu, countIndex, dataIndex, display, fontHeight, fontName, ID_VALUE, inactiveColor, italicFont, keyIndex, littleActiveColor, LOWER, MEASUREMENT_TYPE, measurementImage, measurementPopupMenu, normalFont, PREFIX_VALUE, profile, shell, SIGNAL_TYPE, signalImage, signalPopupMenu, thread, timeIndex, timestamp, timestampIndex, topicMap, transport, treeCommand, treeMeasurement, treeSignal
 
Fields inherited from class org.eclipse.soda.dk.notification.client.NotificationClient
TOPIC_DELIMITER
 
Fields inherited from class org.eclipse.soda.dk.core.EscObject
CLONE_EXCEPTION_RESOURCE, EMPTY_BYTES, EMPTY_STRING, ERROR_OCCURRED_EXCEPTION_RESOURCE, ID_FILTER_KEY, ID_KEY, ID_KEY_ANY, ID_NAME_KEY, INTEGER_TABLE, INTEGER_TABLE_SIZE, KEY_KEY, LOG_DEBUG, LOG_DEFAULT, LOG_ERROR, LOG_INFO, LOG_LEVEL_KEY, LOG_TRACE, LOG_WARNING, LONG_TABLE, LONG_TABLE_SIZE, PREFIX_KEY, READONLY_EMPTY_COLLECTION, READONLY_EMPTY_LIST, READONLY_EMPTY_MAP, RESOURCE_BUNDLE, SLEEP_EXCEPTION_RESOURCE, SYSTEM_INFO_RESOURCE, TO_STRING_CONFIGURATION_KEYS, TRACE_LEVEL_HIGH, TRACE_LEVEL_LOW, TRACE_LEVEL_MAX, TRACE_LEVEL_MIN, TRACE_LEVEL_NONE, TRACE_LEVEL_NORMAL, TRACELEVEL_KEY, UNKNOWN_ERROR_RESOURCE, Unmodifiable
 
Fields inherited from interface org.eclipse.soda.dk.device.service.DeviceListener
ADDED, CHANGED, REMOVED
 
Constructor Summary
ControlProfileSwt()
          Constructs an instance of this class.
 
Method Summary
 java.lang.String[] getAllCommandNames()
          Gets the all command names (String[]) value.
 java.lang.String[] getAllMeasurmentNames()
          Gets the all measurment names (String[]) value.
 java.lang.String[] getAllSignalNames()
          Gets the all signal names (String[]) value.
static void main(java.lang.String[] arguments)
          Main with the specified arguments parameter.
 
Methods inherited from class org.eclipse.soda.dk.profile.swt.ProfileSwt
betterName, compare, controlChanged, createShell, createTree, deviceChanged, errorOccurred, getActiveColor, getBoldFont, getBridges, getCapabilities, getCapabilitiesTopic, getCommandImage, getCommandPopupMenu, getCountIndex, getDataIndex, getDefaultNotificationService, getDefaultProfile, getDisplay, getFontHeight, getFontName, getInactiveColor, getItalicFont, getKeyIndex, getLittleActiveColor, getMeasurementImage, getMeasurementPopupMenu, getNormalFont, getProfile, getShell, getSignalImage, getSignalPopupMenu, getThread, getTimestamp, getTimestampIndex, getTitle, getTopicMap, getTransport, getTreeCommand, getTreeMeasurement, getTreeSignal, handleCapabilities, isActive, menuHidden, menuShown, notificationReceived, openControlWindow, populateTrees, populateTrees, refresh, run, run, setActive, setActiveColor, setBoldFont, setBridges, setCapabilities, setCapabilitiesTopic, setCommandImage, setCommandPopupMenu, setCountIndex, setDataIndex, setDisplay, setFontHeight, setFontName, setInactiveColor, setItalicFont, setKeyIndex, setLittleActiveColor, setMeasurementImage, setMeasurementPopupMenu, setNormalFont, setProfile, setShell, setSignalImage, setSignalPopupMenu, setThread, setTimestamp, setTimestampIndex, setTopicMap, setTransport, setTreeCommand, setTreeMeasurement, setTreeSignal, setupCommand, setupFonts, setupMeasurement, setupSignal, start, startThread, stop, widgetDefaultSelected, widgetSelected
 
Methods inherited from class org.eclipse.soda.dk.notification.client.NotificationClient
broadcast, getNotificationController, getNotificationService, prependPrefix, register, register, setNotificationController, setNotificationService, unregister
 
Methods inherited from class org.eclipse.soda.dk.core.EscObject
attemptRecoveryFromError, createBoolean, createDefaultLogService, createException, createException, createInteger, createIntegerTable, createLong, createLongTable, createNumber, format, getBoolean, getByte, getChar, getConfigurationService, getCurrentTimestamp, getDefaultLogService, getDefaultResource, getDouble, getErrorSeverity, getFloat, getId, getIdName, getInt, getLoadLibraryName, getLogDetails, getLogDetails, getLogDetails0, getLogDetails1, getLogDetails2, getLogDetails3, getLogDetails4, getLogDetails5, getLogDetails6, getLogDetails7, getLogLevel, getLogService, getLong, getObject, getOutputName, getReadOnlyEmptyCollection, getReadOnlyEmptyList, getReadOnlyEmptyMap, getResource, getShort, getSimpleClassName, getStaticBoolean, getStaticByte, getStaticChar, getStaticDouble, getStaticFloat, getStaticInt, getStaticLong, getStaticObject, getStaticShort, getStaticString, getString, getTraceLevel, getVmLibraryVersion, handleError, handleError, handleError, handleError, handleErrorInternal, handleStaticError, handleStaticException, isBackward, isDebug, isLogging, isTrace, isUnmodifiable, loadService, log, log, log, report, report, report, report, report, report, report, reportError, reportSystemInfo, setBackward, setDebug, setDefaultLogService, setLogService, setTraceLevel, setUnmodifiable, shouldLog, sleep, startupEscStatic, toString, toStringConfigurationKeys, toStringInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ControlProfileSwt

public ControlProfileSwt()
Constructs an instance of this class.

Method Detail

main

public static void main(java.lang.String[] arguments)
Main with the specified arguments parameter.

Parameters:
arguments - The arguments (String[]) parameter.

getAllCommandNames

public java.lang.String[] getAllCommandNames()
Gets the all command names (String[]) value.

Overrides:
getAllCommandNames in class ProfileSwt
Returns:
The all command names (String[]) value.

getAllMeasurmentNames

public java.lang.String[] getAllMeasurmentNames()
Gets the all measurment names (String[]) value.

Overrides:
getAllMeasurmentNames in class ProfileSwt
Returns:
The all measurment names (String[]) value.

getAllSignalNames

public java.lang.String[] getAllSignalNames()
Gets the all signal names (String[]) value.

Overrides:
getAllSignalNames in class ProfileSwt
Returns:
The all signal names (String[]) value.

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.