Package | Description |
---|---|
org.openide.actions | |
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Method and Description |
---|---|
TemplateWizard |
NewTemplateAction.Cookie.getTemplateWizard()
Getter for the wizard that should be used for this cookie.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateWizard.Iterator.initialize(TemplateWizard wiz)
Initializes the iterator after it is constructed.
|
Set<DataObject> |
TemplateWizard.Iterator.instantiate(TemplateWizard wiz)
Instantiates the template using information provided by
the wizard.
|
void |
TemplateWizard.Iterator.uninitialize(TemplateWizard wiz)
Informs the Iterator that the TemplateWizard finished using the Iterator.
|