Package com.reportmill.panels
Class DataSourcePanelGoogle
java.lang.Object
com.reportmill.panels.DataSourcePanelGoogle
A datasource panel for RMDataSource.
-
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
-
DataSourcePanelGoogle
public DataSourcePanelGoogle()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.
-