Package com.reportmill.panels
Class DataSourcePanelJDBC
java.lang.Object
com.reportmill.panels.DataSourcePanelJDBC
Runs a datasource panel.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
An inner class for the results.class
An inner class for the tables tree. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the datasource associated with this panel.getUI()
Returns the Swing UI panel.void
resetUI()
Updates Swing UI from datasource.void
Updates datasource from Swing UI.void
setDataSource
(RMDataSource aDataSource) Sets the datasource associated with this panel.void
setVisible
(boolean aFlag) Makes the datasource panel visible.
-
Constructor Details
-
DataSourcePanelJDBC
public DataSourcePanelJDBC()Creates a new datasource panel.
-
-
Method Details
-
getDataSource
Returns the datasource associated with this panel. -
setDataSource
Sets the datasource associated with this panel. -
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.
-