|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InsertList | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.editor.widgets | Reusable GUI widgets. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
Uses of InsertList in sk.uniba.euromath.document.schema |
---|
Methods in sk.uniba.euromath.document.schema that return types with arguments of type InsertList | |
---|---|
List<InsertList> |
ElementRule.getInsertableElements(sk.baka.ikslibs.ptr.DOMPoint point)
Computes insertable elements, with their positions between other nodes. |
List<InsertList> |
ElementSequenceRule.getSequences(sk.baka.ikslibs.ptr.DOMPoint start)
Computes all possibilities of sequences, that can be generated by this rule. |
Uses of InsertList in sk.uniba.euromath.editor.widgets |
---|
Fields in sk.uniba.euromath.editor.widgets declared as InsertList | |
---|---|
InsertList |
InsertListChooser.State.insertList
Selected insert list. |
Fields in sk.uniba.euromath.editor.widgets with type parameters of type InsertList | |
---|---|
protected List<InsertList> |
InsertListChooser.insertLists
Insertlists. |
Methods in sk.uniba.euromath.editor.widgets that return InsertList | |
---|---|
InsertList |
InsertListChooser.getInsertList()
Returns selected insertlist as a list of qnames. |
Constructor parameters in sk.uniba.euromath.editor.widgets with type arguments of type InsertList | |
---|---|
InsertListChooser(Composite parent,
XMLAccess xmlAccess,
List<InsertList> insertLists,
NamespaceManager nsManager,
String parentName,
IValueRule textRule)
Creates an instance of the window. |
Uses of InsertList in sk.uniba.euromath.editor.wizards.document |
---|
Fields in sk.uniba.euromath.editor.wizards.document declared as InsertList | |
---|---|
protected InsertList |
InsertElementWizardProvider.selected
Selected insert list. |
Fields in sk.uniba.euromath.editor.wizards.document with type parameters of type InsertList | |
---|---|
protected List<InsertList> |
FillNewElementWizardProvider.CreateElementContentsWS.insertLists
User may select between these insertlists. |
protected List<InsertList> |
InsertListChooserWizardPage.insertLists
Insertlists. |
Methods in sk.uniba.euromath.editor.wizards.document that return InsertList | |
---|---|
InsertList |
InsertElementWizardProvider.getInsertList()
Selected insert list. |
Constructor parameters in sk.uniba.euromath.editor.wizards.document with type arguments of type InsertList | |
---|---|
InsertElementWizardProvider(XMLAccess xmlAccess,
List<InsertList> insertLists,
Element parent,
NamespaceManager nsManager)
Constructor. |
|
InsertListChooserWizard(XMLAccess xmlAccess,
List<InsertList> insertLists,
NamespaceManager nsManager,
String parentName,
IValueRule textRule,
String name)
The constructor. |
|
InsertListChooserWizardPage(XMLAccess xmlAccess,
List<InsertList> insertLists,
NamespaceManager nsManager,
String parentName,
IValueRule textRule,
String title)
The constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |