Package com.reportmill.panels
Class DataSourcePanelJDBC
java.lang.Object
com.reportmill.panels.DataSourcePanelJDBC
Runs a datasource panel.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassAn inner class for the results.classAn inner class for the tables tree.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the datasource associated with this panel.getUI()Returns the Swing UI panel.voidresetUI()Updates Swing UI from datasource.voidUpdates datasource from Swing UI.voidsetDataSource(RMDataSource aDataSource) Sets the datasource associated with this panel.voidsetVisible(boolean aFlag) Makes the datasource panel visible.
- 
Constructor Details- 
DataSourcePanelJDBCpublic DataSourcePanelJDBC()Creates a new datasource panel.
 
- 
- 
Method Details- 
getDataSourceReturns the datasource associated with this panel.
- 
setDataSourceSets the datasource associated with this panel.
- 
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.
 
-