public class PreviewDatabaseVisualPanel extends JPanel(Code)
Descriptor for single panel to select tables and columns to be included in an Flatfile
Database definition instance.
author: Jonathan Giron author: Ahimanikya Satapathy version: $Revision$
Constructs a new instance of PreviewDatabaseVisualPanel with the given
PreviewDatabasePanel instance as its owner.
Parameters: panelHost - owner of this new instance
Gets FlatfileDatabaseModel representing current contents of this visual component.
FlatfileDatabaseModel representing the contents of this visual component
Indicates whether the controls in this panel all have sufficient valid data to
advance the wizard to the next panel.
true if data are valid, false otherwise
Sets data model of this visual component to the contents of the given
FlatfileDatabaseModel.
Parameters: newModel - FlatfileDatabaseModel whose contents will be rendered by thiscomponent