Package com.reportmill.panels
Class DataSourcePanel
java.lang.Object
com.reportmill.panels.DataSourcePanel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
DataSourcePanel
Creates a new DataSourcePanel. 
 - 
 - 
Method Details
- 
setVisible
public void setVisible(boolean aFlag) Makes the datasource panel visible. - 
getUI
Returns the Swing UI panel. - 
resetUI
public void resetUI()Updates Swing UI from datasource. - 
respondUI
Updates datasource from Swing UI. - 
getDataSource
Returns the datasource currently displayed in the UI. NB: this may not be the one set in the document- Returns:
 
 
 -