Uses of Class
org.netbeans.spi.wizard.Summary

Packages that use Summary
Package Description
org.netbeans.spi.wizard   
 

Uses of Summary in org.netbeans.spi.wizard
 

Methods in org.netbeans.spi.wizard that return Summary
Modifier and Type Method and Description
static Summary Summary.create(java.awt.Component comp, java.lang.Object result)
          Create a Summary object that will display the passed component.
static Summary Summary.create(java.lang.String[] items, java.lang.Object result)
          Create a Summary object that will display the passed Strings in a JList or similar.
static Summary Summary.create(java.lang.String text, java.lang.Object result)
          Create a Summary object which will display the passed String in a text component of some sort.