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 Summary
Constructors -
Method Summary
Modifier 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.void
resetUI()
Resets the Swing UI from the current editor's datasource.void
Responds to changes from the datasource inspector panel's controls.Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
DataSource
public DataSource()Creates a new datasource inspector.
-
-
Method Details
-
getWindowTitle
Returns the name to be used in the inspector panel window title. -
getSelectedShape
Returns the currently selected shape. -
getUI
Returns the Swing UI panel for the datasource inspector. -
resetUI
public void resetUI()Resets the Swing UI from the current editor's datasource. -
respondUI
Responds to changes from the datasource inspector panel's controls.
-