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 Summary
Constructors Constructor Description RBInspectorPanel() 
- 
Method Summary
All 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.InspectorPanel
close, getVisible, isEnabled, isShowingDataSource, isVisible, popSelection, resetSelectionPathMatrix, resetUI, selectRoot, setDatasourceEditorPanel, setEnabled, setUI, setVisible, setVisible, shared, showDocumentInspector 
- 
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUI
public RJPanel getUI()
Returns the Swing UI panel for the inspector.- Overrides:
 getUIin classInspectorPanel
 
- 
respondUI
public void respondUI(java.lang.Object anObj)
Handles changes to the inspector Swing GUI controls.- Overrides:
 respondUIin classInspectorPanel
 
 - 
 
 -