Package com.inductiveautomation.rm.app
Class Gallery
java.lang.Object
com.inductiveautomation.snap.ui.UIOwner<SwingEvent,JComponent>
com.inductiveautomation.snap.swing.SwingOwner
com.inductiveautomation.rm.app.Gallery
- Direct Known Subclasses:
SwingGallery
This class provides UI for showing an RMParentShape and allowing drag and drop from it.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn inner class and RMViewer subclass for showing and dragging shapes in an RMDocument. -
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentcreateUI()Creates UI panel.static voiddropGalleryShape(RMParentShape aShape, DropTargetDropEvent anEvent) Handle drop of gallery shape onto editor.getDocument(int anIndex) Returns the specifc document at the given index.intReturns the number of document shown by the gallery.getDocumentIcon(int anIndex) Returns the icon for the specific document at the given index.static RMShapeReturns the shape being dragged.Returns the name to be used in the inspector window.voidrespondUI(SwingEvent anEvent) Responds to UI controls.Methods inherited from class com.inductiveautomation.snap.swing.SwingOwner
addKeyActionEvent, createTimer, createUI, createWindow, getNode, getNode, getNodeHelper, getTimer, getTimer, getUI, getWindow, isEventThread, isWindowVisible, requestFocus, requestFocusImpl, runLater, sendEvent, setWindowVisibleMethods 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, 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
-
Constructor Details
-
Gallery
public Gallery()
-
-
Method Details
-
getWindowTitle
Returns the name to be used in the inspector window. -
getDragShape
Returns the shape being dragged. -
createUI
Creates UI panel.- Overrides:
createUIin classSwingOwner
-
respondUI
Responds to UI controls.- Overrides:
respondUIin classUIOwner<SwingEvent,JComponent>
-
getDocumentCount
public int getDocumentCount()Returns the number of document shown by the gallery. -
getDocument
Returns the specifc document at the given index. -
getDocumentIcon
Returns the icon for the specific document at the given index. -
dropGalleryShape
Handle drop of gallery shape onto editor.
-