|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WidgetWrapperDialog | |
---|---|
sk.uniba.euromath.editor.dialogs | Dialogs |
Uses of WidgetWrapperDialog in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs that return WidgetWrapperDialog | |
---|---|
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. |
static WidgetWrapperDialog<EntityList> |
Dialogs.createEntityLister(Shell parent,
XMLAccess xmlAccess,
String caption,
IEntityFilter filter)
Constructs an instance of a dialog, that will be used to select an entity. |
static WidgetWrapperDialog<EntityList> |
Dialogs.createEntityLister(Shell parent,
XMLAccess xmlAccess,
String caption,
List<? extends String> entityNames)
Constructs an instance of a dialog, that will be used to select an entity. |
static WidgetWrapperDialog<GraphSelectorWidget> |
Dialogs.createGraphSelector(Shell parent,
Map<sk.baka.xml.gene.exportgraph.GraphNode,Set<String>> editableChoices,
sk.baka.xml.gene.exportgraph.ExportGraph graph)
Creates dialog that allows you to choose exporters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |