Package com.inductiveautomation.rm.app
Class InspectorPanel
java.lang.Object
com.inductiveautomation.snap.ui.UIOwner<SwingEvent,JComponent>
 
com.inductiveautomation.snap.swing.SwingOwner
com.inductiveautomation.rm.app.InspectorPanel
This class is responsible for the Swing UI associated with the inspector window.
- 
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 TypeMethodDescriptionReturns the inspector (owner) of the inspector pane.protected JComponentReturns the inspector pane.voidinitUI()Initializes UI panel for the inspector.booleanReturns whether the inspector is showing the datasource inspector.booleanReturns whether the inspector is visible.voidpopSelection(ActionEvent anEvent) Changes the selection path selection to the level of the string index in the action event.voidUpdates the selection path UI.voidresetUI()Refreshes the inspector for the current editor selection.voidrespondUI(SwingEvent anEvent) Handles changes to the inspector Swing UI controls.voidsetInspector(SwingOwner anOwner) Sets the inspector in the inspector pane.protected voidsetInspectorPane(JComponent aPanel) Sets the inspector panel UI to given panel.voidsetVisible(boolean aValue) Sets whether the inspector is visible.voidsetVisible(int anIndex) Sets the inspector to be visible, showing the specific sub-inspector at the given index.voidMakes the inspector panel show the document inspector.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, 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, 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
- 
Constructor Details- 
InspectorPanelpublic InspectorPanel()
 
- 
- 
Method Details- 
initUIpublic void initUI()Initializes UI panel for the inspector.- Overrides:
- initUIin class- UIOwner<SwingEvent,- JComponent> 
 
- 
resetUIpublic void resetUI()Refreshes the inspector for the current editor selection.- Overrides:
- resetUIin class- UIOwner<SwingEvent,- JComponent> 
 
- 
respondUIHandles changes to the inspector Swing UI controls.- Overrides:
- respondUIin class- UIOwner<SwingEvent,- JComponent> 
 
- 
isVisiblepublic boolean isVisible()Returns whether the inspector is visible.
- 
setVisiblepublic void setVisible(boolean aValue) Sets whether the inspector is visible.
- 
setVisiblepublic void setVisible(int anIndex) Sets the inspector to be visible, showing the specific sub-inspector at the given index.
- 
isShowingDataSourcepublic boolean isShowingDataSource()Returns whether the inspector is showing the datasource inspector.
- 
getInspectorReturns the inspector (owner) of the inspector pane.
- 
setInspectorSets the inspector in the inspector pane.
- 
getInspectorPaneReturns the inspector pane.
- 
setInspectorPaneSets the inspector panel UI to given panel.
- 
resetSelectionPathMatrixpublic void resetSelectionPathMatrix()Updates the selection path UI.
- 
popSelectionChanges the selection path selection to the level of the string index in the action event.
- 
showDocumentInspectorpublic void showDocumentInspector()Makes the inspector panel show the document inspector.
 
-