| java.lang.Object org.netbeans.modules.mashup.db.ui.wizard.TableDefinitionPanel
TableDefinitionPanel | public class TableDefinitionPanel implements ListSelectionListener,WizardDescriptor.FinishablePanel(Code) | | Captures information needed to determine the record and field layout of a file to be
imported into an ETL process.
TODO: Add Foreign Key support in flatfile database wizard, show graphical
representation of the relation between table.
author: Jonathan Giron author: Ahimanikya Satapathy version: $Revision$ |
TableDefinitionPanel | public TableDefinitionPanel()(Code) | | Creates a new default instance of TableDefinitionPanel
|
addNotify | public void addNotify()(Code) | | Overrides parent implementation to allow for addition of this instance as a
listener for various child components.
|
fireChangeEvent | final protected void fireChangeEvent()(Code) | | |
getHelp | public HelpCtx getHelp()(Code) | | |
getParseDataErrorMessages | public List getParseDataErrorMessages()(Code) | | Gets error messages, if any, associated with current set of parse properties.
List, possibly empty, of error messages describing problems with currentparse properties. |
hasValidData | public boolean hasValidData()(Code) | | Indicates whether this panel contains valid content.
true if panel is valid and iterator can advance to next panel; falseotherwise |
isFinishPanel | public boolean isFinishPanel()(Code) | | |
isValid | public boolean isValid()(Code) | | |
readSettings | public void readSettings(Object settings)(Code) | | See Also: org.netbeans.modules.mashup.db.ui.wizard.AbstractContentPanel.readSettings |
removeNotify | public void removeNotify()(Code) | | Overrides parent implementation to allow for removal of this instance as a listener
for various child components.
|
storeSettings | public void storeSettings(Object settings)(Code) | | See Also: org.netbeans.modules.mashup.db.ui.wizard.AbstractContentPanel.storeSettings |
|
|