Package com.reportmill.panels
Class DataSource
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.DataSource
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class DataSource extends RMObject This class manages Swing GUI display and editing of editor's datasource.
- 
- 
Constructor SummaryConstructors Constructor Description DataSource()Creates a new datasource inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMShapegetSelectedShape()Returns the currently selected shape.javax.swing.JPanelgetUI()Returns the Swing UI panel for the datasource inspector.java.lang.StringgetWindowTitle()Returns the name to be used in the inspector panel window title.voidresetUI()Resets the Swing UI from the current editor's datasource.voidrespondUI(java.lang.Object anObj)Responds 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
 
- 
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name to be used in the inspector panel window title.
 - 
getSelectedShapepublic RMShape getSelectedShape() Returns the currently selected shape.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI panel for the datasource inspector.
 - 
resetUIpublic void resetUI() Resets the Swing UI from the current editor's datasource.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to changes from the datasource inspector panel's controls.
 
- 
 
-