Package com.reportmill.panels
Class DataSourcePanel
java.lang.Object
com.reportmill.panels.DataSourcePanel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the datasource currently displayed in the UI.getUI()Returns the Swing UI panel.voidresetUI()Updates Swing UI from datasource.voidUpdates datasource from Swing UI.voidsetVisible(boolean aFlag) Makes the datasource panel visible.
- 
Constructor Details- 
DataSourcePanelCreates a new DataSourcePanel.
 
- 
- 
Method Details- 
setVisiblepublic void setVisible(boolean aFlag) Makes the datasource panel visible.
- 
getUIReturns the Swing UI panel.
- 
resetUIpublic void resetUI()Updates Swing UI from datasource.
- 
respondUIUpdates datasource from Swing UI.
- 
getDataSourceReturns the datasource currently displayed in the UI. NB: this may not be the one set in the document- Returns:
 
 
-