cz.cuni.amis.nb.pogamut.base.project.template.utils
Class TemplateBotProjectWizardPanel

Package class diagram package TemplateBotProjectWizardPanel
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.base.project.template.utils.TemplateBotProjectWizardPanel
All Implemented Interfaces:
org.openide.WizardDescriptor.FinishablePanel, org.openide.WizardDescriptor.Panel, org.openide.WizardDescriptor.ValidatingPanel

public class TemplateBotProjectWizardPanel
extends Object
implements org.openide.WizardDescriptor.Panel, org.openide.WizardDescriptor.ValidatingPanel, org.openide.WizardDescriptor.FinishablePanel

Panel just asking for basic info.


Constructor Summary
TemplateBotProjectWizardPanel()
          Creates a new instance of templateWizardPanel
 
Method Summary
 void addChangeListener(ChangeListener l)
           
protected  void fireChangeEvent()
           
 Component getComponent()
           
 org.openide.util.HelpCtx getHelp()
           
 boolean isFinishPanel()
           
 boolean isValid()
           
 void readSettings(Object settings)
           
 void removeChangeListener(ChangeListener l)
           
 void storeSettings(Object settings)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBotProjectWizardPanel

public TemplateBotProjectWizardPanel()
Creates a new instance of templateWizardPanel

Method Detail

getComponent

public Component getComponent()
Specified by:
getComponent in interface org.openide.WizardDescriptor.Panel

getHelp

public org.openide.util.HelpCtx getHelp()
Specified by:
getHelp in interface org.openide.WizardDescriptor.Panel

isValid

public boolean isValid()
Specified by:
isValid in interface org.openide.WizardDescriptor.Panel

addChangeListener

public final void addChangeListener(ChangeListener l)
Specified by:
addChangeListener in interface org.openide.WizardDescriptor.Panel

removeChangeListener

public final void removeChangeListener(ChangeListener l)
Specified by:
removeChangeListener in interface org.openide.WizardDescriptor.Panel

fireChangeEvent

protected final void fireChangeEvent()

readSettings

public void readSettings(Object settings)
Specified by:
readSettings in interface org.openide.WizardDescriptor.Panel

storeSettings

public void storeSettings(Object settings)
Specified by:
storeSettings in interface org.openide.WizardDescriptor.Panel

isFinishPanel

public boolean isFinishPanel()
Specified by:
isFinishPanel in interface org.openide.WizardDescriptor.FinishablePanel

validate

public void validate()
              throws org.openide.WizardValidationException
Specified by:
validate in interface org.openide.WizardDescriptor.ValidatingPanel
Throws:
org.openide.WizardValidationException


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.