| |
|
| javax.swing.JPanel org.netbeans.modules.jdbcwizard.wizards.JDBCWizardTransferPanel
JDBCWizardTransferPanel | public class JDBCWizardTransferPanel extends JPanel implements ActionListener,WizardDescriptor.Panel(Code) | | Implements a two-list transfer panel with bulk add/remove capability.
|
Constructor Summary | |
public | JDBCWizardTransferPanel() Creates a default instance of JDBCWizardTransferPanel. | public | JDBCWizardTransferPanel(String title) Creates a new instance of JDBCWizardTransferPanel using the given ListModels to initially
populate the source and destination panels. |
JDBCWizardTransferPanel | public JDBCWizardTransferPanel()(Code) | | Creates a default instance of JDBCWizardTransferPanel.
|
JDBCWizardTransferPanel | public JDBCWizardTransferPanel(String title)(Code) | | Creates a new instance of JDBCWizardTransferPanel using the given ListModels to initially
populate the source and destination panels.
Parameters: title - String to be displayed as title of this panel Parameters: dsList - List of DatabaseModels used to populate datasource panel Parameters: destColl - Collection of selected DatabaseModels Parameters: sourceOTD - true if this panel displays available selections for source OTDs; false ifit displays available destination OTDs |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Invoked whenever one of the transfer buttons is clicked.
Parameters: e - ActionEvent to handle |
addChangeListener | public void addChangeListener(ChangeListener l)(Code) | | See Also: org.openide.WizardDescriptor.Panel.addChangeListener |
getComponent | public Component getComponent()(Code) | | See Also: org.openide.WizardDescriptor.Panel.getComponent |
getHelp | public HelpCtx getHelp()(Code) | | See Also: org.openide.WizardDescriptor.Panel.getHelp |
isValid | public boolean isValid()(Code) | | See Also: org.openide.WizardDescriptor.Panel.isValid |
readSettings | public void readSettings(Object settings)(Code) | | See Also: org.openide.WizardDescriptor.Panel.readSettings |
removeChangeListener | public void removeChangeListener(ChangeListener l)(Code) | | See Also: org.openide.WizardDescriptor.Panel.removeChangeListener |
storeSettings | public void storeSettings(Object settings)(Code) | | See Also: org.openide.WizardDescriptor.Panel.storeSettings |
|
|
|