Class Wizards


  • public final class Wizards
    extends java.lang.Object
    The only purpose of this class is to relieve explicit casting during working with wizards.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T getWDProperty​(org.openide.WizardDescriptor wizardDescriptor, java.lang.String propertyName)  
      static <T> T getWDProperty​(org.openide.WizardDescriptor wizardDescriptor, java.lang.String propertyName, T defaultValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWDProperty

        public static <T> T getWDProperty​(org.openide.WizardDescriptor wizardDescriptor,
                                          java.lang.String propertyName,
                                          T defaultValue)
      • getWDProperty

        public static <T> T getWDProperty​(org.openide.WizardDescriptor wizardDescriptor,
                                          java.lang.String propertyName)