| |
|
| javax.swing.JPanel org.netbeans.modules.jdbcwizard.wizards.JDBCWizardTablePanel
JDBCWizardTablePanel | public class JDBCWizardTablePanel extends JPanel (Code) | | This class represents table for meta data. This holds a JTable for showing table meta data.
|
Inner Class :class MetaTableComponent extends JTable | |
Inner Class :class RowDataWrapper | |
JDBCWizardTablePanel | public JDBCWizardTablePanel()(Code) | | |
JDBCWizardTablePanel | public JDBCWizardTablePanel(List testList)(Code) | | Creates a new instance of JDBCWizardTablePanel to render the selection of tables
participating in an JDBC collaboration.
Parameters: testList - List of tables |
addTable | public void addTable(List testList)(Code) | | Parameters: testList - |
getTable | public JTable getTable()(Code) | | Gets associated JTable.
JTable |
getTables | public List getTables()(Code) | | Gets list of selected tables.
List of selected tables |
paint | public void paint(Graphics g)(Code) | | Paints this component
Parameters: g - graphics context |
resetTable | public void resetTable(List tableNameList)(Code) | | Populates selected tables using items contained in the given List.
Parameters: tableNameList - List of tables to use in repopulating set of selected tables |
|
|
|