Package com.inductiveautomation.rm.app
Class SwingGallery
java.lang.Object
com.inductiveautomation.snap.ui.UIOwner<SwingEvent,JComponent>
 
com.inductiveautomation.snap.swing.SwingOwner
com.inductiveautomation.rm.app.Gallery
com.inductiveautomation.rm.app.SwingGallery
A gallery panel for ribs Swing components.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.rm.app.GalleryGallery.GViewer
- 
Field SummaryFields 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
- 
Method SummaryModifier and TypeMethodDescriptiongetDocument(int anIndex) Returns the specific 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.Methods inherited from class com.inductiveautomation.rm.app.GallerycreateUI, dropGalleryShape, getDragShape, getWindowTitle, respondUIMethods inherited from class com.inductiveautomation.snap.swing.SwingOwneraddKeyActionEvent, createTimer, createUI, createWindow, getNode, getNode, getNodeHelper, getTimer, getTimer, getUI, getWindow, isEventThread, isWindowVisible, requestFocus, requestFocusImpl, runLater, sendEvent, setWindowVisibleMethods 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, 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- 
SwingGallerypublic SwingGallery()Creates a new SwingGallery.
 
- 
- 
Method Details- 
getDocumentCountpublic int getDocumentCount()Returns the number of document shown by the gallery.- Overrides:
- getDocumentCountin class- Gallery
 
- 
getDocumentReturns the specific document at the given index.- Overrides:
- getDocumentin class- Gallery
 
- 
getDocumentIconReturns the icon for the specific document at the given index.- Overrides:
- getDocumentIconin class- Gallery
 
 
-