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.RJColorPanelRJColorPanel.ImagePickerLabel
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.snap.ui.UIOwnerDragDrop, DragEnter, DragEvents, DragExit, DragOver, KeyEvents, KeyFinished, KeyPressed, KeyReleased, KeyTyped, MouseClicked, MouseDragged, MouseEntered, MouseEvents, MouseExited, MouseFinished, MouseMoved, MousePressed, MouseReleased
 
- 
 - 
Constructor SummaryConstructors Constructor Description APColorPanel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColor()Overrides normal implementation to get color from editor if no color well selected.java.lang.StringgetWindowTitle()Returns the name for this panel.voidsetColor(java.awt.Color aColor)Override to forward to editor.voidsetWindowVisible(boolean aValue)Overrides color panel behavior to order attributes panel visible instead.- 
Methods inherited from class com.inductiveautomation.rm.swing.RJColorPaneladdRecentColor, getColorWell, getSelectedPicker, getShared, getSharedClass, initUI, installGradientUI, resetUI, respondUI, setColorWell, setSelectedPicker, setSharedClass
 - 
Methods inherited from class com.inductiveautomation.snap.swing.SwingOwneraddKeyActionEvent, 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.UIOwneraddNodeBinding, 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- 
setWindowVisiblepublic void setWindowVisible(boolean aValue) Overrides color panel behavior to order attributes panel visible instead.- Overrides:
- setWindowVisiblein class- SwingOwner
 
 - 
getColorpublic java.awt.Color getColor() Overrides normal implementation to get color from editor if no color well selected.- Overrides:
- getColorin class- RJColorPanel
 
 - 
setColorpublic void setColor(java.awt.Color aColor) Override to forward to editor.- Overrides:
- setColorin class- RJColorPanel
 
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name for this panel.
 
- 
 
-