|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameListItemChooser | |
---|---|
sk.uniba.euromath.editor.dialogs | Dialogs |
sk.uniba.euromath.editor.widgets.namelist | Providers that provides a list of qnames to widgets. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
Uses of NameListItemChooser in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs that return types with arguments of type NameListItemChooser | |
---|---|
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. |
static WidgetWrapperDialog<NameListItemChooser<AttributeRule>> |
Dialogs.createAttributeEditor(Shell parent,
Attr attr,
AttributeRule rule,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of a dialog, that will be used to modify an attribute value. |
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 NameListItemChooser in sk.uniba.euromath.editor.widgets.namelist |
---|
Methods in sk.uniba.euromath.editor.widgets.namelist that return NameListItemChooser | |
---|---|
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. |
static NameListItemChooser<AttributeRule> |
NameListItemChooser.createAttributeEditor(Composite parent,
Attr attr,
AttributeRule rule,
XMLAccess xmlAccess,
NamespaceManager nsManager)
Constructs an instance of the component, that will be using for edit an attribute value. |
Uses of NameListItemChooser in sk.uniba.euromath.editor.wizards.document |
---|
Fields in sk.uniba.euromath.editor.wizards.document declared as NameListItemChooser | |
---|---|
protected NameListItemChooser<R> |
NameListItemChooserWizardPage.nlic
Item chooser widget. |
Methods in sk.uniba.euromath.editor.wizards.document that return NameListItemChooser | |
---|---|
NameListItemChooser<R> |
INameListItemChooserFactory.create(Composite parent)
Produces new instance of NameListItemChooser . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |