Package com.inductiveautomation.rm.app
Class DatasetKeyPanel
java.lang.Object
com.inductiveautomation.snap.ui.UIOwner<SwingEvent,JComponent>
com.inductiveautomation.snap.swing.SwingOwner
com.inductiveautomation.rm.app.DatasetKeyPanel
Runs a simple panel letting the user choose a dataset key element, like table, graph, crosstab or labels.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
Fields inherited from class com.inductiveautomation.snap.ui.UIOwner
DragDrop, DragEnter, DragEvents, DragExit, DragOver, KeyEvents, KeyFinished, KeyPressed, KeyReleased, KeyTyped, MouseClicked, MouseDragged, MouseEntered, MouseEvents, MouseExited, MouseFinished, MouseMoved, MousePressed, MouseReleased
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initUI()
Initialize UI.void
respondUI
(SwingEvent anEvent) Handles input from UI controls.int
showDatasetKeyPanel
(JComponent aComponent) Runs the dataset key panel.Methods inherited from class com.inductiveautomation.snap.swing.SwingOwner
addKeyActionEvent, createTimer, createUI, createUI, createWindow, getNode, getNode, getNodeHelper, getTimer, getTimer, getUI, getWindow, isEventThread, isWindowVisible, requestFocus, requestFocusImpl, runLater, sendEvent, setWindowVisible
Methods inherited from class com.inductiveautomation.snap.ui.UIOwner
addNodeBinding, disableEvents, enableEvents, getBindingModelValue, getBindingNodeValue, getConversionMap, getConversionMapKey, getConversionMaps, getConversionMapValue, getFirstFocus, getModelValue, getNode, getNodeAction, getNodeBoolValue, getNodeFloatValue, getNodeIntValue, getNodeItemDisplayKey, getNodeItems, getNodeSelectedIndex, getNodeSelectedItem, getNodeStringValue, getNodeText, getNodeValue, getUI, getUIHpr, initUI, isNodeEnabled, isNodeValueAdjusting, isSendEventDisabled, isUISet, processResetUI, processRespondUI, resetLater, resetNodeBindings, resetUI, runLaterDelayed, runLaterOnce, sendEvent, sendNodeAction, setBindingModelValue, setBindingNodeValue, setFirstFocus, setModelValue, setNodeAction, setNodeEnabled, setNodeItemDisplayKey, setNodeItems, setNodeItems, setNodeSelectedIndex, setNodeSelectedItem, setNodeText, setNodeValue, setSendEventDisabled
-
Field Details
-
TABLE
public static final byte TABLE- See Also:
-
LABELS
public static final byte LABELS- See Also:
-
GRAPH
public static final byte GRAPH- See Also:
-
CROSSTAB
public static final byte CROSSTAB- See Also:
-
-
Constructor Details
-
DatasetKeyPanel
public DatasetKeyPanel()
-
-
Method Details
-
showDatasetKeyPanel
Runs the dataset key panel. -
initUI
public void initUI()Initialize UI.- Overrides:
initUI
in classUIOwner<SwingEvent,
JComponent>
-
respondUI
Handles input from UI controls.- Overrides:
respondUI
in classUIOwner<SwingEvent,
JComponent>
-