|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLAccess in sk.uniba.euromath.document |
---|
Methods in sk.uniba.euromath.document that return XMLAccess | |
---|---|
XMLAccess |
DocumentFactory.loadDocument(IPath resource)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.loadDocument(String url)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.loadDocument(URL url)
Loads an XML from specified location and prepares it for editing. |
XMLAccess |
DocumentFactory.newDocument(Document doc,
URLDir root,
String fileName)
Initializes an XMLAccess instance from given DOM document. |
XMLAccess |
DocumentFactory.newDocument(URLDir root,
String fileName)
Creates XMLAccess instance with empty document. |
Methods in sk.uniba.euromath.document with parameters of type XMLAccess | |
---|---|
void |
IGeneralListener.documentWasTransformed(XMLAccess xmlAccess)
Fired when the document was modified, processed by GENE and rendered on all opened editors. |
Constructors in sk.uniba.euromath.document with parameters of type XMLAccess | |
---|---|
DocumentModifyHelper(XMLAccess xmlAccess)
Constuctor. |
|
DocumentView(XMLAccess doc,
RendererSelector selector,
EditorSite site)
Constructs the instance of object. |
Uses of XMLAccess in sk.uniba.euromath.editor |
---|
Fields in sk.uniba.euromath.editor declared as XMLAccess | |
---|---|
XMLAccess |
NewDocumentEditorInput.xmlAccess
The document. |
Methods in sk.uniba.euromath.editor that return XMLAccess | |
---|---|
XMLAccess |
XMLResourceManipulator.getXmlAccess()
Returns the document instance. |
XMLAccess |
MultiViewXMLEditor.getXMLAccess()
Returns the document instance. |
XMLAccess |
EditorSite.getXMLAccess()
Returns document instance. |
Methods in sk.uniba.euromath.editor with parameters of type XMLAccess | |
---|---|
void |
IEditor.init(Source transformedDoc,
IRenderer renderer,
Composite parent,
XMLAccess xmlAccess,
EditorSite editorSite)
Initializes the editor. |
Constructors in sk.uniba.euromath.editor with parameters of type XMLAccess | |
---|---|
NewDocumentEditorInput(XMLAccess xmlAccess)
Creates instance of editor input. |
Uses of XMLAccess in sk.uniba.euromath.editor.actions |
---|
Methods in sk.uniba.euromath.editor.actions that return XMLAccess | |
---|---|
XMLAccess |
AbstractActionContributor.getXMLAccess()
Returns XMLAccess instance. |
Methods in sk.uniba.euromath.editor.actions with parameters of type XMLAccess | |
---|---|
void |
AbstractActionContributor.setXMLAccess(XMLAccess xmlAccess)
|
Uses of XMLAccess in sk.uniba.euromath.editor.dialogs |
---|
Methods in sk.uniba.euromath.editor.dialogs with parameters of type XMLAccess | |
---|---|
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. |
Uses of XMLAccess in sk.uniba.euromath.editor.textEditor |
---|
Methods in sk.uniba.euromath.editor.textEditor that return XMLAccess | |
---|---|
protected XMLAccess |
TextEditPartFactory.getXmlAccess()
|
Methods in sk.uniba.euromath.editor.textEditor with parameters of type XMLAccess | |
---|---|
DomPointer |
TextPieceInfoImpl.getDomPointer(int charGapIndex,
XMLAccess xmlAccess)
|
DomPointer |
ITextPieceInfo.getDomPointer(int charGapIndex,
XMLAccess xmlAccess)
Returns pointer to original document specified by node assoc with this keeper and charGapIndex. |
int |
ITextPieceContainer.resolveOriginalIndex(int indexInOriginalText,
XMLAccess xmlAccess)
Resolves index in DOM node's text of original document(not XSLT-transformed) to index in node's rendered text. |
int |
TextPieceContainer.resolveOriginalIndex(int indexInOriginalText,
XMLAccess xmlAccess)
|
int |
TextPieceInfoImpl.resolveRenderedIndex(int indexInRenderedText,
XMLAccess xmlAccess)
|
int |
ITextPieceContainer.resolveRenderedIndex(int indexInRenderedText,
XMLAccess xmlAccess)
Resolves index in container rendered text to DOM node's text of original document(not XSLT-transformed). |
int |
TextPieceContainer.resolveRenderedIndex(int indexInRenderedText,
XMLAccess xmlAccess)
|
int |
ITextPieceInfo.resolveRenderedIndex(int indexInRenderedText,
XMLAccess xmlAccess)
Resolves index in this rendered text to index in associated DOM node's(not XSLT - transformed) original text . |
Constructors in sk.uniba.euromath.editor.textEditor with parameters of type XMLAccess | |
---|---|
CaretManager(Canvas canvas,
XMLAccess xmlAccess)
Constructor. |
|
TextEditPartFactory(XMLAccess xmlAccess,
CaretManager cManager,
org.eclipse.gef.GraphicalViewer graphicalViewer)
Constructor. |
Uses of XMLAccess in sk.uniba.euromath.editor.textEditor.commands |
---|
Constructors in sk.uniba.euromath.editor.textEditor.commands with parameters of type XMLAccess | |
---|---|
InsertTextCommand(ITextPieceKeeper pieceKeeper,
int position,
String textToInsert,
XMLAccess xmlAccess,
CaretManager caretManager)
Constructor. |
|
InsertTextCommand(String id,
int position,
String textToInsert,
XMLAccess xmlAccess,
CaretManager caretManager)
Constructor. |
Uses of XMLAccess in sk.uniba.euromath.editor.textEditor.editParts |
---|
Methods in sk.uniba.euromath.editor.textEditor.editParts that return XMLAccess | |
---|---|
protected XMLAccess |
TextEditPart.getXmlAccess()
Getter. |
Constructors in sk.uniba.euromath.editor.textEditor.editParts with parameters of type XMLAccess | |
---|---|
TextEditPart(ITextLocator figure,
CaretManager cManager,
org.eclipse.gef.GraphicalViewer graphicalViewer,
XMLAccess xmlAccess,
Boolean selectable)
Constructor. |
Uses of XMLAccess in sk.uniba.euromath.editor.textEditor.policies |
---|
Methods in sk.uniba.euromath.editor.textEditor.policies that return XMLAccess | |
---|---|
protected XMLAccess |
TextEditPolicy.getXmlAccess()
|
Constructors in sk.uniba.euromath.editor.textEditor.policies with parameters of type XMLAccess | |
---|---|
TextEditPolicy(XMLAccess xmlAccess,
CaretManager cManager)
Constructor. |
Uses of XMLAccess in sk.uniba.euromath.editor.textEditor.tools |
---|
Methods in sk.uniba.euromath.editor.textEditor.tools that return XMLAccess | |
---|---|
protected XMLAccess |
TextTool.getXMLAccess()
Getter. |
Uses of XMLAccess in sk.uniba.euromath.editor.widgets |
---|
Fields in sk.uniba.euromath.editor.widgets declared as XMLAccess | |
---|---|
XMLAccess |
CreateAttributeList.xmlAccess
Document instance. |
protected XMLAccess |
InsertListChooser.xmlAccess
The XML Access instance. |
Constructors in sk.uniba.euromath.editor.widgets with parameters of type XMLAccess | |
---|---|
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. |
Uses of XMLAccess in sk.uniba.euromath.editor.widgets.namelist |
---|
Fields in sk.uniba.euromath.editor.widgets.namelist declared as XMLAccess | |
---|---|
protected XMLAccess |
NameListItemChooser.xmlAccess
Document instance. |
Methods in sk.uniba.euromath.editor.widgets.namelist with parameters of type XMLAccess | |
---|---|
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 XMLAccess | |
---|---|
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 XMLAccess in sk.uniba.euromath.editor.wizards.document |
---|
Fields in sk.uniba.euromath.editor.wizards.document declared as XMLAccess | |
---|---|
protected XMLAccess |
FillNewElementWizardProvider.xmlAccess
The document instance. |
protected XMLAccess |
NewDocumentWizardProvider.xmlAccess
Document instance; non-null when user fills first page. |
protected XMLAccess |
InsertElementWizardProvider.xmlAccess
The document instance. |
XMLAccess |
CreateAttributeListWizardPage.xmlAccess
The document instance. |
XMLAccess |
CreateAttributeListWizard.xmlAccess
The document instance. |
XMLAccess |
NameListChooserFactories.xmlAccess
Provide name lists for this document. |
protected XMLAccess |
InsertListChooserWizardPage.xmlAccess
The XML Access instance. |
protected XMLAccess |
ExportWizardProvider.xmlAccess
Document instance. |
Methods in sk.uniba.euromath.editor.wizards.document that return XMLAccess | |
---|---|
static XMLAccess |
NewDocumentWizardProvider.execute(Shell shell)
Helper method that executes the new document wizard. |
XMLAccess |
NewDocumentWizardProvider.getDocument()
Returns the document that was created using this wizard. |
Methods in sk.uniba.euromath.editor.wizards.document with parameters of type XMLAccess | |
---|---|
static void |
CreateAttributeListWizard.execute(Shell parent,
List<AttributeListRule> listRules,
Element element,
XMLAccess xmlAccess,
Node context)
Executes the wizard. |
static ElementLoc |
InsertElementWizardProvider.execute(Shell parent,
XMLAccess xmlAccess,
DomPointer place,
NamespaceManager nsManager,
QName preselected)
Helper method that executes the insert element wizard. |
Uses of XMLAccess in sk.uniba.euromath.editor.xmlEditor |
---|
Methods in sk.uniba.euromath.editor.xmlEditor that return XMLAccess | |
---|---|
XMLAccess |
XMLEditor.getXMLAccess()
Getter. |
Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type XMLAccess | |
---|---|
void |
XMLEditor.init(Source transformedDoc,
IRenderer renderer,
Composite parent,
XMLAccess xmlAccess,
EditorSite editorSite)
|
Uses of XMLAccess in sk.uniba.euromath.editor.xmlEditor.actions |
---|
Methods in sk.uniba.euromath.editor.xmlEditor.actions that return XMLAccess | |
---|---|
protected XMLAccess |
XMLAccessModifyAction.getXMLAccess()
Returns instance of the document. |
Uses of XMLAccess in sk.uniba.euromath.editor.xmlEditor.commands |
---|
Fields in sk.uniba.euromath.editor.xmlEditor.commands declared as XMLAccess | |
---|---|
protected XMLAccess |
DeleteDOMIntervalSetCommand.xmlAccess
XMLAccess instance. |
Methods in sk.uniba.euromath.editor.xmlEditor.commands that return XMLAccess | |
---|---|
protected XMLAccess |
DocumentModifyCompoundCommand.getXmlAccess()
|
Constructors in sk.uniba.euromath.editor.xmlEditor.commands with parameters of type XMLAccess | |
---|---|
DeleteDOMIntervalSetCommand(DOMIntervalSet toDelete,
XMLAccess xmlAccess,
CaretManager caretManager)
Constructor. |
|
DeleteDOMIntervalSetCommand(DOMIntervalSet toDelete,
XMLAccess xmlAccess,
CaretManager caretManager,
Direction direction,
int caretMovement)
Constructor. |
|
DeleteSelectionCommand(XMLAccess xmlAccess,
CaretManager caretManager,
Direction direction,
int caretMovement,
IDOMSelectionProvider selectionProvider)
Constructor. |
|
DeleteSelectionCommand(XMLAccess xmlAccess,
CaretManager caretManager,
IDOMSelectionProvider selectionProvider)
Constructor. |
|
DocumentModifyCompoundCommand(XMLAccess xmlAccess)
Constructs an empty CompoundCommand |
|
DocumentModifyCompoundCommand(XMLAccess xmlAccess,
String label)
Constructs an empty CompoundCommand with the specified label. |
Uses of XMLAccess in sk.uniba.euromath.editor.xmlEditor.tools |
---|
Methods in sk.uniba.euromath.editor.xmlEditor.tools that return XMLAccess | |
---|---|
protected XMLAccess |
XMLStructureTool.getXMLAcces()
|
protected XMLAccess |
XMLStructureDragTracker.getXMLAccess()
|
Uses of XMLAccess in sk.uniba.euromath.editor.xmlEditor.viewers |
---|
Methods in sk.uniba.euromath.editor.xmlEditor.viewers that return XMLAccess | |
---|---|
protected XMLAccess |
XMLScrollingGraphicalViewer.getXMLAccess()
Helper getter. |
protected XMLAccess |
XMLGraphicalViewerImpl.getXMLAccess()
Helper getter. |
Uses of XMLAccess in sk.uniba.euromath.gene |
---|
Fields in sk.uniba.euromath.gene declared as XMLAccess | |
---|---|
XMLAccess |
RendererContext.xmlAccess
XMLAccess instance. |
Constructors in sk.uniba.euromath.gene with parameters of type XMLAccess | |
---|---|
GeneDataProvider(RendererSelector selector,
XMLAccess xmlAccess,
IEditorDataReceiver edr)
Constructor. |
Uses of XMLAccess in sk.uniba.euromath.plugin.views.outline |
---|
Methods in sk.uniba.euromath.plugin.views.outline that return XMLAccess | |
---|---|
XMLAccess |
XMLOutlinePage.getXMLAccess()
|
Methods in sk.uniba.euromath.plugin.views.outline with parameters of type XMLAccess | |
---|---|
void |
XMLOutlinePage.handleDocumentTransformation(XMLAccess newData)
Handles when document has been transformed. |
Constructors in sk.uniba.euromath.plugin.views.outline with parameters of type XMLAccess | |
---|---|
StatusLineUpdateManager(IStatusLineManager manager,
XMLAccess access,
XMLOutlinePage outlinePage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |