Package com.reportmill.panels
Class DataSource
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.DataSource
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
This class manages Swing GUI display and editing of editor's datasource.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the currently selected shape.getUI()Returns the Swing UI panel for the datasource inspector.Returns the name to be used in the inspector panel window title.voidresetUI()Resets the Swing UI from the current editor's datasource.voidResponds to changes from the datasource inspector panel's controls.Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
DataSourcepublic DataSource()Creates a new datasource inspector.
 
- 
- 
Method Details- 
getWindowTitleReturns the name to be used in the inspector panel window title.
- 
getSelectedShapeReturns the currently selected shape.
- 
getUIReturns the Swing UI panel for the datasource inspector.
- 
resetUIpublic void resetUI()Resets the Swing UI from the current editor's datasource.
- 
respondUIResponds to changes from the datasource inspector panel's controls.
 
-