|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.AbstractStepFactory
protected abstract class FillNewElementWizardProvider.AbstractStepFactory
Produces new steps. Allows wizards to be created lazily.
Field Summary | |
---|---|
Element |
e
Step shall fill contents of this element. |
NewElementRule |
rule
Rule to use for produced step. |
Constructor Summary | |
---|---|
protected |
FillNewElementWizardProvider.AbstractStepFactory(NewElementRule rule,
Element e)
Constructor. |
Method Summary | |
---|---|
protected abstract FillNewElementWizardProvider.WizardStep |
newStep(NamespaceManager manager)
Produces instance of the step. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final NewElementRule rule
public final Element e
Constructor Detail |
---|
protected FillNewElementWizardProvider.AbstractStepFactory(NewElementRule rule, Element e)
rule
- Rule to use for produced step.e
- Step shall fill contents of this element.Method Detail |
---|
protected abstract FillNewElementWizardProvider.WizardStep newStep(NamespaceManager manager)
manager
- the namespace manager to use. It must not be modified
by this step, nor by the following steps.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |