|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewElementRule | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.editor.dialogs | Dialogs |
sk.uniba.euromath.editor.widgets | Reusable GUI widgets. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
Uses of NewElementRule in sk.uniba.euromath.document.schema |
---|
Fields in sk.uniba.euromath.document.schema with type parameters of type NewElementRule | |
---|---|
INameList<NewElementRule> |
ElementLoc.nameList
Returns namelist for element, that can be inserted at specified position. |
Methods in sk.uniba.euromath.document.schema that return types with arguments of type NewElementRule | |
---|---|
INameList<NewElementRule> |
ElementRule.getEnclosingElements(sk.baka.ikslibs.ptr.DOMPoint start,
sk.baka.ikslibs.ptr.DOMPoint end)
Computes and returns an one-sized insertlist of elements, that can enclose given nodeset. |
INameList<NewElementRule> |
InsertList.getFirstNamelistAt(sk.baka.ikslibs.ptr.DOMPoint ip)
Returns namelist of first elementloc, located at given insertpoint. |
Uses of NewElementRule in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs that return types with arguments of type NewElementRule | |
---|---|
static WidgetWrapperDialog<NameListItemChooser<NewElementRule>> |
Dialogs.createElementCreator(Shell parent,
XMLAccess xmlAccess,
String caption,
DisplayableNameList<NewElementRule> dnl)
Constructs an instance of a dialog, that will be used to select an element name. |
Method parameters in sk.uniba.euromath.editor.dialogs with type arguments of type NewElementRule | |
---|---|
static WidgetWrapperDialog<NameListItemChooser<NewElementRule>> |
Dialogs.createElementCreator(Shell parent,
XMLAccess xmlAccess,
String caption,
DisplayableNameList<NewElementRule> dnl)
Constructs an instance of a dialog, that will be used to select an element name. |
Uses of NewElementRule in sk.uniba.euromath.editor.widgets |
---|
Fields in sk.uniba.euromath.editor.widgets with type parameters of type NewElementRule | |
---|---|
protected DisplayableNameListImpl<NewElementRule> |
InsertListChooser.IlItemData.comboItems
Combobox items. |
Constructor parameters in sk.uniba.euromath.editor.widgets with type arguments of type NewElementRule | |
---|---|
InsertListChooser.IlItemData(Combo combo,
DisplayableNameListImpl<NewElementRule> comboItems)
Constructor. |
Uses of NewElementRule in sk.uniba.euromath.editor.wizards.document |
---|
Fields in sk.uniba.euromath.editor.wizards.document declared as NewElementRule | |
---|---|
protected NewElementRule |
NewDocumentWizardProvider.rootRule
Root element rule; valid when user fills third page. |
NewElementRule |
FillNewElementWizardProvider.AbstractStepFactory.rule
Rule to use for produced step. |
protected NewElementRule |
FillNewElementWizardProvider.CreateAttributesWS.rule
rule for this new element. |
protected NewElementRule |
FillNewElementWizardProvider.CreateElementContentsWS.rule
rule for this new element. |
Fields in sk.uniba.euromath.editor.wizards.document with type parameters of type NewElementRule | |
---|---|
protected List<NewElementRule> |
InsertElementWizardProvider.rules
Contains rules for elements. |
Methods in sk.uniba.euromath.editor.wizards.document that return types with arguments of type NewElementRule | |
---|---|
INameListItemChooserFactory<NewElementRule> |
NameListChooserFactories.encloseNodes(sk.baka.ikslibs.ptr.DomPointer start,
sk.baka.ikslibs.ptr.DomPointer end)
Returns factory producing components able to select element name, that may enclose given content. |
protected OnePageWizard<NameListItemChooserWizardPage<NewElementRule>> |
NewDocumentWizardProvider.moveToThirdWizard()
Creates third page - the root element selector. |
Methods in sk.uniba.euromath.editor.wizards.document with parameters of type NewElementRule | |
---|---|
protected FillNewElementWizardProvider.AbstractStepFactory |
FillNewElementWizardProvider.getNextStep(NewElementRule rule,
Element e)
Determines which step is to be taken next. |
Constructors in sk.uniba.euromath.editor.wizards.document with parameters of type NewElementRule | |
---|---|
FillNewElementWizardProvider.AbstractStepFactory(NewElementRule rule,
Element e)
Constructor. |
|
FillNewElementWizardProvider.CreateAttributesWS(NewElementRule rule,
Element e,
NamespaceManager nsManager)
Constructor. |
|
FillNewElementWizardProvider.CreateElementContentsWS(NewElementRule rule,
Element e,
NamespaceManager nsManager)
Constructor. |
|
FillNewElementWizardProvider(Element element,
NewElementRule rule,
XMLAccess xmlAccess,
NamespaceManager nsMan,
String name)
Creates instance of the wizard. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |