Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Method and Description |
---|---|
protected TemplateWizard.Iterator |
TemplateWizard.createDefaultIterator()
Allows subclasses to provide their own default iterator
the one that will be used if not special iterator is associated
with selected template.
|
static TemplateWizard.Iterator |
TemplateWizard.getIterator(DataObject obj)
Finds a custom iterator attached to a template that should
be used to instantiate the object.
|
Modifier and Type | Method and Description |
---|---|
static void |
TemplateWizard.setIterator(DataObject obj,
TemplateWizard.Iterator iter)
Deprecated.
since 2.13 you should provide the iterator from
getCookie method |
Constructor and Description |
---|
TemplateWizard(TemplateWizard.Iterator it)
Constructor
for wizards that require the target chooser or template
chooser panel.
|