Package com.inductiveautomation.rm.app
Class AttributesPanel.APColorPanel
- java.lang.Object
-
- com.inductiveautomation.snap.ui.UIOwner<SwingEvent,javax.swing.JComponent>
-
- com.inductiveautomation.snap.swing.SwingOwner
-
- com.inductiveautomation.rm.swing.RJColorPanel
-
- com.inductiveautomation.rm.app.AttributesPanel.APColorPanel
-
- Enclosing class:
- AttributesPanel
public class AttributesPanel.APColorPanel extends RJColorPanel
This inner class is a RJColorPanel suitable for manipulating colors in current RMEditor.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.rm.swing.RJColorPanel
RJColorPanel.ImagePickerLabel
-
-
Field Summary
-
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 Constructor Description APColorPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getColor()
Overrides normal implementation to get color from editor if no color well selected.java.lang.String
getWindowTitle()
Returns the name for this panel.void
setColor(java.awt.Color aColor)
Override to forward to editor.void
setWindowVisible(boolean aValue)
Overrides color panel behavior to order attributes panel visible instead.-
Methods inherited from class com.inductiveautomation.rm.swing.RJColorPanel
addRecentColor, getColorWell, getSelectedPicker, getShared, getSharedClass, initUI, installGradientUI, resetUI, respondUI, setColorWell, setSelectedPicker, setSharedClass
-
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
-
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, runLaterDelayed, runLaterOnce, sendEvent, sendNodeAction, setBindingModelValue, setBindingNodeValue, setFirstFocus, setModelValue, setNodeAction, setNodeEnabled, setNodeItemDisplayKey, setNodeItems, setNodeItems, setNodeSelectedIndex, setNodeSelectedItem, setNodeText, setNodeValue, setSendEventDisabled
-
-
-
-
Method Detail
-
setWindowVisible
public void setWindowVisible(boolean aValue)
Overrides color panel behavior to order attributes panel visible instead.- Overrides:
setWindowVisible
in classSwingOwner
-
getColor
public java.awt.Color getColor()
Overrides normal implementation to get color from editor if no color well selected.- Overrides:
getColor
in classRJColorPanel
-
setColor
public void setColor(java.awt.Color aColor)
Override to forward to editor.- Overrides:
setColor
in classRJColorPanel
-
getWindowTitle
public java.lang.String getWindowTitle()
Returns the name for this panel.
-
-