Uses of Class
org.netbeans.spi.wizard.WizardPage.CustomComponentListener

Packages that use WizardPage.CustomComponentListener
Package Description
org.netbeans.spi.wizard   
 

Uses of WizardPage.CustomComponentListener in org.netbeans.spi.wizard
 

Methods in org.netbeans.spi.wizard that return WizardPage.CustomComponentListener
Modifier and Type Method and Description
protected  WizardPage.CustomComponentListener WizardPage.createCustomComponentListener()
          If you are using custom Swing or AWT components which the WizardPage will not know how to automatically listen to, you may want to override this method, implement CustomComponentListener and return an instance of it.