|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisplayableNameList | |
---|---|
sk.uniba.euromath.document | Manages in-memory document. |
sk.uniba.euromath.editor.dialogs | Dialogs |
sk.uniba.euromath.editor.widgets.namelist | Providers that provides a list of qnames to widgets. |
Uses of DisplayableNameList in sk.uniba.euromath.document |
---|
Methods in sk.uniba.euromath.document that return DisplayableNameList | |
---|---|
DisplayableNameList |
DocumentModifyHelper.getInsertableElements(sk.baka.ikslibs.ptr.DomPointer pointer)
Deprecated. use getInsertableElementsQNames(DomPointer) instead. To display qname use DomTools#printQName(QName) . |
Methods in sk.uniba.euromath.document with parameters of type DisplayableNameList | |
---|---|
List<QName> |
DocumentModifyHelper.getDomQnames(DisplayableNameList dnl)
Computes QNames of elements from DisplayableNameList. |
Uses of DisplayableNameList in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs with parameters of type DisplayableNameList | |
---|---|
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 DisplayableNameList in sk.uniba.euromath.editor.widgets.namelist |
---|
Subclasses of DisplayableNameList in sk.uniba.euromath.editor.widgets.namelist | |
---|---|
class |
DisplayableNameListImpl<R extends BaseRule>
Represents the NameList object as a set of strings. |
class |
SingleAttributeDNL
Contains only one attribute rule. |
Fields in sk.uniba.euromath.editor.widgets.namelist declared as DisplayableNameList | |
---|---|
DisplayableNameList<R> |
NameListItemChooser.dnl
Allow to select item from this namelist. |
Constructors in sk.uniba.euromath.editor.widgets.namelist with parameters of type DisplayableNameList | |
---|---|
NameListItemChooser(Composite parent,
XMLAccess xmlAccess,
DisplayableNameList<R> dnl,
String text,
NamespaceManager nsManager)
Constructs instance of the object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |