|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMultiWizardProvider | |
---|---|
sk.uniba.euromath.editor.wizards | Reusable GUI wizards. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
Uses of IMultiWizardProvider in sk.uniba.euromath.editor.wizards |
---|
Fields in sk.uniba.euromath.editor.wizards declared as IMultiWizardProvider | |
---|---|
protected IMultiWizardProvider |
MultiWizard.provider
Provides switcher with wizard instances. |
Methods in sk.uniba.euromath.editor.wizards that return IMultiWizardProvider | |
---|---|
IMultiWizardProvider |
MultiWizard.getProvider()
Returns the provider instance. |
Constructors in sk.uniba.euromath.editor.wizards with parameters of type IMultiWizardProvider | |
---|---|
MultiWizard(IMultiWizardProvider provider)
Creates instance of wizard switcher. |
Uses of IMultiWizardProvider in sk.uniba.euromath.editor.wizards.document |
---|
Classes in sk.uniba.euromath.editor.wizards.document that implement IMultiWizardProvider | |
---|---|
class |
ExportWizardProvider
The exportation wizard. |
class |
FillNewElementWizardProvider
Fills given element with new content. |
class |
InsertElementWizardProvider
A wizard that queries contents of new element(s) that should be inserted at given location. |
class |
NewDocumentWizardProvider
A wizard that creates new XML document and returns it in a form of XMLAccess instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |