Package com.ribsapp.panels
Class RBInspectorPanel
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.InspectorPanel
- 
- com.ribsapp.panels.RBInspectorPanel
 
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class RBInspectorPanel extends InspectorPanel This class manages the inspector panel. Sublclasses from standard designer inspector.
- 
- 
Constructor SummaryConstructors Constructor Description RBInspectorPanel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanelgetUI()Returns the Swing UI panel for the inspector.voidrespondUI(java.lang.Object anObj)Handles changes to the inspector Swing GUI controls.- 
Methods inherited from class com.reportmill.panels.InspectorPanelclose, getVisible, isEnabled, isShowingDataSource, isVisible, popSelection, resetSelectionPathMatrix, resetUI, selectRoot, setDatasourceEditorPanel, setEnabled, setUI, setVisible, setVisible, shared, showDocumentInspector
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
getUIpublic RJPanel getUI() Returns the Swing UI panel for the inspector.- Overrides:
- getUIin class- InspectorPanel
 
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Handles changes to the inspector Swing GUI controls.- Overrides:
- respondUIin class- InspectorPanel
 
 
- 
 
-