|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INameList | |
---|---|
sk.uniba.euromath.document.schema | Helps with the document modification. |
sk.uniba.euromath.editor.dialogs | Dialogs |
sk.uniba.euromath.editor.widgets.namelist | Providers that provides a list of qnames to widgets. |
Uses of INameList in sk.uniba.euromath.document.schema |
---|
Classes in sk.uniba.euromath.document.schema that implement INameList | |
---|---|
class |
NameListCustom<T extends BaseRule,P extends IBaseRuleP>
Maintains list of all creatable elements/attributes. |
Fields in sk.uniba.euromath.document.schema declared as INameList | |
---|---|
INameList<NewElementRule> |
ElementLoc.nameList
Returns namelist for element, that can be inserted at specified position. |
Methods in sk.uniba.euromath.document.schema that return INameList | |
---|---|
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. |
INameList<AttributeRule> |
ElementRule.getInsertableAttributes()
Computes all insertable attributes, that can be inserted into given element. |
Methods in sk.uniba.euromath.document.schema that return types with arguments of type INameList | |
---|---|
List<INameList<AttributeRule>> |
AttributeListRule.getList()
Returns lists of creatable attributes. |
Uses of INameList in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs with parameters of type INameList | |
---|---|
static WidgetWrapperDialog<NameListItemChooser<AttributeRule>> |
Dialogs.createAttributeCreator(Shell parent,
INameList<AttributeRule> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of a dialog, that will be used to create an attribute. |
Uses of INameList in sk.uniba.euromath.editor.widgets.namelist |
---|
Methods in sk.uniba.euromath.editor.widgets.namelist with parameters of type INameList | |
---|---|
static NameListItemChooser<AttributeRule> |
NameListItemChooser.createAttributeCreator(Composite parent,
INameList<AttributeRule> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of the component, that will be used to create an attribute. |
Constructors in sk.uniba.euromath.editor.widgets.namelist with parameters of type INameList | |
---|---|
DisplayableNameListImpl(INameList<R> nameList,
XMLAccess xmlAccess,
NamespaceManager nsManager,
boolean isElement)
Constructs an instance of the object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |