| |
|
| javax.swing.JPanel org.netbeans.modules.jdbcwizard.wizards.InsertColumnPanel
Inner Class :class MetaTColumnComponent extends JTable | |
Inner Class :class RowDataWrapper | |
Constructor Summary | |
public | InsertColumnPanel() Creates a new instance of JDBCWizardTablePanel to render the selection of tables
participating in an JDBC collaboration. |
InsertColumnPanel | public InsertColumnPanel()(Code) | | Creates a new instance of JDBCWizardTablePanel to render the selection of tables
participating in an JDBC collaboration.
Parameters: testList - List of tables |
addColumnTable | public void addColumnTable(List testList)(Code) | | |
getColumnTable | public JTable getColumnTable()(Code) | | Gets associated JTable.
JTable |
getColumnTables | public List getColumnTables()(Code) | | Gets list of selected tables.
List of selected tables |
getSelectedColumnTables | public List getSelectedColumnTables()(Code) | | |
paint | public void paint(Graphics g)(Code) | | Paints this component
Parameters: g - graphics context |
resetColumnTable | public void resetColumnTable(List tcolumnNameList)(Code) | | Populates selected tables using items contained in the given List.
Parameters: tableNameList - List of tables to use in repopulating set of selected tables |
|
|
|