public class ImportCSVUIWizardPanel2 extends Object implements org.openide.WizardDescriptor.Panel
| Modifier and Type | Field and Description |
|---|---|
private ImportCSVUIVisualPanel2 |
component
The visual component that displays this panel.
|
private Set<ChangeListener> |
listeners |
private org.openide.WizardDescriptor |
wizardDescriptor |
| Constructor and Description |
|---|
ImportCSVUIWizardPanel2() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ChangeListener l) |
protected void |
fireChangeEvent() |
Component |
getComponent() |
org.openide.util.HelpCtx |
getHelp() |
boolean |
isValid() |
void |
readSettings(Object settings) |
void |
removeChangeListener(ChangeListener l) |
void |
setWizardDescriptor(org.openide.WizardDescriptor wizardDescriptor) |
void |
storeSettings(Object settings) |
void |
unSetup() |
private org.openide.WizardDescriptor wizardDescriptor
private ImportCSVUIVisualPanel2 component
private final Set<ChangeListener> listeners
public Component getComponent()
getComponent in interface org.openide.WizardDescriptor.Panelpublic org.openide.util.HelpCtx getHelp()
getHelp in interface org.openide.WizardDescriptor.Panelpublic boolean isValid()
isValid in interface org.openide.WizardDescriptor.Panelpublic final void addChangeListener(ChangeListener l)
addChangeListener in interface org.openide.WizardDescriptor.Panelpublic final void removeChangeListener(ChangeListener l)
removeChangeListener in interface org.openide.WizardDescriptor.Panelprotected final void fireChangeEvent()
public void readSettings(Object settings)
readSettings in interface org.openide.WizardDescriptor.Panelpublic void unSetup()
public void storeSettings(Object settings)
storeSettings in interface org.openide.WizardDescriptor.Panelpublic void setWizardDescriptor(org.openide.WizardDescriptor wizardDescriptor)
Copyright © 2007–2015 Gephi Consortium. All rights reserved.