Uses of Class
sk.uniba.euromath.document.NamespaceManager

Packages that use NamespaceManager
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.editor.dialogs Dialogs 
sk.uniba.euromath.editor.widgets Reusable GUI widgets. 
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 NamespaceManager in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document that return NamespaceManager
 NamespaceManager XMLAccess.getNsManager()
          Returns namespace manager for this document.
 

Constructors in sk.uniba.euromath.document with parameters of type NamespaceManager
NamespaceManager(NamespaceManager parent)
          Constructs a namespace manager, that is a child of given namespace manager.
 

Uses of NamespaceManager in sk.uniba.euromath.editor.dialogs
 

Methods in sk.uniba.euromath.editor.dialogs with parameters of type NamespaceManager
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.
 

Uses of NamespaceManager in sk.uniba.euromath.editor.widgets
 

Fields in sk.uniba.euromath.editor.widgets declared as NamespaceManager
 NamespaceManager CreateAttributeList.currentManager
          Namespace manager.
protected  NamespaceManager NewPrefixesQuery.nsManager
          Current namespace manager.
protected  NamespaceManager InsertListChooser.nsManager
          Current namespace manager.
 

Methods in sk.uniba.euromath.editor.widgets that return NamespaceManager
 NamespaceManager NewPrefixesQuery.newUpdatedManager()
          Produces a namespace manager where these new prefixes are registered.
 

Constructors in sk.uniba.euromath.editor.widgets with parameters of type NamespaceManager
CreateAttributeList(Composite parent, List<AttributeListRule> listRules, String parentName, XMLAccess xmlAccess, NamespaceManager currentManager)
          Constructs the instance of the window.
InsertListChooser(Composite parent, XMLAccess xmlAccess, List<InsertList> insertLists, NamespaceManager nsManager, String parentName, IValueRule textRule)
          Creates an instance of the window.
NewPrefixesQuery(Composite parent, Set<String> namespaces, NamespaceManager nsManager)
          Constructs the component.
 

Uses of NamespaceManager in sk.uniba.euromath.editor.widgets.namelist
 

Fields in sk.uniba.euromath.editor.widgets.namelist declared as NamespaceManager
 NamespaceManager NameListItemChooser.nsManager
          Namespace manager.
 

Methods in sk.uniba.euromath.editor.widgets.namelist with parameters of type NamespaceManager
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.
 

Constructors in sk.uniba.euromath.editor.widgets.namelist with parameters of type NamespaceManager
DisplayableNameListImpl(INameList<R> nameList, XMLAccess xmlAccess, NamespaceManager nsManager, boolean isElement)
          Constructs an instance of the object.
NameListItemChooser(Composite parent, XMLAccess xmlAccess, DisplayableNameList<R> dnl, String text, NamespaceManager nsManager)
          Constructs instance of the object.
 

Uses of NamespaceManager in sk.uniba.euromath.editor.wizards.document
 

Fields in sk.uniba.euromath.editor.wizards.document declared as NamespaceManager
 NamespaceManager CreateAttributeListWizardPage.currentManager
          the current manager.
protected  NamespaceManager CreateAttributeListWizard.currentManager
          Current namespace manager.
protected  NamespaceManager InsertListChooserWizard.currentManager
          Current namespace manager.
protected  NamespaceManager FillNewElementWizardProvider.CreateAttributesWS.nsManager
          current namespace manager.
protected  NamespaceManager FillNewElementWizardProvider.CreateElementContentsWS.nsManager
          current namespace manager.
protected  NamespaceManager NewPrefixesQueryWizardPage.nsManager
          Current namespace manager.
protected  NamespaceManager InsertListChooserWizardPage.nsManager
          Current namespace manager.
protected  NamespaceManager InsertElementWizardProvider.startNsManager
          This manager was given to the constructor.
protected  NamespaceManager FillNewElementWizardProvider.startupManager
          Namespace manager provided at construction time.
 

Methods in sk.uniba.euromath.editor.wizards.document that return NamespaceManager
 NamespaceManager InsertElementWizardProvider.getPrevNsManager()
          Previous namespace manager.
 NamespaceManager FillNewElementWizardProvider.newNsManager()
          Determines and returns active namespace manager.
 NamespaceManager InsertElementWizardProvider.newNsManager()
          Current namespace manager.
 NamespaceManager CreateAttributeListWizard.newNsManager()
          Creates new namespace manager, with new namespace-prefix mappings.
 NamespaceManager InsertListChooserWizard.newNsManager()
          Creates new namespace manager, with new namespace-prefix mappings.
 

Methods in sk.uniba.euromath.editor.wizards.document with parameters of type NamespaceManager
static ElementLoc InsertElementWizardProvider.execute(Shell parent, XMLAccess xmlAccess, DomPointer place, NamespaceManager nsManager, QName preselected)
          Helper method that executes the insert element wizard.
protected abstract  FillNewElementWizardProvider.WizardStep FillNewElementWizardProvider.AbstractStepFactory.newStep(NamespaceManager manager)
          Produces instance of the step.
 

Constructors in sk.uniba.euromath.editor.wizards.document with parameters of type NamespaceManager
CreateAttributeListWizard(List<AttributeListRule> listRules, String parentName, XMLAccess xmlAccess, NamespaceManager currentManager)
          Constructor.
CreateAttributeListWizardPage(List<AttributeListRule> listRules, String parentName, XMLAccess xmlAccess, NamespaceManager currentManager)
          Constructor.
FillNewElementWizardProvider.CreateAttributesWS(NewElementRule rule, Element e, NamespaceManager nsManager)
          Constructor.
FillNewElementWizardProvider.CreateElementContentsWS(NewElementRule rule, Element e, NamespaceManager nsManager)
          Constructor.
FillNewElementWizardProvider(Element element, NewElementRule rule, XMLAccess xmlAccess, NamespaceManager nsMan, String name)
          Creates instance of the wizard.
InsertElementWizardProvider(XMLAccess xmlAccess, List<InsertList> insertLists, Element parent, NamespaceManager nsManager)
          Constructor.
InsertListChooserWizard(XMLAccess xmlAccess, List<InsertList> insertLists, NamespaceManager nsManager, String parentName, IValueRule textRule, String name)
          The constructor.
InsertListChooserWizardPage(XMLAccess xmlAccess, List<InsertList> insertLists, NamespaceManager nsManager, String parentName, IValueRule textRule, String title)
          The constructor.
NewPrefixesQueryWizardPage(Set<String> namespaces, NamespaceManager nsManager)
          Constructor.
 



Copyright © 2003-2006 null. All Rights Reserved.