Uses of Class
sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog

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<GraphNode,Set<String>> editableChoices, ExportGraph graph)
          Creates dialog that allows you to choose exporters.
 



Copyright © 2003-2006 null. All Rights Reserved.