Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
static void |
TemplateWizard.setIterator(DataObject obj,
TemplateWizard.Iterator iter) |
Deprecated.
since 2.13 you should provide the iterator from
getCookie method |
Constructor | Description |
---|---|
TemplateWizard(TemplateWizard.Iterator it) |
Constructor
for wizards that require the target chooser or template
chooser panel.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.