A B C D E F G H I K L M N O P Q R S T U V W X _

A

AbstractActionContributor - Class in sk.uniba.euromath.editor.actions
Generic abstract action contributor for ations of type IMultiViewAction interface.
AbstractActionContributor(IDOMSelectionProvider, CommandStack) - Constructor for class sk.uniba.euromath.editor.actions.AbstractActionContributor
Constructor.
AbstractTextEditPolicy - Class in sk.uniba.euromath.editor.textEditor.policies
Policy for basic text edit functionality - insertion and deletion of text + activation of editing(discutable).
AbstractTextEditPolicy() - Constructor for class sk.uniba.euromath.editor.textEditor.policies.AbstractTextEditPolicy
 
AbstractUserInputWidget - Class in sk.uniba.euromath.editor.widgets
Abstract implementation of widget.
AbstractUserInputWidget() - Constructor for class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
Constructor.
AbstractWizard - Class in sk.uniba.euromath.editor.wizards
Contains one empty page.
AbstractWizard() - Constructor for class sk.uniba.euromath.editor.wizards.AbstractWizard
Constructor.
accept(String, Entity) - Method in interface sk.uniba.euromath.editor.dialogs.IEntityFilter
Check if the entity is accepted or not.
acceptableArrow(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Tests if key of event is navigation key.
acceptableText(char) - Static method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Check if character can be written to text
accepts(String) - Method in interface sk.uniba.euromath.gene.gui.widgets.IEncodingFilter
Checks if given encoding is acceptable.
acceptsNewPrefix(String, String) - Method in class sk.uniba.euromath.document.NamespaceManager
When creating new element/attribute, check, whether chosen prefix can be used.
actionClasses - Variable in class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Map holding registered action classes.
ActionConsts - Class in sk.uniba.euromath.editor.textEditor.actions
Constants used in contributors, menus, actions.
ActionConsts - Class in sk.uniba.euromath.editor.xmlEditor.actions
Constants used in contributors, menus, actions.
actionContributor - Variable in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Outline action contributor.
actionRegistry - Variable in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
activate() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Activates tool.
ACTIVATE_CARET_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
ACTIVATE_TEXT_EDITING_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
Activates text editing.
activateCaret(ITextPieceKeeper, int) - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
Activates Caret and shows it in keeper at character gap gapIndex.
ActivateCaretRequest - Class in sk.uniba.euromath.editor.textEditor.requests.caretRequests
This Request is used to sends position where to activate caret.
ActivateCaretRequest(int) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.caretRequests.ActivateCaretRequest
Used when caret is moved because of text inserted or some of special buttons pressed(ARROW,HOME,END)
ActivateStructureTool - Class in sk.uniba.euromath.editor.textEditor.actions
 
ActivateStructureTool(EditDomain) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.ActivateStructureTool
 
ActivateTextTool - Class in sk.uniba.euromath.editor.textEditor.actions
 
ActivateTextTool(EditDomain, CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.ActivateTextTool
 
add(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Adds ITextPieceKeeper to container.
add(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
add(String, IXMLEditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Adds vusualPart to set of visualizers of xml node with id id.
ADD_ATTRIBUTE_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Add attribute group id.
AddAttributeWizardAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Action to add new attribute to element.
AddAttributeWizardAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.AddAttributeWizardAction
Constructor.
AddAttributeWizardAction(Element, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.AddAttributeWizardAction
Constructor.
addChild(OutlineItem) - Method in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
addChild(OutlineItem) - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
addChildVisual(EditPart, int) - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
addEditParts(List<EditPart>) - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.StructureSelectionRequest
Adds list to selectedEditParts
addFocusListener(IFocusListener) - Method in class sk.uniba.euromath.editor.EditorSite
Adds listener as focus listener.
addFocusListener(IFocusListener) - Method in interface sk.uniba.euromath.editor.IEditor
Adds listener for focus events.
addFocusListener(IFocusListener) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
addGeneralListener(IGeneralListener) - Method in class sk.uniba.euromath.document.DocumentListeners
Registers the general listener.
addMessageListener(IMessagesChangeListener) - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
 
addMessageListener(IMessagesChangeListener) - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Registers given error listener.
addMessageListener(IMessagesChangeListener) - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
addModifyListener(IModifyListener) - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
 
addModifyListener(IModifyListener) - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Registers given modify listener.
addModifyListener(IModifyListener) - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
addPageChangedListener(IPageChangedListener) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
addPages() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
addSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.EditorSite
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class sk.uniba.euromath.editor.EditorSite
 
addSelectionChangedListener(IDOMSelectionChangedListener) - Method in interface sk.uniba.euromath.editor.selections.IDOMSelectionProvider
Adds a listener for selection changes in this selection provider.
addSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
 
addSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
 
addSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
addSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
addSelectionInterval(Interval) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Adds interval to selection.
addSelectionInterval(Interval) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
addToTree(OutlineItem, Node) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
addTransformers(TransformGraph) - Method in class sk.uniba.euromath.document.DocumentView
Registers new transformers, ignoring transformers already registered.
addViewListener(IViewListener) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Adds view listener.
allowMathMl - Variable in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
Combo 'allow MathML'
allowModifyEvent() - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
Allows the data-modify event to be called.
allowSvg - Variable in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
Combo 'allow svg'
analyze() - Method in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
analyze() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
analyze() - Method in class sk.uniba.euromath.plugin.views.outline.items.EntityOutlineItem
 
analyzed - Variable in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
ANCESTORS_ELEMENT_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Ancestors element group id.
ApplicationActionBarAdvisor - Class in sk.uniba.euromath.rcp
Creates buttons in the action bar.
ApplicationActionBarAdvisor(IActionBarConfigurer) - Constructor for class sk.uniba.euromath.rcp.ApplicationActionBarAdvisor
Constructor
ApplicationWorkbenchAdvisor - Class in sk.uniba.euromath.rcp
This workbench advisor creates the window advisor, and specifies the perspective id for the initial window.
ApplicationWorkbenchAdvisor() - Constructor for class sk.uniba.euromath.rcp.ApplicationWorkbenchAdvisor
 
ApplicationWorkbenchWindowAdvisor - Class in sk.uniba.euromath.rcp
Specifies the workbench initial look.
ApplicationWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Constructor for class sk.uniba.euromath.rcp.ApplicationWorkbenchWindowAdvisor
Constructor.
AT_CARET_ACTIONS - Static variable in class sk.uniba.euromath.editor.textEditor.actions.ActionConsts
At caret actions.
ATTR_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing attribute image label.
ATTR_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing attribute inverted image label.
ATTR_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
ATTR_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
ATTRIBUTE_ACTIONS - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Attribute actions.
ATTRIBUTE_SUBMENU - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Identifier of attribute submenu.
attributeMenu - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Insert attribute submenu manager.
AttributeOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
Attribute outline item.
AttributeOutlineItem(Attr) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.AttributeOutlineItem
Constructor.
attributes - Variable in class sk.uniba.euromath.document.NamespaceManager.NodeCount
Count of Attribute nodes.
attrName - Variable in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
The attribute qname.
attrRules - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
Rules for possible new attributes, as required by the schema.

B

backPressed() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
The Back button has been pressed.
base - Variable in class sk.uniba.euromath.tests.RootFigure
 
BaseWizardPage - Class in sk.uniba.euromath.editor.wizards
Extends the WizardPage class and adds some functionality.
BaseWizardPage(String, String, Image) - Constructor for class sk.uniba.euromath.editor.wizards.BaseWizardPage
Creates a new wizard page with the given name, title, and image.
browseButton - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
Button that allows user to browse for files.
browser - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
A kind of browser that is displayed when the 'browse' button is clicked.
browser - Variable in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
A kind of browser that is displayed when the 'browse' button is clicked.
build(Node) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
buildElementPath(Element) - Method in class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
 
buildID(String, int, int) - Static method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
buttonPressed(int) - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
 
buttonPressed(int) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 

C

c - Variable in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
All components are placed here.
c - Variable in class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
All controls are placed here.
calculateEnabled() - Method in class sk.uniba.euromath.editor.textEditor.actions.DeleteTextOnlyAction
Enabled if and only if is selected at least one piece of text.
calculateEnabled() - Method in class sk.uniba.euromath.editor.textEditor.actions.PasteTextAction
Enabled if cursor is active in EditPart with id.
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.AddAttributeWizardAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.CopyAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.CutAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.DecloseElementAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.DeleteNodeAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.DeleteSelectionAction
Enabled if and only if is seletcted at least one element.
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EmptyAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EnclosingAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
Enabled if pointer is not null.
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertEntityReferenceAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertTextualNode
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.ModifyNodeAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Is enabled if and only if node is not null (includes also case of wholeNodesOnly condition violation).
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.PasteAction
Enabled if cursor is active in EditPart with id.
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.RedoAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.SelectAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.SelectParentAction
Is enabled if is selected one node or caret is active.
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.UndoAction
 
calculateEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
When overriding, call to this method as first statement is needed.
calculateEnabled() - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextAction
 
calculateEnabled() - Method in class sk.uniba.euromath.plugin.views.outline.actions.EncloseElementAction
 
calPage - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
First wizard page.
cancelPressed() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
canDecloseNodes(Element) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Test if element can be declosed.
canDeleteAttribute(Attr) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if given attribute can be deleted.
canDeleteElements(Set<Element>, Node) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if elements can bedelted
canEncloseNodes(DomPointer, DomPointer, INameList<NewElementRule>) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if nodes can be enclosed.
canExecute() - Method in class sk.uniba.euromath.editor.textEditor.commands.InsertTextCommand
 
canExecute() - Method in class sk.uniba.euromath.editor.textEditor.commands.SwitchEditModeCommand
 
canExecute() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
 
canFinish() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
canFinish() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
canFinish() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
canFinish() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Returns whether this wizard could be finished without further user interaction.
canFinish() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
canFinish() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
canInsertComment(DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if comment can be inserted.
canInsertFragment(DomPointer, DocumentFragment) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if fragment can be inserted.
canInsertProcessingInstruction(DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if processing instruction can be inserted.
canInsertTextAt(DomPointer, String) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tests if text can be inserted.
canScroll() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
CaretManager - Class in sk.uniba.euromath.editor.textEditor
Each TextEditor can have its own CaretManager.
CaretManager(Canvas, XMLAccess) - Constructor for class sk.uniba.euromath.editor.textEditor.CaretManager
Constructor.
caretManager - Variable in class sk.uniba.euromath.editor.textEditor.TextEditor
Manager that cares about Caret
caretManager - Variable in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Manager that cares about Caret
caretManager - Variable in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
Manager of caret.
caretMovement - Variable in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
 
CDAT_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing CDATA image label.
CDAT_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing CDATA inverted image label.
CDAT_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
CDAT_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
CDataOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
CData outline item.
CDataOutlineItem(CDATASection) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.CDataOutlineItem
Constructor.
characterChunk(String, Datatype) - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
CharsetsTest - Class in sk.uniba.euromath.tests
 
CharsetsTest() - Constructor for class sk.uniba.euromath.tests.CharsetsTest
 
check(File, ValidityMessages, MessageLevelEnum) - Method in enum sk.uniba.euromath.editor.widgets.FileRequirementsEnum
Checks if given file complies the flag.
check(File, ValidityMessages, Map<FileRequirementsEnum, MessageLevelEnum>) - Static method in enum sk.uniba.euromath.editor.widgets.FileRequirementsEnum
Checks given file against all flags.
checkCaret() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
Checks if Caret is ready to use
checkErrors() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Checks wrong values on component.
checkErrors() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Check data for errors.
checkErrors(Map<String, String>) - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Checks data for errors.
checkInEntity(Shell, Node) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Checks if given node is in entity.
checkInEntity(Shell, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Checks if given pointer points into entity.
checkInEntity(Node) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Checks if given node is in entity.
checkInEntity(DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Checks if given pointer points into entity.
checkNode(Node) - Method in class sk.uniba.euromath.document.XMLAccess
Checks the node if it is from our document.
checkOrCreateAction(String) - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Checks for action with id key in registry.
checkOrCreateActions(String[]) - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Checks for action with id key in registry.
checkPtr(DomPointer) - Method in class sk.uniba.euromath.document.XMLAccess
Checks the pointer if it points into our document.
children - Variable in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
List of children.
classColor - Static variable in class sk.uniba.euromath.tests.UMLClassFigure
 
cleanMappings() - Method in class sk.uniba.euromath.document.NamespaceManager
Removes all mappings of namespaces not present in the document.
clear() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Clears the selection
clear() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
clear() - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Clears out holded info.
clear() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
clearIdContainersMap() - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Clears the map.
CLIPBOARD_ACTIONS - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Clipboard actions.
CLIPBOARD_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Clipboard group id.
close() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
closeActiveView() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Closes active view.
closeView(DocumentView) - Method in class sk.uniba.euromath.document.XMLAccess
Unregisters the view.
cmbAttrName - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Combo containing all names from the namelist.
CMD_OPEN_DOCUMENT - Static variable in class sk.uniba.euromath.rcp.action.CommandIds
Opens the document.
combo - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.IlItemData
Combobox reference.
comboItems - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.IlItemData
Combobox items.
COMM_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing comment image label.
COMM_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing comment inverted image label.
COMM_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
COMM_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
CommandIds - Class in sk.uniba.euromath.rcp.action
Interface defining the application's command IDs.
CommandIds() - Constructor for class sk.uniba.euromath.rcp.action.CommandIds
 
CommentOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
 
CommentOutlineItem(Comment) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.CommentOutlineItem
Constructor.
comparePosition(IFigure, IFigure) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Compares position of figure2 to figure1.
compareTo(MultiWizard.PageLocator) - Method in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
 
CompartmentFigure - Class in sk.uniba.euromath.tests
 
CompartmentFigure() - Constructor for class sk.uniba.euromath.tests.CompartmentFigure
 
CompartmentFigure.CompartmentFigureBorder - Class in sk.uniba.euromath.tests
 
CompartmentFigure.CompartmentFigureBorder() - Constructor for class sk.uniba.euromath.tests.CompartmentFigure.CompartmentFigureBorder
 
complies(File, MessageLevelEnum) - Method in enum sk.uniba.euromath.editor.widgets.FileRequirementsEnum
Checks if given file complies the flag.
composite - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
All controls are placed here.
composite - Variable in class sk.uniba.euromath.editor.widgets.EntityList
Here all controls will be placed.
composite - Variable in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Here all controls will be placed.
composite - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
Panel where all components are placed.
composite - Variable in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Here all controls will be placed.
composite - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Here all controls will be placed.
composite - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
All controls are placed here.
composite - Variable in class sk.uniba.euromath.editor.widgets.NamespaceSelector
All controls are placed here.
composite - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Composite where all controls are placed.
CompoundOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
Base outline item with children.
CompoundOutlineItem(Node) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
Constructor.
computeDistance(IFigure, Point) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Computes distance of figure from point p.
computeDistance(IFigure, IFigure, Position) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Computes distance of sides of figures.
computeGlobalSelection() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Computes actual selection made by keyboard(arrows) to set to viewer.
computeGlobalSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Computes actual selection to set to viewer.
computeLocalSelection() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
computeLocalSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Computes local selection corresponding to drag.
computeModelChildren() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
computeSize(Composite, int, int, boolean) - Method in class sk.uniba.euromath.editor.PreferredByControlLayout
 
computeSize(Composite, int, int, boolean) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
 
computeXDistance(IFigure, int) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Computes horizontal distance of figure from xCoordinate vertical.
computeYDistance(IFigure, int) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Computes vertical distance of figure from yCoordinate horizont.
configureFactory() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Configures factory.
configureFactory() - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
configureFactory() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
configureFactory() - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
configureGraphicalViewer() - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
configureGraphicalViewer() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Configures viewer for work.
configureShell(Shell) - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
 
configureShell(Shell) - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
 
configureShell(Shell) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
Const - Class in sk.uniba.euromath
Holds all constants used in the project.
container - Variable in class sk.uniba.euromath.editor.wizards.AbstractWizard
The container.
contains(int) - Method in class sk.uniba.euromath.editor.textEditor.Interval
Tests if index falls into interval (into or onto bounds)
contains(Interval) - Method in class sk.uniba.euromath.editor.textEditor.Interval
Tests if this interval contains interval.
contains(String) - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Returns true if holds some info about desired id.
contains(Rectangle, int, int) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Tests whether point falls into or on bounds of rectangle.
contains(Rectangle, Point) - Static method in class sk.uniba.euromath.tools.Draw2dTools
Tests whether point falls into or on bounds of rectangle.
CONTEXT_MENU - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
ID of context menu.
contextMenu - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Menu mamager for context menu.
contributeCoolBar(ICoolBarManager) - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Contribute to global cool bar by modifying passed manager.
contributeCoolBar(ICoolBarManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
contributeToContextMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
contributeToContextMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Fills context menu.
contributeToMenu(IMenuManager) - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Contribute to global menu by modifying passed manager.
contributeToMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
contributeToMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
contributeToMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
contributeToStatusLine(IStatusLineManager) - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Contribute to status line by modifying passed manager.
contributeToStatusLine(IStatusLineManager) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
contributeToStatusLine(IStatusLineManager) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
contributeToStatusLine(IStatusLineManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
contributeToToolBar(IToolBarManager) - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Contribute to global tool bar by modifying passed manager.
contributeToToolBar(IToolBarManager) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
contributeToToolBar(IToolBarManager) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
contributeToToolBar(IToolBarManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
controlMoved(ControlEvent) - Method in class sk.uniba.euromath.tests.D2DTest
 
controlResized(ControlEvent) - Method in class sk.uniba.euromath.tests.D2DTest
 
convertDOMSelectionToStructuredSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
COORDINATOR_FACTORY_EXTENSION_POINT_ID - Static variable in class sk.uniba.euromath.EuroMath
GENE's coordinator factory extension point ID.
CopyAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Standart copy action.
CopyAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.CopyAction
Constructor.
CopyAsTextAction - Class in sk.uniba.euromath.editor.textEditor.actions
 
CopyAsTextAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.CopyAsTextAction
 
count(String) - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Returns how many EditParts represent id (this information is taken from object's state).
create(Composite) - Method in interface sk.uniba.euromath.editor.dialogs.IWidgetFactory
Produces new widget on demand.
create(Composite) - Method in interface sk.uniba.euromath.editor.wizards.document.INameListItemChooserFactory
Produces new instance of NameListItemChooser.
create(File) - Static method in class sk.uniba.euromath.tools.URLDir
Creates object pointing onto given directory.
createAction(Class<? extends XMLAccessModifyAction>, IWorkbenchPart) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Creates instance of action.
createAction(String, IWorkbenchPart) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Creates instance of action.
createActionBarAdvisor(IActionBarConfigurer) - Method in class sk.uniba.euromath.rcp.ApplicationWorkbenchWindowAdvisor
 
createActionContributor() - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
createActionContributor() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates action contributor.
createActions(String[], IWorkbenchPart) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Creates list of instances of actions.
createAndInitKeyHandler() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates and inits KeyHandler which handles key events, when no tool is active.
createAttribute(String, String, String, String, String) - Method in class sk.uniba.euromath.document.DocumentModifier
Creates an attribute.
createAttribute(String, QName, String) - Method in class sk.uniba.euromath.document.DocumentModifier
Creates an attribute.
createAttribute(Element, QName, String) - Method in class sk.uniba.euromath.document.DocumentModifier
Creates an attribute.
createAttribute(Element, String, String, String, String) - Method in class sk.uniba.euromath.document.DocumentModifier
Creates an attribute.
createAttributeCreator(Shell, INameList<AttributeRule>, XMLAccess, NamespaceManager) - Static method in class sk.uniba.euromath.editor.dialogs.Dialogs
Constructs an instance of a dialog, that will be used to create an attribute.
createAttributeCreator(Composite, INameList<AttributeRule>, XMLAccess, NamespaceManager) - Static method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Constructs an instance of the component, that will be used to create an attribute.
createAttributeEditor(Shell, Attr, AttributeRule, XMLAccess, NamespaceManager) - Static method in class sk.uniba.euromath.editor.dialogs.Dialogs
Constructs an instance of a dialog, that will be used to modify an attribute value.
createAttributeEditor(Composite, Attr, AttributeRule, XMLAccess, NamespaceManager) - Static method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Constructs an instance of the component, that will be using for edit an attribute value.
CreateAttributeList - Class in sk.uniba.euromath.editor.widgets
Manages the process of creating new attributes into newly created element.
CreateAttributeList(Composite, List<AttributeListRule>, String, XMLAccess, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.widgets.CreateAttributeList
Constructs the instance of the window.
CreateAttributeList.State - Class in sk.uniba.euromath.editor.widgets
Current state of the widget.
CreateAttributeListWizard - Class in sk.uniba.euromath.editor.wizards.document
Manages the process of creating new attributes into newly created element.
CreateAttributeListWizard(List<AttributeListRule>, String, XMLAccess, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Constructor.
CreateAttributeListWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Manages the process of creating new attributes into newly created element.
CreateAttributeListWizardPage(List<AttributeListRule>, String, XMLAccess, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
Constructor.
createAttributes(Element, DocumentModifier) - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Creates all selected attributes with their values.
createButtonBar(Composite) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Creates and returns the contents of this dialog's button bar.
createButtonsForButtonBar(Composite) - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
 
createButtonsForButtonBar(Composite) - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
 
createButtonsForButtonBar(Composite) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
createContents(Composite) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
The WizardDialog implementation of this Window method calls super.createContents to create the controls.
createContextMenu() - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
Creates two more menus.
createContextMenu() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Creates context menu on GraphicalViewer's control.
createControl(Composite) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Set ups outline view.
createDialogArea(Composite) - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
 
createDialogArea(Composite) - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
 
createDialogArea(Composite) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
createEditDomain() - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
Overrides XMLEditor#createEditDomain() just to set TextStructureTool as default and active tool instead of XMLStructureTool
createEditDomain() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates and configures EditDomain.
createEditPart(EditPart, Object) - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Creates TextEditPart for ITextLocator, sets container for it and updates visual info or call super for another model.
createEditPart(EditPart, Object) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactory
Creates EditPart for model of type IEMFigure.
createEditPartFactory() - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
createEditPartFactory() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates XMLEditPartFactory.
createEditPolicies() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Installs adition policies - text policies.
createEditPolicies() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
createElementCreator(Shell, XMLAccess, String, DisplayableNameList<NewElementRule>) - Static method in class sk.uniba.euromath.editor.dialogs.Dialogs
Constructs an instance of a dialog, that will be used to select an element name.
createEntityLister(Shell, XMLAccess, String, IEntityFilter) - Static method in class sk.uniba.euromath.editor.dialogs.Dialogs
Constructs an instance of a dialog, that will be used to select an entity.
createEntityLister(Shell, XMLAccess, String, List<? extends String>) - Static method in class sk.uniba.euromath.editor.dialogs.Dialogs
Constructs an instance of a dialog, that will be used to select an entity.
createFeedBack() - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
 
createFigure() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
Due to our architecture, EditParts don't creates figures, they uses figures from renderer.
createGraphicalViewer(Composite) - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
createGraphicalViewer(Composite) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates GraphicalViewer on parent Composite for transformed doc source.
createGraphSelector(Shell, Map<GraphNode, Set<String>>, ExportGraph) - Static method in class sk.uniba.euromath.editor.dialogs.Dialogs
Creates dialog that allows you to choose exporters.
createInitialLayout(IPageLayout) - Method in class sk.uniba.euromath.rcp.Perspective
 
createInsertTextCommand(InsertTextRequest) - Method in class sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy
Creates InsertTextCommand as response to InsertTextRequest.
createItem(Node) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Creates outline item for node.
createMsgForMulti(List<Node>) - Method in class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
 
createMsgForSingle(Node) - Method in class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
 
createPageControls(Composite) - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
createPages() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Creates one view = page for document which was just opened or created.
createPartControl(Composite) - Method in class sk.uniba.euromath.editor.EditorSite
 
createPartControl(Composite) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
createPreprocessor() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
createPreprocessor() - Method in interface sk.uniba.euromath.editor.IRenderer
Constructs new instance of preprocessor.
createPropertySource() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
createPropertySource() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
createRootEditPart() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates root editpart
createSubShell(Shell) - Method in class sk.uniba.euromath.tests.D2DTest
 
createTextDeleteCommand(DeleteTextRequest) - Method in class sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy
Creates TextDeleteCommand as response to DeleteTextRequest.
createTextEditPart(ITextLocator) - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Creates edit part expected for ITextLocator figure.
createTextValidator(DocumentSchema, DOMInterval) - Static method in class sk.uniba.euromath.document.schema.SchematicUtils
Creates text validator.
createTopEditPart(IEMFigure) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Creates top most editpart which is editor dependend - manipulates with model, is used as editpart for editor dependent view - root figure.
createTreeViewer(Composite) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Creates and set ups reeViewer on composite.
createURL(String) - Static method in class sk.uniba.euromath.tools.URLDir
From given string creates an URL instance.
createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Method in class sk.uniba.euromath.rcp.ApplicationWorkbenchAdvisor
 
createXmlnsAttribute(Element, String) - Method in class sk.uniba.euromath.document.NamespaceManager
Creates an xmlns attribute, that maps known namespace to registered prefix.
createXmlnsAttributes(Element) - Method in class sk.uniba.euromath.document.NamespaceManager
For each used namespace, except empty namespace, creates xmlns mapping.
createXmlnsAttributes(Element, Set<? extends String>) - Method in class sk.uniba.euromath.document.NamespaceManager
Adds and/or replaces xmlns mapping for all given namespaces in given element.
current() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
current() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
current() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
current() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
current() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
current() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
current() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Fetches the current wizard.
current() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Fetches the current page.
current() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
current() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
currentManager - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Namespace manager.
currentManager - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Current namespace manager.
currentManager - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
the current manager.
currentManager - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
Current namespace manager.
CutAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Standart cut action.
CutAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.CutAction
Constructor.

D

D2DTest - Class in sk.uniba.euromath.tests
 
D2DTest() - Constructor for class sk.uniba.euromath.tests.D2DTest
 
dataChanged(Map<CoordinatorInputKey, GeneDataProvider.RendererSite>, CoordinatorInputKey, Map<CoordinatorInputKey, Set<CoordinatorInputKey>>, Map<String, CoordinatorInputKey>, Set<CoordinatorInputKey>, Set<CoordinatorInputKey>) - Method in class sk.uniba.euromath.editor.EditorSite
 
dataChanged(Map<CoordinatorInputKey, GeneDataProvider.RendererSite>, CoordinatorInputKey, Map<CoordinatorInputKey, Set<CoordinatorInputKey>>, Map<String, CoordinatorInputKey>, Set<CoordinatorInputKey>, Set<CoordinatorInputKey>) - Method in interface sk.uniba.euromath.gene.IEditorDataReceiver
Editor site instance receives data change events using this method.
dataModified() - Method in interface sk.uniba.euromath.editor.widgets.IModifyListener
Indicate that the widget model has been modified.
deactivate() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Deactivates Tool and Caret
DEACTIVATE_CARET_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
deactivateCaret() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
Deactivates and hides Caret
DeactivateCaretRequest - Class in sk.uniba.euromath.editor.textEditor.requests.caretRequests
 
DeactivateCaretRequest() - Constructor for class sk.uniba.euromath.editor.textEditor.requests.caretRequests.DeactivateCaretRequest
 
declare(String, String) - Method in class sk.uniba.euromath.document.NamespaceManager
Declares the namespace-prefix pair.
DecloseElementAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Removes closement of element contents by removing element.
DecloseElementAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.DecloseElementAction
Constructor.
decloseNodes(Shell, Element) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of declosing the nodes - replaces given element with its contents.
defaultExtension - Variable in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Label that shows default output file extension.
delegate - Variable in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
The delegate.
DELETE_ACTIONS - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Delete actions.
DELETE_SUBMENU - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
NOT USED Identifier of delete submenu.
DELETE_TEXT_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
Delete text's.
deleteAttribute(Shell, Attr) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of deleting the attribute.
DeleteDOMIntervalSetCommand - Class in sk.uniba.euromath.editor.xmlEditor.commands
Command to delete DOMIntervalSet from document.
DeleteDOMIntervalSetCommand(DOMIntervalSet, XMLAccess, CaretManager, Direction, int) - Constructor for class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
Constructor.
DeleteDOMIntervalSetCommand(DOMIntervalSet, XMLAccess, CaretManager) - Constructor for class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
Constructor.
deleteElements(Shell, Set<Element>) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of deleting the elements.
deleteNode(Shell, Node) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tries to delete a single node.
DeleteNodeAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Deletes node specified in constructor.
DeleteNodeAction(Node, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.DeleteNodeAction
Constructor.
deletePagesAfter(MultiWizard.PageLocator, boolean) - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
Deletes all pages after given page.
deleteReplaceText(Shell, DOMInterval, String) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tries to delete text from specified location.
DeleteSelectionAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Action to delete selected elements.
DeleteSelectionAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.DeleteSelectionAction
Constructor.
DeleteSelectionCommand - Class in sk.uniba.euromath.editor.xmlEditor.commands
 
DeleteSelectionCommand(XMLAccess, CaretManager, Direction, int, IDOMSelectionProvider) - Constructor for class sk.uniba.euromath.editor.xmlEditor.commands.DeleteSelectionCommand
Constructor.
DeleteSelectionCommand(XMLAccess, CaretManager, IDOMSelectionProvider) - Constructor for class sk.uniba.euromath.editor.xmlEditor.commands.DeleteSelectionCommand
Constructor.
deleteTextNode(Shell, Node) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Deletes given text node by wizard.
DeleteTextOnlyAction - Class in sk.uniba.euromath.editor.textEditor.actions
Action which delete selected text only.
DeleteTextOnlyAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.DeleteTextOnlyAction
Constructor.
DeleteTextRequest - Class in sk.uniba.euromath.editor.textEditor.requests.editTextRequests
Request to delete text from specified position of specified size.
DeleteTextRequest(ITextPieceKeeper, int, int, Direction) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
Constructor.
Demo - Class in sk.uniba.euromath.tests
 
Demo() - Constructor for class sk.uniba.euromath.tests.Demo
 
description - Variable in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Label that shows description of selected output class.
deselect(EditPart) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl
Deselects edit part.
deselect(EditPart) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextScrollingGraphicalViewer
Deselects edit part.
deselect(EditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Deselects edit part.
deselect(EditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Deselects edit part.
deselectAll() - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl
Deselects all selected editparts.
deselectAll() - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextScrollingGraphicalViewer
Deselects all selected editparts.
Dialogs - Class in sk.uniba.euromath.editor.dialogs
Instantiate various dialogs.
Direction - Enum in sk.uniba.euromath.editor.textEditor
 
direction - Variable in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
 
directionToKeyCode(String) - Static method in class sk.uniba.euromath.editor.textEditor.CaretManager
Converts direction string to key code.
DisplayableNameItemTypeEnum - Enum in sk.uniba.euromath.editor.widgets.namelist
All possible types of displayable name (the name displayed in the DisplayableNameList class).
DisplayableNameList<R extends BaseRule> - Class in sk.uniba.euromath.editor.widgets.namelist
Represents the displayable name list.
DisplayableNameList(String, boolean) - Constructor for class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Basic constructor.
DisplayableNameListImpl<R extends BaseRule> - Class in sk.uniba.euromath.editor.widgets.namelist
Represents the NameList object as a set of strings.
DisplayableNameListImpl(INameList<R>, XMLAccess, NamespaceManager, boolean) - Constructor for class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
Constructs an instance of the object.
dispose() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
 
dispose() - Method in class sk.uniba.euromath.editor.EditorSite
 
dispose() - Method in interface sk.uniba.euromath.editor.IEditor
Prepares for end of work.
dispose() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
dispose() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Provider should dispose any objects it collected.
dispose() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Disposes of this wizard.
dispose() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
dispose() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
dispose() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
 
dispose() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
dispose() - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
dispose() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
dispose() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
dispose() - Method in class sk.uniba.euromath.tests.Graphics2DRenderer
Dispose the resources attached to this 2D renderer.
dnl - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Allow to select item from this namelist.
docFragmentTransfer - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.CopyAction
 
DocumentException - Exception in sk.uniba.euromath.document
Document exception.
DocumentException(String) - Constructor for exception sk.uniba.euromath.document.DocumentException
Constructor.
DocumentException(String, Throwable) - Constructor for exception sk.uniba.euromath.document.DocumentException
Constructor.
DocumentException(Throwable) - Constructor for exception sk.uniba.euromath.document.DocumentException
Constructor.
DocumentFactory - Class in sk.uniba.euromath.document
Deserializes the document.
DocumentFactory() - Constructor for class sk.uniba.euromath.document.DocumentFactory
Constructs the factory.
DocumentListeners - Class in sk.uniba.euromath.document
Manages the document listeners.
DocumentModifier - Class in sk.uniba.euromath.document
Serves for modifying document.
DocumentModifyCompoundCommand - Class in sk.uniba.euromath.editor.xmlEditor.commands
Compound command for wraping document modifiing commands.
DocumentModifyCompoundCommand(XMLAccess) - Constructor for class sk.uniba.euromath.editor.xmlEditor.commands.DocumentModifyCompoundCommand
Constructs an empty CompoundCommand
DocumentModifyCompoundCommand(XMLAccess, String) - Constructor for class sk.uniba.euromath.editor.xmlEditor.commands.DocumentModifyCompoundCommand
Constructs an empty CompoundCommand with the specified label.
DocumentModifyHelper - Class in sk.uniba.euromath.document
Provides basic editing features, document modification driven by schema.
DocumentModifyHelper(XMLAccess) - Constructor for class sk.uniba.euromath.document.DocumentModifyHelper
Constuctor.
DocumentView - Class in sk.uniba.euromath.document
Represents one presentation of document.
DocumentView(XMLAccess, RendererSelector, EditorSite) - Constructor for class sk.uniba.euromath.document.DocumentView
Constructs the instance of object.
documentWasTransformed(XMLAccess) - Method in interface sk.uniba.euromath.document.IGeneralListener
Fired when the document was modified, processed by GENE and rendered on all opened editors.
DOMSelectionChangedEvent - Class in sk.uniba.euromath.editor.selections
XML selection changed event object.
DOMSelectionChangedEvent(IDOMSelectionProvider, DOMIntervalSet) - Constructor for class sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent
Creates a new event for the given source and selection.
doSave(IProgressMonitor) - Method in class sk.uniba.euromath.editor.EditorSite
 
doSave(IProgressMonitor) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
 
doSaveAs() - Method in class sk.uniba.euromath.editor.EditorSite
 
doSaveAs() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
 
DOWN - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
DRAGGING - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
Draw2dTools - Class in sk.uniba.euromath.tools
Utilities for Draw2d.
Draw2dTools() - Constructor for class sk.uniba.euromath.tools.Draw2dTools
 

E

e - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.AbstractStepFactory
Step shall fill contents of this element.
e - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
the new element.
e - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
the new element.
EclipseUtils - Class in sk.uniba.euromath.tools
Utilities for Eclipse.
EDIT_TEXT_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
Logical type for editing requests.
editableChoices - Variable in class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
All choice nodes.
EditInstanceProvider - Class in sk.uniba.euromath.editor
Provides instances of editors and renderers.
EditorException - Exception in sk.uniba.euromath.editor
Exception thrown by editor package classes.
EditorException() - Constructor for exception sk.uniba.euromath.editor.EditorException
Constructor.
EditorException(String) - Constructor for exception sk.uniba.euromath.editor.EditorException
 
EditorException(String, Throwable) - Constructor for exception sk.uniba.euromath.editor.EditorException
 
EditorException(Throwable) - Constructor for exception sk.uniba.euromath.editor.EditorException
 
EditorInfo - Class in sk.uniba.euromath.editor
Contains information about single editor.
EditorInfo(String, IEditorFactory, EnumSet<SourceEnum>, String) - Constructor for class sk.uniba.euromath.editor.EditorInfo
Constructor.
EditorSite - Class in sk.uniba.euromath.editor
TODO STUDVA recoment
EditorSite(MultiViewXMLEditor) - Constructor for class sk.uniba.euromath.editor.EditorSite
Constructor.
EditTextRequest - Class in sk.uniba.euromath.editor.textEditor.requests.editTextRequests
 
EditTextRequest(ITextPieceKeeper) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.EditTextRequest
 
el - Variable in class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
The component.
ELEM_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing element image label.
ELEM_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing element inverted image label.
ELEM_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
ELEM_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
ELEMENT_ACTIONS - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Element actions.
ElementLoc - Class in sk.uniba.euromath.editor.wizards.document
Represents an instance of element and an insertpoint, where the element should be inserted.
ElementLoc(XMLAccess, Element, List<Element>, List<DOMPoint>) - Constructor for class sk.uniba.euromath.editor.wizards.document.ElementLoc
Constructor.
ElementOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
 
ElementOutlineItem(Element) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
elements - Variable in class sk.uniba.euromath.document.NamespaceManager.NodeCount
Count of Element nodes.
EM_CONFIG_NAME - Static variable in class sk.uniba.euromath.Const
Name of the EuroMath configuration file.
EmEntityResolver - Class in sk.uniba.euromath.document
Implements the entity resolver, that resolves entity references to locally stored entities, when possible.
EmEntityResolver(URLDir) - Constructor for class sk.uniba.euromath.document.EmEntityResolver
Constructor.
EMFigure - Class in sk.uniba.euromath.editor.figures
Base implementation of IEMFigure.
EMFigure(String, Object, boolean) - Constructor for class sk.uniba.euromath.editor.figures.EMFigure
Constructor.
EMImageFigure - Class in sk.uniba.euromath.editor.figures
Implementation of standard ImageFigure as IEMFigure.
EMImageFigure(Image, String, Object, boolean) - Constructor for class sk.uniba.euromath.editor.figures.EMImageFigure
Constructor
The default alignment is PositionConstants.CENTER.
EMImageFigure(Image, int, String, Object, boolean) - Constructor for class sk.uniba.euromath.editor.figures.EMImageFigure
Constructor
EMMenuManager - Class in sk.uniba.euromath.editor.xmlEditor.actions
 
EMMenuManager() - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
Contructor.
EMMenuManager(String) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
Contructor.
EMMenuManager(String, String) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
Contructor.
EmptyAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
An empty action.
EmptyAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.EmptyAction
Constructor.
enabledLikeChild - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
If true, then is enabled only if have enabled visible not separator child.
EncloseElementAction - Class in sk.uniba.euromath.plugin.views.outline.actions
Encloses element by another element.
EncloseElementAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.plugin.views.outline.actions.EncloseElementAction
Constructor.
encloseNodes(Shell, DomPointer, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of enclosing the nodes.
encloseNodes(DomPointer, DomPointer) - Method in class sk.uniba.euromath.editor.wizards.document.NameListChooserFactories
Returns factory producing components able to select element name, that may enclose given content.
EnclosingAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Encloses selection by element, if selection is only one interval, starts and ends in children of one parent and starts and ends in text.
EnclosingAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.EnclosingAction
Constructor.
EncodingWidget - Class in sk.uniba.euromath.gene.gui.widgets
Allows user to set the encoding of the output document.
EncodingWidget(Composite) - Constructor for class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
Creates an instance of the object.
EncodingWidget(Composite, IEncodingFilter) - Constructor for class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
Creates the query and applies the filter to displayed encodings.
END - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
endAttribute(String, String, String, AttributeExp) - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
endAttributePart() - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
endDocument() - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
endElement(String, String, String, ElementExp) - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
endModify() - Method in class sk.uniba.euromath.document.DocumentModifier
Ends modification of document.
ENTI_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing entity image label.
ENTI_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing entity inverted image label.
ENTI_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
ENTI_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
ENTITY_SUBMENU - Static variable in class sk.uniba.euromath.editor.textEditor.actions.ActionConsts
Identifier of entity submenu.
EntityList - Class in sk.uniba.euromath.editor.widgets
Shows list of entities.
EntityList(Composite, EntityManager, List<? extends String>) - Constructor for class sk.uniba.euromath.editor.widgets.EntityList
Constructs the instance.
EntityListWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Shows list of entities.
EntityListWizardPage(EntityManager, List<? extends String>, String) - Constructor for class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
Constructor.
entityManager - Variable in class sk.uniba.euromath.editor.widgets.EntityList
The entity manager.
entityManager - Variable in class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
The entity manager.
entityNames - Variable in class sk.uniba.euromath.editor.widgets.EntityList
Entity names list we can select an item from.
entityNames - Variable in class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
Entity names list we can select an item from.
EntityOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
 
EntityOutlineItem(EntityReference) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.EntityOutlineItem
 
entitySelector - Variable in class sk.uniba.euromath.editor.widgets.EntityList
Combo with all entities.
equals(Object) - Method in class sk.uniba.euromath.document.NamespaceManager.NodeCount
 
equals(Object) - Method in class sk.uniba.euromath.editor.EditorInfo
 
equals(Object) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
 
equals(Object) - Method in class sk.uniba.euromath.editor.RendererInfo
 
equals(Object) - Method in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
 
equalsTopLevelMsg(ValidityMessages, ValidityMessages) - Static method in class sk.uniba.euromath.editor.widgets.ValidityMessages
Checks if two validity messages equals, in terms of changing the displayed text.
equalsTopLevelMsg(ValidityMessages) - Method in class sk.uniba.euromath.editor.widgets.ValidityMessages
Checks if two validity messages equals, in terms of changing the displayed text.
eraseTargetFeedback(Request) - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
 
error - Variable in class sk.uniba.euromath.editor.widgets.ValidityMessages
Error message.
errorMessage - Variable in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
We need to remember currently shown error message.
ErrorMessages - Class in sk.uniba.euromath.editor.lang
Class for retreiving common error messages in editor, that are displayed to user.
EuroMath - Class in sk.uniba.euromath
This is the plugin class for the EuroMath editor.
EuroMath() - Constructor for class sk.uniba.euromath.EuroMath
Zero-argument constructor.
EUROMATH_IDENTIFIER - Static variable in class sk.uniba.euromath.Const
Represents a printable product identifier.
EUROMATH_VERSION - Static variable in class sk.uniba.euromath.Const
Contains the EuroMath2 version.
EuromathConfig - Class in sk.uniba.euromath.config
Ensures that the emConfig.xml configuration file is properly loaded.
EuromathConfig() - Constructor for class sk.uniba.euromath.config.EuromathConfig
 
evaluate(EditPart) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
evaluate(EditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Test editpart, if is acceptable as end point of selection under mouse.
execute() - Method in class sk.uniba.euromath.editor.textEditor.commands.InsertTextCommand
 
execute() - Method in class sk.uniba.euromath.editor.textEditor.commands.SwitchEditModeCommand
Swithes tool to TextTool
execute(Shell, List<AttributeListRule>, Element, XMLAccess, Node) - Static method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Executes the wizard.
execute(Shell, XMLAccess, DomPointer, NamespaceManager, QName) - Static method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Helper method that executes the insert element wizard.
execute(Shell) - Static method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Helper method that executes the new document wizard.
execute() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
 
execute() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteSelectionCommand
 
execute() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DocumentModifyCompoundCommand
Wraps holded commands execution with start,end modify.
executeCommand(Command) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
executeWizard() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
Shows and executes the underlying wizard.
executeWizard() - Method in class sk.uniba.euromath.editor.wizards.ExportWizardExtension
 
executeWizard() - Method in class sk.uniba.euromath.editor.wizards.NewXMLDocumentWizard
 
exists() - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
 
exists() - Method in class sk.uniba.euromath.editor.NewDocumentEditorInput
 
existsDir() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
Checks whether the directory exists.
existsFile() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
Checks whether the file exists.
ExportClassChooser - Class in sk.uniba.euromath.editor.widgets
Allows the user to choose the export document class.
ExportClassChooser(Composite) - Constructor for class sk.uniba.euromath.editor.widgets.ExportClassChooser
Constructor
ExportClassChooserWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Allows the user to choose the export document class.
ExportClassChooserWizardPage() - Constructor for class sk.uniba.euromath.editor.wizards.document.ExportClassChooserWizardPage
The constructor.
EXPORTER_FACTORY_EXTENSION_POINT_ID - Static variable in class sk.uniba.euromath.EuroMath
GENE's exporter factory extension point ID.
ExporterFactoryImpl - Class in sk.uniba.euromath.document.export
Produces exporters for XSLT transformations registered in the config file.
ExporterFactoryImpl() - Constructor for class sk.uniba.euromath.document.export.ExporterFactoryImpl
Constructor.
ExportTest - Class in sk.uniba.euromath.tests
 
ExportTest() - Constructor for class sk.uniba.euromath.tests.ExportTest
 
ExportWizardExtension - Class in sk.uniba.euromath.editor.wizards
Exports documents to various formats using the GENE framework.
ExportWizardExtension() - Constructor for class sk.uniba.euromath.editor.wizards.ExportWizardExtension
Constructor.
ExportWizardProvider - Class in sk.uniba.euromath.editor.wizards.document
The exportation wizard.
ExportWizardProvider(XMLAccess) - Constructor for class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
Constructor.
EXTENSION_POINT_ID - Static variable in interface sk.uniba.euromath.editor.IEditorFactory
ID of extension point for editor factory instances.
EXTENSION_POINT_ID - Static variable in interface sk.uniba.euromath.editor.IRendererFactory
ID of extension point for renderer factory instances.
EXTENSION_POINT_ID - Static variable in interface sk.uniba.euromath.gene.gui.IConfigWidgetFactory
Eclipse extension point ID.
extLevel - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
What level of validity to signalise when preferredExtension condition is broken.
extLevel - Variable in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
what kind of validity to signalise when preferredExtension condition is broken.

F

factory - Variable in class sk.uniba.euromath.editor.wizards.document.NameListItemChooserWizardPage
The name list widget producer.
FigureSelectionPolicy - Class in sk.uniba.euromath.editor.xmlEditor.policies
Responsible for handling selection border
FigureSelectionPolicy() - Constructor for class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
Construcotr.
FigureSelectionPolicy(boolean) - Constructor for class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
 
FileBrowserEnum - Enum in sk.uniba.euromath.editor.widgets
Selects the kind of file browser.
fileName - Variable in class sk.uniba.euromath.document.XMLAccess
The name of the document file, including the extension, without the path specifier.
fileNameText - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
Textbox where the file name may be entered.
FileRequirementsEnum - Enum in sk.uniba.euromath.editor.widgets
Constants containing requirements for given file object.
FileSelector - Class in sk.uniba.euromath.editor.widgets
Allows user to select a file.
FileSelector(Composite, String, MessageLevelEnum, Map<FileRequirementsEnum, MessageLevelEnum>, FileBrowserEnum) - Constructor for class sk.uniba.euromath.editor.widgets.FileSelector
Constructs instance of the widget.
FileSelectorWizardPage - Class in sk.uniba.euromath.editor.wizards.file
Wraps the FileSelector widget.
FileSelectorWizardPage(String, MessageLevelEnum, Map<FileRequirementsEnum, MessageLevelEnum>, String, FileBrowserEnum) - Constructor for class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
Creates new instance of the page.
fileURL - Variable in class sk.uniba.euromath.document.XMLAccess
The name of the document file, including the extension and full path.
fillCoolBar(ICoolBarManager) - Method in class sk.uniba.euromath.rcp.ApplicationActionBarAdvisor
 
fillData() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Fills the _names, _values lists and the _namespaces set.
fillData() - Method in class sk.uniba.euromath.editor.widgets.EntityList
Fills _entityName from the controls, setting null and an error message if no entity is selected.
fillData() - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Fills _outputClass from the combo box, setting it to null and setting appropriate error message when no output class is selected.
fillData() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
Fills the text value and the validity message object.
fillLocalMenu(IMenuManager) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
Fills menu shown after click on arrow in right upper corner.
fillLocalToolBar(IToolBarManager) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
fillMenuBar(IMenuManager) - Method in class sk.uniba.euromath.rcp.ApplicationActionBarAdvisor
 
FillNewElementWizardProvider - Class in sk.uniba.euromath.editor.wizards.document
Fills given element with new content.
FillNewElementWizardProvider(Element, NewElementRule, XMLAccess, NamespaceManager, String) - Constructor for class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
Creates instance of the wizard.
FillNewElementWizardProvider.AbstractStepFactory - Class in sk.uniba.euromath.editor.wizards.document
Produces new steps.
FillNewElementWizardProvider.AbstractStepFactory(NewElementRule, Element) - Constructor for class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.AbstractStepFactory
Constructor.
FillNewElementWizardProvider.CreateAttributesWS - Class in sk.uniba.euromath.editor.wizards.document
Step that allows user to create attributes in newly created element.
FillNewElementWizardProvider.CreateAttributesWS(NewElementRule, Element, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
Constructor.
FillNewElementWizardProvider.CreateElementContentsWS - Class in sk.uniba.euromath.editor.wizards.document
Creates new elements or text nodes in new element.
FillNewElementWizardProvider.CreateElementContentsWS(NewElementRule, Element, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
Constructor.
FillNewElementWizardProvider.WizardStep - Interface in sk.uniba.euromath.editor.wizards.document
Represents one step in wizard.
finalize() - Method in class sk.uniba.euromath.document.DocumentView
 
findImage(String) - Method in class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
 
findNextWizard() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Finds next wizard for querying contents of an element.
FINISH_DRAG - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
finishDrag() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
finishDrag() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Is called at termination of drag to perfom and finish selection and drag related tasks.
finishPressed() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
The Finish button has been pressed.
FinishWizardPage - Class in sk.uniba.euromath.editor.wizards
Constructs the wizard page that contains only finalizing text: 'thank you for using this wizard, blah blah.
FinishWizardPage(String) - Constructor for class sk.uniba.euromath.editor.wizards.FinishWizardPage
Constructs instance of the page.
fireDataModified() - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
Calls all modify listeners.
firePageChanged() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Notifies any selection changed listeners that the selected page has changed.
fireSelectionChanged() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Fires event to listeners when selection was changed.
fireSelectionChanged() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Fires event to listeners when selection was changed.
fireSelectionChangeEvent(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Fires selection change event.
fireSelectionChangeEvent(DOMIntervalSet) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Fires event when selection in page changed.
firstFactory - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
The first factory.
flags - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
maps flags to their message level.
flags - Variable in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
maps flags to their message level.
flushCache(Control) - Method in class sk.uniba.euromath.editor.PreferredByControlLayout
 
focusGained(IEditor) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
focusGained(IEditor) - Method in class sk.uniba.euromath.editor.EditorSite
IEditor has gained focus.
focusGained(IEditor) - Method in interface sk.uniba.euromath.editor.IFocusListener
Sent when IEditor gets focus.
focusGained(FocusEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
focusGained(IEditor) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
focusLost(IEditor) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
focusLost(IEditor) - Method in class sk.uniba.euromath.editor.EditorSite
IEditor has lost focus.
focusLost(IEditor) - Method in interface sk.uniba.euromath.editor.IFocusListener
Sent when IEditor loses focus.
focusLost(FocusEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
focusLost(IEditor) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
FontDialogSample - Class in sk.uniba.euromath.tests
 
FontDialogSample() - Constructor for class sk.uniba.euromath.tests.FontDialogSample
 
format(String, Object...) - Static method in class sk.uniba.euromath.tools.StringTools
Processes the message and replaces every %[number] with correspoding Object.toString() from array params with index [number].
fs - Variable in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
The fileselector.

G

GEFTools - Class in sk.uniba.euromath.tools
Utilities for GEF.
GEFTools() - Constructor for class sk.uniba.euromath.tools.GEFTools
 
GeneDataProvider - Class in sk.uniba.euromath.gene
Acts as a GENE coordinator.
GeneDataProvider(RendererSelector, XMLAccess, IEditorDataReceiver) - Constructor for class sk.uniba.euromath.gene.GeneDataProvider
Constructor.
GeneDataProvider.RendererSite - Class in sk.uniba.euromath.gene
Represents the renderer with its environment.
GeneDataProvider.RendererSite(IRenderer, CoordinatorInputKey) - Constructor for class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
Constructor.
getActionClass(String) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Returns CLass registered in this factory.
getActionContributor() - Method in class sk.uniba.euromath.editor.EditorSite
 
getActionContributor() - Method in interface sk.uniba.euromath.editor.IEditor
Returns action contributor, which can make bars special for this IEditor.
getActionContributor() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns xml action contributor, can be called only after init.
getActionFactory() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
 
getActionRegistry() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Returns action registry in which created actions are registered.
getActionRegistry() - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
This contributor's action registry.
getActionRegistry() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
getActionRegistry() - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
getActiveEditor() - Method in class sk.uniba.euromath.editor.EditorSite
Returns active editor.
getActiveEditorSite() - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
getActivePage() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
Returns active (last) page.
getActiveTextPieceKeeper() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
Returns text piece keeper where caret is.
getActiveView() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Return active view.
getActiveWizard() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
Returns active wizard - the last item of wizards array.
getAdapter(Class) - Method in class sk.uniba.euromath.editor.EditorSite
Returns the adapter for the specified class.
getAdapter(Class) - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
 
getAdapter(Class) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
 
getAdapter(Class) - Method in class sk.uniba.euromath.editor.NewDocumentEditorInput
 
getAdapter(Class) - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
getAdapter(Class) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
getAdapter(Class) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getAll() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns all stored ITextPieceKeeper.
getAll() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getAllIEditors() - Method in class sk.uniba.euromath.editor.EditorSite
Returns all IEditors in this site.
getAllNamespaces() - Method in class sk.uniba.euromath.document.NamespaceManager
Returns all namespaces known to this manager.
getAllNamespaces() - Method in class sk.uniba.euromath.document.XMLAccess
Deprecated. 
getAllNamespaces() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Retrieves all namespaces of currently selected attributes.
getAllNamespaces() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Retrieves all namespaces of currently selected attributes.
getAttribute() - Method in class sk.uniba.euromath.plugin.views.outline.items.AttributeOutlineItem
 
getAttributesCompartment() - Method in class sk.uniba.euromath.tests.UMLClassFigure
 
getBestPrefix(String) - Method in class sk.uniba.euromath.document.NamespaceManager
When creating new element/attribute from another namespace as their parent, we can specify new prefix.
getButton(int) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Return the cancel button if the id is a the cancel id.
getCanvasSize() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
getCanvasSize() - Method in interface sk.uniba.euromath.editor.IRenderer
Retrieves size of area where the rendering occurs.
getCanvasSize(String) - Method in class sk.uniba.euromath.gene.RendererContext
Returns canvas size of a renderer.
getCaretManager() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.SelectParentAction
Getter for caret manager.
getCaretManager() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Returns caret provider.
getCaretOffset() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
Returns index of character gap, where caret is shown.
getCaretOffset() - Method in interface sk.uniba.euromath.editor.textEditor.ICaretPositioner
Returns offset in TextPiece where caret is.
getcaretOffset() - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
getCData() - Method in class sk.uniba.euromath.plugin.views.outline.items.CDataOutlineItem
 
getCharacter() - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
getChildElements() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
getChildren() - Method in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
getChildren() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
getChildren(Object) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
getChosenNamespace() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Returns chosen namespace.
getChosenNamespaceInternal() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Returns chosen namespace.
getClientArea(Composite) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
Returns the client area for the given composite according to this layout.
getClientComposite() - Method in interface sk.uniba.euromath.editor.IEditor
Returns Composite where clients - children IEditors will(should) be created.
getClientComposite() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns Composite where children IEditors will be created.
getClipboard() - Method in interface sk.uniba.euromath.editor.textEditor.IClipboardProvider
Returns system clipboard reference.
getClipboard() - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
getCommand(Request) - Method in class sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy
 
getCommandName() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
getCommandName() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
getCommandStack() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns the command stack.
getComment() - Method in class sk.uniba.euromath.plugin.views.outline.items.CommentOutlineItem
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.EntityList
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
 
getComposite() - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Returns composite that is encapsulated in this object.
getComposite() - Method in class sk.uniba.euromath.editor.widgets.MultiWidget
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
 
getComposite() - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
getComposite() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
 
getComposite() - Method in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
 
getComposite() - Method in class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
 
getConfig() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns in-memory representation of emConfig.xml configuration file.
getConfigFile() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns URL, determining position of config file.
getContainer() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getContentProvider() - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
getContentProvider() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getContext() - Method in class sk.uniba.euromath.editor.wizards.BaseWizardPage
Returns the context instance.
getContextElement() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
 
getContextElement() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
 
getContextElement() - Method in interface sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.WizardStep
Returns element where this step creates contents.
getContributor() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.ShowDocumentPropertiesAction
 
getControl() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getCoordinator() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
Returns current coordinator.
getCoordinator() - Method in class sk.uniba.euromath.gene.GeneDataProvider
Returns the coordinator instance - this object receives GENE output.
getCoordinatorInfo() - Method in class sk.uniba.euromath.document.DocumentView
The editor data provider coordinator info.
getCoordinatorInfo() - Method in class sk.uniba.euromath.gene.GeneDataProvider
Returns the coordinator information instance for the GENE coordinator.
getCount() - Method in class sk.uniba.euromath.document.NamespaceManager.NodeCount
Returns count of all nodes.
getCount() - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
getCounts() - Method in class sk.uniba.euromath.document.NamespaceManager
Returns counts of nodes for each namespace.
getCurrentDir() - Static method in class sk.uniba.euromath.tools.URLDir
Returns current dir, as an URL object.
getCurrentPage() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Returns page, currently shown on screen.
getData() - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
Getter.
getDebugName() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
getDefaultPageImage() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getDeleteCommand(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Performs text delete, including caret movement.
getDeleteSelectionCommand() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
getDialogSettings() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getDirection() - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
getDirection() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
 
getDocument() - Method in class sk.uniba.euromath.document.XMLAccess
Access to the XML document.
getDocument() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Returns the document that was created using this wizard.
getDocumentModifyHelper() - Method in class sk.uniba.euromath.document.XMLAccess
Returns clients Helper for modifying.
getDocumentModifyHelper() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Getter for document modifier.
getDocumentURL() - Method in class sk.uniba.euromath.document.XMLAccess
Returns full URI address of the document.
getDomNamespaceUri(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the DOM namespace of the name.
getDOMPointer() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
 
getDomPointer(int, XMLAccess) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Returns pointer to original document specified by node assoc with this keeper and charGapIndex.
getDomPointer(int, XMLAccess) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
getDomQName(int, String) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the qname for the name.
getDomQnames(DisplayableNameList) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Computes QNames of elements from DisplayableNameList.
getDOMSelection() - Method in class sk.uniba.euromath.editor.EditorSite
 
getDOMSelection() - Method in class sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent
Returns the selection.
getDOMSelection() - Method in interface sk.uniba.euromath.editor.selections.IDOMSelectionProvider
Returns copy of the current selection of provider.
getDOMSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
 
getDOMSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
 
getDOMSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
getDOMSelection() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getDragTracker(Request) - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getDragTracker(Request) - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
getEditableChoices(ExportGraph) - Static method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Computes and returns all choice nodes that the user can edit using this widget.
getEditableNamespaces() - Method in class sk.uniba.euromath.editor.EditInstanceProvider
Returns set of all namespaces, for which at least one instance of editor can be constructed.
getEditDomain() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns EditDomain.
getEditGraph() - Method in class sk.uniba.euromath.document.DocumentView
Returns the current exporter graph.
getEditorsForNamespace(String, EnumSet<ResultEnum>) - Method in class sk.uniba.euromath.editor.EditInstanceProvider
Returns all registered editors that are able to process given namespace.
getEditorSite() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
getEditorSite() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Getter.
getEditPartFactory() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Getter
getElement() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
getElementIds() - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Returns set containing all element ids holded by info.
getElementIDs() - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
 
getElementNamespaces() - Method in class sk.uniba.euromath.document.NamespaceManager
Returns namespaces of all elements present in the document.Returned set cannot be modified in any way.
getElements() - Method in class sk.uniba.euromath.editor.wizards.document.ElementLoc
Returns list of elements.
getElements() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
'Root' elements - elements that'll be inserted into given parent element.
getElements(Object) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
getEncoding() - Method in class sk.uniba.euromath.document.XMLAccess
Returns encoding, in which the document is serialized.
getEnd() - Method in class sk.uniba.euromath.editor.textEditor.Interval
Returns ending index.
getEnd(int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Returns top right point of rectangle bounding character with index charIndex.
getEnd() - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectionRequest
 
getEntityManager() - Method in class sk.uniba.euromath.document.XMLAccess
Returns entity manager for this document.
getEntityMenu() - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
getEntityName() - Method in class sk.uniba.euromath.editor.widgets.EntityList
Returns actually selected entity name.
getEntityReference() - Method in class sk.uniba.euromath.plugin.views.outline.items.EntityOutlineItem
 
getErrorMessage() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Returns current error message.
getFactory() - Method in class sk.uniba.euromath.editor.EditorInfo
 
getFactory() - Method in class sk.uniba.euromath.editor.RendererInfo
 
getFigure(Object) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
getFigure(Object) - Method in interface sk.uniba.euromath.editor.IRenderer
Retrieves figure that displays given data object.
getFile() - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
Returns file denoted by this object.
getFile() - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
Returns location path to the XML file.
getFileName() - Method in class sk.uniba.euromath.document.XMLAccess
Returns the name of the document file, including the extension, without the path specifier.
getFileName() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
Returns file name that user entered.
getFileName() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
Output file name.
getFileName(String) - Static method in class sk.uniba.euromath.tools.URLDir
Returns the last path part from given url, without the query and fragment parts.
getFileSelector() - Method in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
Returns the file selector widget.
getFocusEditPart() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
getFocusListeners() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
getForeign(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the foreign name.
getForeign(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
 
getForeign(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
 
getGlobalActionHandlers() - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Return global action handlers, which are registred when associated IEditor is gains focus and removed when losts focus;
getGlobalActionHandlers() - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
getGlobalActionHandlers() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
getGlobalActionRegistry() - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Returns global action registry passed in init.
getGlobalActionRegistry() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Global registry for all IEditors.
getGraphFor(Collection<? extends String>) - Method in class sk.uniba.euromath.document.DocumentView
Constructs graph for given set of namespaces.
getGraphicalViewer() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Getter for graphical viewer.
getGraphicalViewer() - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
 
getGraphicalViewer() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
getGraphicalViewer() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns graphical viewer hooked on this Editor's composite.
getGraphics2D() - Method in class sk.uniba.euromath.tests.Graphics2DRenderer
Returns the Graphics2D context to use.
getHostingComposite() - Method in interface sk.uniba.euromath.editor.IEditor
Returns composite which host this editor - composite received in init.
getHostingComposite() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns composite, which host this IEditor.
getHostKeeper() - Method in class sk.uniba.euromath.editor.textEditor.policies.TextSelectionEditPolicy
Helper method.
getId() - Method in class sk.uniba.euromath.editor.EditorInfo
 
getID() - Method in class sk.uniba.euromath.editor.figures.EMFigure
 
getID() - Method in class sk.uniba.euromath.editor.figures.EMImageFigure
 
getID() - Method in interface sk.uniba.euromath.editor.figures.IEMFigure
Returns id of node from source document for which subtree of figures rooted at this figure or this figure acts as view.
getId() - Method in class sk.uniba.euromath.editor.RendererInfo
 
getID() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
getID() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
getID() - Method in interface sk.uniba.euromath.editor.xmlEditor.IXMLEditPart
Returns id of document node, which this editpart represents.
getID() - Static method in class sk.uniba.euromath.EuroMath
 
getIdContainersMap() - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Maps id of node to all created containers fot that node.
getIDManager() - Method in class sk.uniba.euromath.document.XMLAccess
Returns IDManager instance for this document.
getIdManager() - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Returns id manager.
getIdManager() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Getter.
getIDManager() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Helper getter.
getIDManager() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Helper getter.
getIds() - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Returns set containing all ids holded by info.
getIdSet() - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
 
getIEditorSite() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns EditorSite's PartSite.
getImageDescriptor() - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
 
getImageDescriptor() - Method in class sk.uniba.euromath.editor.NewDocumentEditorInput
 
getImageDescriptor(String) - Static method in class sk.uniba.euromath.EuroMath
Returns an image descriptor for the image file at the given plug-in relative path.
getImageFigure() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.AttributeOutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.CDataOutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.CommentOutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.EntityOutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.PIOutlineItem
 
getImageKey() - Method in class sk.uniba.euromath.plugin.views.outline.items.TextOutlineItem
 
getInfo() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
getInfo() - Method in interface sk.uniba.euromath.editor.IRenderer
Returns instance of RendererInfo able to create this renderer.
getInfo(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns ITextPieceInfo for ITextPieceKeeper.
getInfo(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getInitialWindowPerspectiveId() - Method in class sk.uniba.euromath.rcp.ApplicationWorkbenchAdvisor
 
getInput() - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
getInputText() - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextAction
 
getInsertableElementsQNames(DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Computes list of names of elements, insertable at given pointer.
getInsertableEntities(Shell, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Computes insertable entities.
getInsertAtCaretMenu() - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
getInsertList() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Returns selected insertlist as a list of qnames.
getInsertList() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Selected insert list.
getInsertListNames() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Returns selected insertlist as a list of qnames.
getInsertTextAction() - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
getInsets(IFigure) - Method in class sk.uniba.euromath.tests.CompartmentFigure.CompartmentFigureBorder
 
getInstance() - Static method in class sk.uniba.euromath.editor.EditInstanceProvider
Returns the singleton instance.
getInstance() - Static method in class sk.uniba.euromath.EuroMath
Accessor to the singleton instance of the plugin.
getInstance() - Static method in class sk.uniba.euromath.gene.gui.WidgetInstanceProvider
Returns singleton instance of the provider.
getInvisibleRoot() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
getItem(Node) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Returns OutlineItem which displays node or null if outline view don't have outline item which correspond to that node.
getKeeper(int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns ITextPieceKeeper stored with index index.
getKeeper() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Returns associated text piece keeper.
getKeeper(int) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getKeeper() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
getKeeperByRenderedOffset(int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns keeper holding rendered text where index falls.
getKeeperByRenderedOffset(int) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getKeeperInDirection(Direction, int) - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getKeeperInDirection(Direction, int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns keeper located in direction from this keeper at xCoordinate.
getKeepers(int, int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns ITextPieceKeepers stored with index in closed interval startIndex, endIndex.
getKeepers(ITextPieceKeeper, ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns ITextPieceKeepers stored after startKeeper including and before endKeeper including.
getKeepers(int, int) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getKeepers(ITextPieceKeeper, ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getKeyCode() - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
getKeyCode() - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
getLabelProvider() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getLastIndex() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Returns last index in rendered text.
getLastIndex() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
getLength() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
Returns length of text to delete.
getLength(String) - Static method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
getLength() - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns number of items in the list.
getLevel() - Method in class sk.uniba.euromath.editor.widgets.ValidityMessages
Returns level of messages.
getListeners() - Method in class sk.uniba.euromath.document.XMLAccess
Returns document listeners manager for this document.
getLocal(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the local name.
getLocal(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
 
getLocal(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
 
getLocale() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns locale as configured in the config file.
getLocation() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
see Caret.getLocation()
getLocations() - Method in class sk.uniba.euromath.editor.wizards.document.ElementLoc
Returns list of insertpoints.
getMemoryUsage() - Static method in class sk.uniba.euromath.tests.TestTools
 
getMessage() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Returns current message.
getMessages() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.EntityList
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
 
getMessages() - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Checks if data contained in the widget are correct.
getMessages() - Method in class sk.uniba.euromath.editor.widgets.MultiWidget
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
 
getMessages() - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
getMessages() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
 
getMessages() - Method in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
 
getMessages() - Method in class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
 
getMessageType() - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
Returns type of message currently being shown.
getMessageType() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Returns current message's level.
getMethodsCompartment() - Method in class sk.uniba.euromath.tests.UMLClassFigure
 
getModel() - Method in class sk.uniba.euromath.editor.figures.EMFigure
 
getModel() - Method in class sk.uniba.euromath.editor.figures.EMImageFigure
 
getModel() - Method in interface sk.uniba.euromath.editor.figures.IEMFigure
Returns Object from object source or Node from transformed document for which subtree of figures rooted at this figure acts as view.
getModel() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
getModelChildren() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Returns empty list, because can't have children.
getModelChildren() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
getModifier() - Method in class sk.uniba.euromath.document.XMLAccess
Returns document modifier, which is used to transparently modify the document.
getModifyHelper() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Getter.
getName() - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
 
getName() - Method in class sk.uniba.euromath.editor.NewDocumentEditorInput
 
getName() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
getName() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
getName() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
getName() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
getName() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
getName() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
getName() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Returns name of this wizard.
getName() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Returns name of this wizard.
getName() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
getName() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
getNames() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Returns names of actually selected attributes.
getNames() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Returns qnames of new attributes, with appropriate prefixes when needed.
getNames() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
Returns qnames of new elements, with appropriate prefixes when needed.
getNamespace(String) - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns the namespace definition for given namespace URI.
getNamespace(String) - Method in class sk.uniba.euromath.document.NamespaceManager
Returns namespace, that is currently mapped to given prefix.
getNamespace(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the namespace item.
getNamespace(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
 
getNamespace(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
 
getNamespaceDescription(String) - Static method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the name of the namespace, as defined in the config file.
getNamespaces(List<? extends QName>) - Static method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Returns all namespaces that occurs in given list.
getNearestCharGapIndexAtPos(int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Computes index of nearest chararacter gap placed at given horizontal x coordinate.
getNearestCharIndexAtPos(int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Computes index of nearest character placed at given horizontal x coordinate.
getNewPart() - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
getNext(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns next stored ITextPieceKeeper in order they are stored.
getNext(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getNext() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Returns locator for next page.
getNextKeeperInDirection(Direction) - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getNextKeeperInDirection(Direction) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns keeper located next in direction to this's.
getNextPage(IWizardPage) - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getNextStep(NewElementRule, Element) - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
Determines which step is to be taken next.
getNode() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
getNode() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Returns node to manipulate with, which can be node from constructor or node processed from selection.
getNodeID() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Identification of node in original document(not XSLT-transformed) holding the text (text node, cdata node).
getNodeID() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
getNodeID(String) - Static method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
getNpqPage() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Returns second wizard page.
getNpqPage() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
Returns second wizard page.
getNsManager() - Method in class sk.uniba.euromath.document.XMLAccess
Returns namespace manager for this document.
getOffset() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
Returns position in text piece from where text should be deleted.
getOffset() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.InsertTextRequest
Returns position in text piece where to insert text.
getOffset(String) - Static method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
getOldPart() - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
getOpposite(Direction) - Static method in enum sk.uniba.euromath.editor.textEditor.Direction
 
getOutlinePage() - Method in class sk.uniba.euromath.editor.EditorSite
Returns outline page instance.
getOutputClass() - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Returns selected output document class.
getPage(String) - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getPage(BaseWizardPage) - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
Finds given page and returns its location in the wizards and pages properties.
getPage() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Returns the page instance.
getPage() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
Returns the page that this wizard represents.
getPageCount() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getPages() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getParent() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
getParent(Object) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
getParentMultiEditor() - Method in class sk.uniba.euromath.editor.EditorSite
Returns multi editor containing this EditorSite instance as child view.
getParts() - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.StructureSelectionRequest
 
getParts() - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
 
getPersistable() - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
 
getPersistable() - Method in class sk.uniba.euromath.editor.NewDocumentEditorInput
 
getPI() - Method in class sk.uniba.euromath.plugin.views.outline.items.PIOutlineItem
Returns processing instruction represented by this item
getPlacement(String) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
getPlacement(String) - Method in interface sk.uniba.euromath.editor.IRenderer
Returns point, relative to renderer's canvas, where canvas of child renderer will be positioned.
getPluginRoot() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns directory where the plugin is located.
getPointer() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
Returns pointer where to insert node.
getPointer() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Returns pointer to place in DOM tree where is caret.
getPool() - Static method in class sk.uniba.euromath.document.schema.SchematicUtils
Retrieves schema pool instance.
getPosition() - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.ActivateCaretRequest
 
getPosition() - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
getPreferredRenderers() - Method in class sk.uniba.euromath.editor.RendererSelector
 
getPrefix(String) - Method in class sk.uniba.euromath.document.NamespaceManager
Returns prefix, that is currently mapped to given namespace.
getPrefixes() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Returns currently selected prefixes.
getPrefixesInternal() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Returns currently selected prefixes.
getPrevious(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns previous stored ITextPieceKeeper in order they are stored.
getPrevious(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getPrevious() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Returns locator for previous page.
getPreviousPage(IWizardPage) - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getPrevNsManager() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Previous namespace manager.
getPropertySource() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
getProvider() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
Returns the provider instance.
getRealNamespaceDescription(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the name of the namespace, as defined in the config file.
getRealNamespaceUri(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the 'real' namespace of the name.
getRenderable() - Method in class sk.uniba.euromath.editor.RendererSelector
Computes and returns information about renderable namespaces.
getRenderableNamespaces() - Method in class sk.uniba.euromath.editor.EditInstanceProvider
Returns set of all namespaces, for which at least one instance of renderer can be constructed.
getRenderedOffset() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Index of the first character of this text piece in whole rendered text of textual node.
getRenderedOffset() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
getRenderedText() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Returns rendered keeper's text.
getRenderedText() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
getRenderer() - Method in interface sk.uniba.euromath.editor.IEditor
Returns IRenderer for this IEditor from init.
getRenderer() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns renderer associated with this IEditor.
getRendererInfo(String, EnumSet<ResultEnum>) - Method in class sk.uniba.euromath.editor.RendererSelector
Retrieves the renderer that will be used to renderer document with given namespace.
getRendererMap() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
 
getRenderersForNamespace(String, EnumSet<ResultEnum>) - Method in class sk.uniba.euromath.editor.EditInstanceProvider
Returns all registered renderers that are able to process given namespace.
getResourceManipulator() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
 
getRoot() - Method in class sk.uniba.euromath.document.XMLAccess
Returns URL pointing to the directory where the document is located.
getRoot() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Returns XML node which will be the root of the outline tree.
getRootComposite() - Method in class sk.uniba.euromath.editor.EditorSite
 
getRootEditor() - Method in class sk.uniba.euromath.editor.EditorSite
Returns root editor.
getRootFigure() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
getRootFigure() - Method in interface sk.uniba.euromath.editor.IRenderer
Retrieves the root figure, where all figures will be placed.
getRule(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns the rule for the name as returned by the NameList class.
getRule(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
 
getRule(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
 
getSchema() - Method in class sk.uniba.euromath.document.XMLAccess
Document's content modifier helper.
getSchemaLoc() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns the schema directory location.
getSelected() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Returns the index of the insert list, that is checked (selected).
getSelected() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Returns selected namespace.
getSelected() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
Returns currently selected encoding.
getSelectedCanonicalName() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
Returns currently selected encoding canonical name.
getSelectedCharset() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
Returns currently selected charset.
getSelectedFromControl() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Returns the index of the radio button, that is checked (selected).
getSelectedInternal() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Returns the index of the radio button, that is checked (selected).
getSelectedPage() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
getSelectedQName() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Returns qname of selected namelist item.
getSelectedQNameFromControl() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Retrieves selected qname from the combobox.
getSelectedRule() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Returns rule for selected item.
getSelectedRuleFromControl() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Retrieves rule for selected item from the combobox.
getSelectedValue() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Contains value of the attribute.
getSelection() - Method in class sk.uniba.euromath.editor.EditorSite
 
getSelection() - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectionRequest
 
getSelection() - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectRequest
 
getSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
 
getSelection() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
This method is only here because of contract - is realy not needed.
getSelectionIndex() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser.IlItemData
Returns index of selected name list item.
getSelectionIntervals() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Returns selection that relates to this text piece.
getSelectionIntervals() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
getSelectionListeners() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
getSelectionProvider() - Method in class sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent
Returns the selection provider that is the source of this event.
getSelectionProvider() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Returns DOM selection provider.
getSelectionStatus() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getSelectionStatus() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns status about which text is selected.
getSelectType() - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectRequest
 
getShell() - Method in interface sk.uniba.euromath.editor.wizards.IWizardPageContext
Returns shell where this page is displayed.
getShell() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Returns shell where the action executes.
getShell() - Method in class sk.uniba.euromath.tests.D2DTest
 
getSource(Node) - Method in class sk.uniba.euromath.document.XMLAccess
Returns the nametree from the original document, that the emp:mark element points to.
getSource() - Method in class sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent
 
getSource() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.EditTextRequest
 
getSource() - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
getSource() - Method in class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
Returns the source object.
getSourceEditPart() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
getSpecialization() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
 
getSpecialization() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.InsertTextRequest
 
getSpecialization() - Method in interface sk.uniba.euromath.editor.textEditor.requests.IRequestSpecialization
Returns request specialization - unique string.
getSplittedChanges() - Method in class sk.uniba.euromath.document.XMLAccess
Returns object that collects changes in the splitted document.
getSplittedDoc() - Method in class sk.uniba.euromath.document.XMLAccess
Returns DomToSplitted instance for this document.
getStart() - Method in class sk.uniba.euromath.editor.textEditor.Interval
Returns starting index.
getStart(int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Returns top left point of rectangle bounding character with index charIndex.
getStart() - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectionRequest
 
getStartingPage() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getStartingPage() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
Retrieves the first page of the first wizard.
getState() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
 
getState() - Method in class sk.uniba.euromath.editor.widgets.EntityList
 
getState() - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
 
getState() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
 
getState() - Method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
 
getState() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
 
getState() - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Returns the state of this widget.
getState() - Method in class sk.uniba.euromath.editor.widgets.MultiWidget
 
getState() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
 
getState() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
 
getState() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
 
getState() - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
getState() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
 
getState() - Method in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
 
getState() - Method in class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.EntityList
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.FileSelector
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
 
getStateClass() - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Returns the class of the state that the widget accepts.
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.MultiWidget
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
 
getStateClass() - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
getStateClass() - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
 
getStateClass() - Method in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
 
getStateClass() - Method in class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
 
getString(String) - Static method in class sk.uniba.euromath.document.lang.Messages
Gets message for given key.
getString(String, Object...) - Static method in class sk.uniba.euromath.document.lang.Messages
Gets message for given key.
getString(String) - Static method in class sk.uniba.euromath.editor.actions.lang.Messages
Message retreiving method.
getString(String) - Static method in class sk.uniba.euromath.editor.lang.ErrorMessages
Gets message for given key.
getString(String) - Static method in class sk.uniba.euromath.editor.lang.Messages
Gets message for given key.
getString(String, Object...) - Static method in class sk.uniba.euromath.editor.lang.Messages
Gets message for given key.
getString(String) - Static method in class sk.uniba.euromath.editor.textEditor.actions.lang.Messages
Message retreiving method.
getString(String) - Static method in class sk.uniba.euromath.editor.textEditor.lang.Messages
Message retreiving method.
getString(String) - Static method in class sk.uniba.euromath.editor.xmlEditor.actions.lang.Messages
Message retreiving method.
getString(String) - Static method in class sk.uniba.euromath.editor.xmlEditor.lang.Messages
Message retreiving method.
getString(String) - Static method in class sk.uniba.euromath.gene.lang.Messages
Gets message for given key.
getString(String, Object...) - Static method in class sk.uniba.euromath.gene.lang.Messages
Gets message for given key.
getString(String) - Static method in class sk.uniba.euromath.plugin.views.inputBox.lang.Messages
 
getString(String) - Static method in class sk.uniba.euromath.plugin.views.outline.actions.lang.Messages
 
getString(String) - Static method in class sk.uniba.euromath.plugin.views.outline.lang.Messages
 
getString(String) - Static method in class sk.uniba.euromath.rcp.lang.Messages
Gets message for given key.
getStrings() - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns array of a displayable representation of names.
getStrings() - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
 
getStrings() - Method in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
 
getStylesheetLoc() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns the stylesheet directory location.
getSupportedEditors() - Method in interface sk.uniba.euromath.editor.IEditorFactory
Returns map that maps ID of an editor to the information about that editor.
getSupportedExporters() - Method in class sk.uniba.euromath.document.export.ExporterFactoryImpl
 
getSupportedRenderers() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
 
getSupportedRenderers() - Method in interface sk.uniba.euromath.editor.IRendererFactory
Returns map that maps ID of an renderer to the information about that renderer.
getTarget() - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
Getter.
getTargetEditPart(Request) - Method in class sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy
 
getTargetEditPart(Request) - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
getTargetEditPart(Request) - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
 
getText() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getText() - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Returns text located by this ITextLocator
getText() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns rendered keeper's text.
getText() - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.InsertTextRequest
Returns text to insert.
getText() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Returns new textual value of element.
getText() - Method in class sk.uniba.euromath.plugin.views.outline.items.TextOutlineItem
 
getTextBounds() - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Bounds of whole text.
getTextBounds(int, int) - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Computes bounds of text substring between start and end.
getTextContainer() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getTextContainer() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns ITextPieceContainer where keeper is held.
getTextInputCommand(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Performs text input, including caret movement.
getTextLocator() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getTextLocator() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns ITextLocator for this keeper.
getTextPieceInfo() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
getTextPieceInfo() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Returns ITextPieceInfo about keeper's text piece.
getTextWidget() - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
getTitleBarColor() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getTitleBarColor() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
getTitleBarColor() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
getTitleBarColor() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Returns the title bar color for this wizard.
getTitleBarColor() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
getTitleBarColor() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
getToolTipText() - Method in class sk.uniba.euromath.editor.LocalFilesystemEditorInput
 
getToolTipText() - Method in class sk.uniba.euromath.editor.NewDocumentEditorInput
 
getTransformationInfo(CoordinatorInfo) - Method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Processes actual selection and returns exact transformation tree.
getTransformGraph() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
The export graph descriptor.
getType(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Determines the type of the item.
getType(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
 
getType(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
 
getType() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Getter for type how node for manipulation is gained.
getUnderstandingPolicy(Request) - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Returns first policy that understands request.
getUndoManager() - Method in class sk.uniba.euromath.document.XMLAccess
Returns instance of the undo manager for this document.
getURI() - Method in class sk.uniba.euromath.tools.URLDir
Returns this instance as URI.
getURIType(String) - Static method in enum sk.uniba.euromath.tools.URITypeEnum
Returns the type of given URI.
getURL() - Method in class sk.uniba.euromath.tools.URLDir
Returns this instance as URL.
getUserConfigFile() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns user-specific config file, or null if the file does not exist.
getUserConfigFileName() - Static method in class sk.uniba.euromath.config.EuromathConfig
Returns user-specific config file, or null if user does not have home directory.
getValues() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Returns text values of attributes.
getView() - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
 
getViewer() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getVisibilityFlagMap() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
getVisualInfo() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Returns IdVisualInfo object.
getVisualInfo() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactory
Returns IdVisualInfo object.
getVisualizedIds() - Method in class sk.uniba.euromath.editor.EditorSite
Returns ids of nodes which are graphically rendered(represented) by at least one IEditor.
getVisualizedIds() - Method in interface sk.uniba.euromath.editor.IEditor
Returns ids of nodes which are graphically rendered(represented) by this editor.
getVisualizedIds() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
getVisualParts(String) - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Returns list of XMLEditParts which visualize node with id id.
getVisualParts(Set<String>) - Method in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Returns list of XMLEditParts which visualize nodes with ids.
getWholeRenderedText() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns rendered text of all stored keepers, exactly the same as is rendered.
getWholeRenderedText() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
getWidget() - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
Returns the widget.
getWidget() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
Returns the widget.
getWidget() - Method in class sk.uniba.euromath.editor.wizards.document.ExportClassChooserWizardPage
Returns the widget.
getWidget() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
Returns the widget.
getWidget() - Method in class sk.uniba.euromath.editor.wizards.document.NamespaceSelectorWizardPage
Returns the widget instance.
getWidget(CoordinatorInfo, IConfigurator, Composite) - Method in interface sk.uniba.euromath.gene.gui.IConfigWidgetFactory
Returns a widget that is able to configure given coordinator.
getWidget(CoordinatorInfo, IConfigurator, Composite) - Method in class sk.uniba.euromath.gene.gui.WidgetFactory
 
getWidget(CoordinatorInfo, IConfigurator, Composite) - Method in class sk.uniba.euromath.gene.gui.WidgetInstanceProvider
Returns a widget that is able to configure given coordinator.
getWidgets() - Method in class sk.uniba.euromath.editor.widgets.MultiWidget
Returns a list of widgets provided to the constructor.
getWildcardExporter(String) - Method in class sk.uniba.euromath.document.export.ExporterFactoryImpl
 
getWindowTitle() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
getWizard() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
 
getWizard() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
 
getWizard() - Method in interface sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.WizardStep
Returns wizard that allows user to enter data required for this step to be finished succesfully.
getWizard() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Returns the wizard this dialog is currently displaying.
getWorkbenchPart() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Returns workbench part for which actions are created.
getWorkbenchPart() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
getWorkbenchPart() - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
getXMLAcces() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
getXMLAccess() - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Returns XMLAccess instance.
getXMLAccess() - Method in class sk.uniba.euromath.editor.EditorSite
Returns document instance.
getXMLAccess() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Returns the document instance.
getXmlAccess() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Getter.
getXmlAccess() - Method in class sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy
 
getXmlAccess() - Method in class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
 
getXMLAccess() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Getter.
getXMLAccess() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Returns instance of the document.
getXmlAccess() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DocumentModifyCompoundCommand
 
getXMLAccess() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
getXMLAccess() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Helper getter.
getXMLAccess() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Helper getter.
getXMLAccess() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Getter.
getXmlAccess() - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
Returns the document instance.
getXMLAccess() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
getXMLEditor() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditDomain
Returns XMLEditor instance
getXMLEditPartFactory() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
Returns XMLEditPartFactory.
getXMLGraphicalViewer() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Getter.
getXMLGraphicalViewer() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
getXMLGraphicalViewer() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
GrammarPrinter - Class in sk.uniba.euromath.tests.core
 
GrammarPrinter(ExpressionPool, boolean) - Constructor for class sk.uniba.euromath.tests.core.GrammarPrinter
 
graph - Variable in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Graph provided to the constructor.
graph - Variable in class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
All exporter graphs needed for exporting the document.
graphChoices - Variable in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Contains choices in graphs.
Graphics2DRenderer - Class in sk.uniba.euromath.tests
Helper class allowing the use of Java2D on SWT or Draw2D graphical context.
Graphics2DRenderer() - Constructor for class sk.uniba.euromath.tests.Graphics2DRenderer
 
GraphSelectorWidget - Class in sk.uniba.euromath.editor.widgets
Allows user to select choices in an export graph.
GraphSelectorWidget(Composite, Map<GraphNode, Set<String>>, ExportGraph) - Constructor for class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Constructor.
GraphSelectorWidget.State - Class in sk.uniba.euromath.editor.widgets
The state of the widget.
GraphSelectorWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Allows user to select between multiple exporters in the exporter graph.
GraphSelectorWizardPage(Map<GraphNode, Set<String>>, ExportGraph) - Constructor for class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
Constructor.
gs - Variable in class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
The component.

H

handleButtonDown(int) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
handleButtonDown(int) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Process only left mouse clicks (as selection or anything).
handleButtonDown(int) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleButtonDown(int) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Process only left mouse clicks (as selection or anything).
handleButtonUp(int) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
If in the drag state, the tool selects the source edit part.
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.BaseWizardPage
Creates the top level control for this dialog page under the given parent composite.
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.ExportClassChooserWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.NameListItemChooserWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.NamespaceSelectorWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
 
handleCreateControl(Composite) - Method in class sk.uniba.euromath.editor.wizards.FinishWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.BaseWizardPage
Disposes the resources allocated by this dialog page.
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.ExportClassChooserWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.NameListItemChooserWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.NamespaceSelectorWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
 
handleDispose() - Method in class sk.uniba.euromath.editor.wizards.FinishWizardPage
 
handleDocumentException(DocumentException) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Handles the exception that occured when asking for node for invalid id in IDManager: prints an error message and logs it.
handleDocumentTransformation(XMLAccess) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Handles when document has been transformed.
handleDoubleClick(int) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextStructureTool
Activates text editing.
handleDrag() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleDragInProgress() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
handleDragInProgress() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleDragStarted() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
handleDragStarted() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleEnteredEditPart() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
Not needed - all done in handleDragInProgress.
handleEnteredEditPart() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleExitingEditPart() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
Not needed - all done in handleDragInProgress.
handleExitingEditPart() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleExportException(ExportException) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Handles the exception that occured during the document modification: prints an error message and logs it.
handleKeyDown(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Handles key downs to move caret and make key controlled selections.
handleKeyDown(KeyEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleKeyDown(KeyEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
handleKeyUp(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
handleKeyUp(KeyEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
 
handleKeyUp(KeyEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
hasCaret() - Method in interface sk.uniba.euromath.editor.textEditor.ICaretPositioner
Test if this positioner has caret, it means caret is visible and positioned by this caret positioner.
hasChildren(Object) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
hasErrors() - Method in class sk.uniba.euromath.editor.wizards.BaseWizardPage
Determines by current validity messages if this page contains error or not.
hashCode() - Method in class sk.uniba.euromath.document.NamespaceManager.NodeCount
 
hashCode() - Method in class sk.uniba.euromath.editor.EditorInfo
 
hashCode() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
 
hashCode() - Method in class sk.uniba.euromath.editor.RendererInfo
 
hasNext(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns if keeper is last or not.
hasNext(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
hasNext() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Checks if there is next wizard.
hasNext() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Checks if there is next page.
hasNext() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
hasNext() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
hasNextSteps() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
 
hasNextSteps() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
 
hasNextSteps() - Method in interface sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.WizardStep
Checks whether moveToNextStep() will return non-empty list.
hasPrevious(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns if keeper is first or not.
hasPrevious(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
hasPrevious() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Checks if there is previous wizard.
hasPrevious() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Checks if there is previous page.
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
hasPrevious() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
hasQName() - Method in enum sk.uniba.euromath.editor.widgets.namelist.DisplayableNameItemTypeEnum
Checks if this item type has qname aspect.
hasRule(int) - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Determines if item can have a rule.
hasToBeShown(Node) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Computes if node should be shown.
hideCaret() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
 
hideCaret() - Method in interface sk.uniba.euromath.editor.textEditor.ICaretPositioner
Hides the Caret
hideSelection() - Method in class sk.uniba.euromath.editor.textEditor.policies.TextSelectionEditPolicy
Hides selection.
hideSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
 
HOME - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
hookGlobalActions() - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
hookGraphicalViewer() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Hooks the GraphicalViewer to the rest of the EditorSite.

I

IActionContributor - Interface in sk.uniba.euromath.editor.actions
Contributor to global bars like menu, status line, tool bar, cool bar and to local bars like context menu.
ICaretPositioner - Interface in sk.uniba.euromath.editor.textEditor
Positions caret if has caret.
IClipboardProvider - Interface in sk.uniba.euromath.editor.textEditor
Provides system clipboard instance.
IConfigWidgetFactory - Interface in sk.uniba.euromath.gene.gui
A factory that simply provides a configurator widget for ICoordinator's configurator.
ID - Static variable in class sk.uniba.euromath.editor.MultiViewXMLEditor
With this id is registered as IEditorPart.
id - Static variable in class sk.uniba.euromath.editor.textEditor.actions.CopyAsTextAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.textEditor.actions.DeleteTextOnlyAction
Default action's id.
id - Static variable in class sk.uniba.euromath.editor.textEditor.actions.PasteTextAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.AddAttributeWizardAction
Id.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.CopyAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.CutAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.DecloseElementAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.DeleteNodeAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.DeleteSelectionAction
Id.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.EmptyAction
Id.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.EnclosingAction
Default id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.InsertElementAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.InsertEntityReferenceAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.InsertTextualNode
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ModifyNodeAction
Default id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.PasteAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.RedoAction
Id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.SelectAction
Default id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.SelectParentAction
Default id of action.
id - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.UndoAction
Id.
id - Variable in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
Id of node from source document corresponding to this EditPart.
id - Variable in class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
An unique integer id.
id - Static variable in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextAction
Id.
ID - Static variable in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
id - Static variable in class sk.uniba.euromath.plugin.views.outline.actions.EncloseElementAction
Id of action.
ID_ATTR_EM - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
full name of added euromath attribute in element nodes:
ID_ATTR_NOR - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
normal short name of id attibute in any xml
IDOMSelectionChangedListener - Interface in sk.uniba.euromath.editor.selections
A listener which is notified when a xml selection changes.
IDOMSelectionProvider - Interface in sk.uniba.euromath.editor.selections
Interface common to all classes that provide a selection over xml document.
idSet - Variable in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Ids currently in map - not only element's ids as elementIDs.
IdVisualInfo - Class in sk.uniba.euromath.editor.xmlEditor
Holds relation between node's ids from source XML document to EditParts which visualize them.
IdVisualInfo() - Constructor for class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Conatructor.
IEditor - Interface in sk.uniba.euromath.editor
Interface that each EuroMath2 editor must implement.
IEditorDataReceiver - Interface in sk.uniba.euromath.gene
Receives data and renderers from GENE.
IEditorFactory - Interface in sk.uniba.euromath.editor
Produces editor instances.
IEMFigure - Interface in sk.uniba.euromath.editor.figures
IRenderer uses only this type of figures to produce view.
IEncodingFilter - Interface in sk.uniba.euromath.gene.gui.widgets
Checks for encoding query composite if given encoding can be returned as a result.
IEntityFilter - Interface in sk.uniba.euromath.editor.dialogs
Filters out unwanted entities.
IFocusListener - Interface in sk.uniba.euromath.editor
Listener that implements this interface handles focus changes in EditorSite - in IEditors.
IGeneralListener - Interface in sk.uniba.euromath.document
Handles general events - events concerning the document transformation.
IInputPreprocessor - Interface in sk.uniba.euromath.editor
Able to preprocess the input of renderer and editor.
ilControls - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Controls (comboboxes) containing chosen qnames for each insertlist.
ilcPage - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
First wizard page.
IMAGE_RENDERER_ID - Static variable in class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
The image renderer id.
ImageRenderer - Class in sk.uniba.euromath.editor.imageRenderer
A renderer that is able to render an image.
ImageRendererFactory - Class in sk.uniba.euromath.editor.imageRenderer
Produces instances of image renderer.
ImageRendererFactory() - Constructor for class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
Constructor.
ImageTransformException - Exception in sk.uniba.euromath.editor.imageRenderer
Exception thrown by ImageRenderer, when transformin awt image to swt image.
ImageTransformException() - Constructor for exception sk.uniba.euromath.editor.imageRenderer.ImageTransformException
 
ImageTransformException(String) - Constructor for exception sk.uniba.euromath.editor.imageRenderer.ImageTransformException
 
ImageTransformException(String, Throwable) - Constructor for exception sk.uniba.euromath.editor.imageRenderer.ImageTransformException
 
ImageTransformException(Throwable) - Constructor for exception sk.uniba.euromath.editor.imageRenderer.ImageTransformException
 
IMessagesChangeListener - Interface in sk.uniba.euromath.editor.widgets
Invoked when last validity message changes.
IModifyListener - Interface in sk.uniba.euromath.editor.widgets
Data modify listener.
IMultiViewAction - Interface in sk.uniba.euromath.editor.actions
Interface for all action used for global contributions in MultiViewActionContributor.
IMultiWizardProvider - Interface in sk.uniba.euromath.editor.wizards
Provides wizards for the MultiWizard class.
INameListItemChooserFactory<R extends BaseRule> - Interface in sk.uniba.euromath.editor.wizards.document
Creates instances of NameListItemChooser on demand.
index - Variable in class sk.uniba.euromath.tests.RootFigure
 
indexOf(ITextPieceKeeper) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns index of ITextPieceKeeper piece in this container as is stored.
indexOf(ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
info - Variable in class sk.uniba.euromath.editor.widgets.ValidityMessages
Info message.
init(ActionRegistry) - Method in interface sk.uniba.euromath.editor.actions.IActionContributor
Initialization this contributor with access to global registry.
init(IActionBars) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
init(IEditorSite, IEditorInput) - Method in class sk.uniba.euromath.editor.EditorSite
 
init(Source, IRenderer, Composite, XMLAccess, EditorSite) - Method in interface sk.uniba.euromath.editor.IEditor
Initializes the editor.
init(CoordinatorInputKey) - Method in interface sk.uniba.euromath.editor.IInputPreprocessor
Initializes the preprocessor.
init(Source, RendererContext) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
init(Source, RendererContext) - Method in interface sk.uniba.euromath.editor.IRenderer
Initializes the renderer.
init(IEditorSite, IEditorInput) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
 
init(IWorkbench, IStructuredSelection) - Method in class sk.uniba.euromath.editor.wizards.ExportWizardExtension
 
init(IWorkbench, IStructuredSelection) - Method in class sk.uniba.euromath.editor.wizards.NewXMLDocumentWizard
 
init(ActionRegistry) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Initialization of this contributor with access to global registry.
init(Source, IRenderer, Composite, XMLAccess, EditorSite) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
init() - Method in class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
Initializes (or reinitializes) the renderer.
init(IViewSite) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
initialize(TransformGraph) - Method in class sk.uniba.euromath.document.DocumentView
Initializes the view, performing the transformation.
initializeGraphicalViewer(IEMFigure) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Set the contents of the GraphicalViewer, when is ready.
initializeSchematic() - Static method in class sk.uniba.euromath.document.schema.SchematicUtils
Initializes the schematic library by registering all known schema factories.
initInstance() - Static method in class sk.uniba.euromath.config.EuromathConfig
Loads the configuration file.
initReceiver() - Method in class sk.uniba.euromath.editor.EditorSite
 
initReceiver() - Method in interface sk.uniba.euromath.gene.IEditorDataReceiver
Initializes the receiver.
INNER_PADDING - Static variable in class sk.uniba.euromath.tests.RootFigure
 
InputBoxView - Class in sk.uniba.euromath.plugin.views.inputBox
Box to fast input of text.
InputBoxView() - Constructor for class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
inputChanged(Viewer, Object, Object) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
insert() - Method in class sk.uniba.euromath.editor.wizards.document.ElementLoc
Inserts the elements into their locations.
INSERT_AFTER_SUBMENU - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Identifier of insert after submenu.
INSERT_BEFORE_SUBMENU - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Identifier of insert before submenu.
INSERT_CHILD_SUBMENU - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Identifier of insert as child submenu.
INSERT_ELEMENT_WITH_NAME_AT_CARET_GROUP - Static variable in class sk.uniba.euromath.editor.textEditor.actions.ActionConsts
Insert element with name at caret group id.
INSERT_ELEMENT_WITH_NAME_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Insert element with name ...
INSERT_ELEMENT_WIZARD_AT_CARET_GROUP - Static variable in class sk.uniba.euromath.editor.textEditor.actions.ActionConsts
Insert element by wizard at caret group id.
INSERT_ENTITY_WITH_NAME_AT_CARET_GROUP - Static variable in class sk.uniba.euromath.editor.textEditor.actions.ActionConsts
Insert entity with name at caret group id.
INSERT_SUBMENU - Static variable in class sk.uniba.euromath.editor.textEditor.actions.ActionConsts
Identifier of insert submenu.
INSERT_TEXT_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
Insert's text.
InsertAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Common insertion action, needs to be subclassed.
InsertAction(InsertPosition, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
Constructor.
InsertAction(Node, InsertPosition, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
Constructor.
insertAfterMenu - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Insert after submenu manager.
InsertAttributeTest - Class in sk.uniba.euromath.tests.core
 
InsertAttributeTest() - Constructor for class sk.uniba.euromath.tests.core.InsertAttributeTest
 
insertBeforeMenu - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Insert before submenu manager.
insertChildMenu - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Insert child submenu manager.
insertComment(Shell, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Inserts processing instruction at pointer.
insertComment(String, Shell, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Inserts comment with text text at pointer.
InsertElementAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Action to insert element directly or by wizard.
InsertElementAction(InsertPosition, QName, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertElementAction
Constructor to create action to insert element directly(if qName in not null) or by wizard at position.
InsertElementAction(Node, InsertPosition, QName, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertElementAction
Constructor to create action to insert element directly(if qName in not null) or by wizard at position at positionNode.
InsertElementWizardProvider - Class in sk.uniba.euromath.editor.wizards.document
A wizard that queries contents of new element(s) that should be inserted at given location.
InsertElementWizardProvider(XMLAccess, List<InsertList>, Element, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Constructor.
insertEntity(Shell, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of inserting an entity into selected position by dialog.
insertEntity(String, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Inserts entity to given position.
InsertEntityReferenceAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Inserts entity reference to document.
InsertEntityReferenceAction(InsertPosition, String, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertEntityReferenceAction
Constructor to create action to insert entity reference directly(if entityName in not null) or by wizard at position.
InsertEntityReferenceAction(Node, InsertPosition, String, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertEntityReferenceAction
Constructor to create action to insert entity reference directly(if entityName in not null) or by wizard at position at positionNode.
insertFragment(Shell, DomPointer, DocumentFragment) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tries to insert given document fragment into given position.
insertList - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.State
Selected insert list.
InsertListChooser - Class in sk.uniba.euromath.editor.widgets
Allows the user to choose between multiple insertlists, and to choose the name of each element.
InsertListChooser(Composite, XMLAccess, List<InsertList>, NamespaceManager, String, IValueRule) - Constructor for class sk.uniba.euromath.editor.widgets.InsertListChooser
Creates an instance of the window.
InsertListChooser.ComboSelected - Class in sk.uniba.euromath.editor.widgets
Event handler for each combobox.
InsertListChooser.ComboSelected() - Constructor for class sk.uniba.euromath.editor.widgets.InsertListChooser.ComboSelected
 
InsertListChooser.IlItemData - Class in sk.uniba.euromath.editor.widgets
Contains information on insertlist's comboboxes.
InsertListChooser.IlItemData(Combo, DisplayableNameListImpl<NewElementRule>) - Constructor for class sk.uniba.euromath.editor.widgets.InsertListChooser.IlItemData
Constructor.
InsertListChooser.State - Class in sk.uniba.euromath.editor.widgets
The state of the chooser.
InsertListChooser.State() - Constructor for class sk.uniba.euromath.editor.widgets.InsertListChooser.State
Creates new snapshot of chooser state.
InsertListChooserWizard - Class in sk.uniba.euromath.editor.wizards.document
Allows the user to choose between multiple insertlists, and to choose the name of each element.
InsertListChooserWizard(XMLAccess, List<InsertList>, NamespaceManager, String, IValueRule, String) - Constructor for class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
The constructor.
InsertListChooserWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Allows the user to choose between multiple insertlists, and to choose the name of each element.
InsertListChooserWizardPage(XMLAccess, List<InsertList>, NamespaceManager, String, IValueRule, String) - Constructor for class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
The constructor.
insertListNames - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.State
Selected insertlist as a list of qnames.
insertLists - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Insertlists.
insertLists - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
User may select between these insertlists.
insertLists - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
Insertlists.
insertListSelected - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.State
If true then user wishes to insert an insert list.
insertNewAttribute(Shell, Element) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of inserting a new attribute into given element by wizard.
insertNewAttribute(Element) - Method in class sk.uniba.euromath.editor.wizards.document.NameListChooserFactories
Creates list of attribute names that are insertable into given element.
InsertPosition - Enum in sk.uniba.euromath.editor.xmlEditor.actions
Position of insertion of node.
insertProcessingInstruction(Shell, DomPointer) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Inserts processing instruction at pointer.
InsertTextAction - Class in sk.uniba.euromath.plugin.views.inputBox.actions
 
InsertTextAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextAction
Constructor.
InsertTextActionDelegate - Class in sk.uniba.euromath.plugin.views.inputBox.actions
 
InsertTextActionDelegate() - Constructor for class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
 
insertTextAt(Shell, DomPointer, String, short) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Tries to insert text at specified location.
InsertTextCommand - Class in sk.uniba.euromath.editor.textEditor.commands
Command to insert text and move caret to correct position.
InsertTextCommand(ITextPieceKeeper, int, String, XMLAccess, CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.commands.InsertTextCommand
Constructor.
InsertTextCommand(String, int, String, XMLAccess, CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.commands.InsertTextCommand
Constructor.
insertTextNode(Shell, DomPointer, short) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Inserts text to given point.
InsertTextRequest - Class in sk.uniba.euromath.editor.textEditor.requests.editTextRequests
Request to insert text at specified position and to move caret to right position.
InsertTextRequest(ITextPieceKeeper, String, int) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.InsertTextRequest
Constructor.
InsertTextualNode - Class in sk.uniba.euromath.editor.xmlEditor.actions
Action to insert Text/CDATA/Comment/Processing instruction node by wizard.
InsertTextualNode(short, InsertPosition, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.InsertTextualNode
Constructor to insert Text/CDATA/Entity/Comment/Processing instruction node by wizard.
INST_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing processing instruction image label.
INST_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing processing instruction inverted image label.
INST_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
INST_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
intersects(Interval) - Method in class sk.uniba.euromath.editor.textEditor.Interval
Tests if this interval intersects interval.
Interval - Class in sk.uniba.euromath.editor.textEditor
Interval of non-negative numbers, start index is included in interval, end index not.
Interval(int, int) - Constructor for class sk.uniba.euromath.editor.textEditor.Interval
Contructor.
invalidate() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
IRenderer - Interface in sk.uniba.euromath.editor
Renderer produces graphical representation of given data.
IRendererFactory - Interface in sk.uniba.euromath.editor
Produces renderer instances.
IRequestSpecialization - Interface in sk.uniba.euromath.editor.textEditor.requests
Determines request specialization within request group determined by Request.getType().
isAcceptableChar() - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
isAnalyzed() - Method in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
isAncestor(EditPart, EditPart) - Static method in class sk.uniba.euromath.tools.GEFTools
Tests if holds potentialAncestor(predok) is ancestor of potentialDecsendant(potomok).
isAutoRefresh() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
isBestPrefixRequired(String) - Method in class sk.uniba.euromath.document.NamespaceManager
Checks, if the prefix, returned by the getBestPrefix() function, is only the best choice for new prefix, or if returned prefix MUST be used.
isCaretActive() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
True if caret is active and visible.
isClosed() - Method in class sk.uniba.euromath.document.DocumentView
Returns true if this view is closed.
isDefined(String, Element) - Method in class sk.uniba.euromath.document.NamespaceManager
Checks, if given namespace is defined in given element.
isDeletingAction(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Tests if key of event is deleting key.
isDirection(String) - Static method in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
isDirty() - Method in class sk.uniba.euromath.editor.EditorSite
 
isElement - Variable in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
True if this object represents rules for element, false otherwise.
isEmpty() - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
Returns true if this list is empty.
isEmpty() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
Determines whether the element which is the model of this item is an empty element in XML terminology.
isEnabled() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
isEnabled() - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
isError(ValidityMessages) - Static method in class sk.uniba.euromath.editor.widgets.ValidityMessages
Checks if given messages contains error.
isFullySelected() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Test if whole text is selected.
isFullySelected() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
isHelpAvailable() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
isInitialized() - Static method in class sk.uniba.euromath.config.EuromathConfig
Checks whether the class has been initialized.
isInitialized() - Method in class sk.uniba.euromath.document.DocumentView
Checks if this view is initialized.
isInputValid() - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
Checks if this editor input is valid.
isLeaf() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
isMixed() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
isModifying() - Method in class sk.uniba.euromath.document.DocumentModifier
Returns true, if document is being modified by caller thread.
isNew() - Method in class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
Checks if this renderer is new or being reused.
isOurNode(Node) - Method in class sk.uniba.euromath.document.XMLAccess
Checks the node if it is from our document.
isPartlySelected() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Test if something is selected, but not everything
isPartlySelected() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
isRootEditor(IEditor) - Method in class sk.uniba.euromath.editor.EditorSite
Test if IEditor is root editor.
isRootEditor() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
isSaveAsAllowed() - Method in class sk.uniba.euromath.editor.EditorSite
 
isSaveAsAllowed() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
 
isSelectable() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
isSelectionEmpty() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
isStatic() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
True, if node to manipulate was gained from contructor - was statically gained.
isTextPieceId(String) - Static method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
isVisible() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
isWhiteSpace(char) - Static method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Tests if character is whitespace.
ITextLocator - Interface in sk.uniba.euromath.editor.textEditor
Locates(draws) text into (segment of) one text line.
ITextPieceContainer - Interface in sk.uniba.euromath.editor.textEditor
Container for ITextPieceKeepers.
ITextPieceInfo - Interface in sk.uniba.euromath.editor.textEditor
Interface to properties of text piece.
ITextPieceKeeper - Interface in sk.uniba.euromath.editor.textEditor
Keeps piece of rendered text of textual node.
ITextPieceSelectionStatus - Interface in sk.uniba.euromath.editor.textEditor
TextPiece can have many small not overlapping selections within.
IUserInputWidget - Interface in sk.uniba.euromath.editor.widgets
Says that implementing object contains a composite and some controls.
IViewListener - Interface in sk.uniba.euromath.editor
Listenes for view manipulating events.
IWidgetFactory<W extends IUserInputWidget> - Interface in sk.uniba.euromath.editor.dialogs
Produces widget on demand.
IWizard - Interface in sk.uniba.euromath.editor.wizards
Interface for a wizard.
IWizardPageContext - Interface in sk.uniba.euromath.editor.wizards
Wizard page can query this interface to get various info.
IXMLEditPart - Interface in sk.uniba.euromath.editor.xmlEditor
 
IXMLGraphicalViewer - Interface in sk.uniba.euromath.editor.xmlEditor.viewers
Graphical viewer capable of performing selections over XML.

K

KEY_INVERTED - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Inverted contant, is added to normal key, if inverted image is used.

L

label - Variable in class sk.uniba.euromath.editor.wizards.FinishWizardPage
Label containing the text.
LangTools - Class in sk.uniba.euromath.tools
Utilities for i18n.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Errors that occured during last fillData() call.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.EntityList
Messages from last data retrieval.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Last error messages.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
Validity messages.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Last messages.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Error messages.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Last messages.
lastMessages - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Error messages.
layout(Composite, boolean) - Method in class sk.uniba.euromath.editor.PreferredByControlLayout
 
layout(Composite, boolean) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
 
layoutPage(Control) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
Lays outs the page according to this layout.
LEFT - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
listChildren(Control, int) - Static method in class sk.uniba.euromath.tools.SwtTools
Lists controls in given control, and prints an indented list to System.out.
listeners - Variable in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
Modify listeners.
listRules - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
the list of lists of attribute.
lNamespace - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Displays namespace of selected name.
lNamespaceDescription - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Displays description of namespace of selected name.
load() - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
Deserializes the document.
load(IPath) - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
 
loadDocument(IPath) - Method in class sk.uniba.euromath.document.DocumentFactory
Loads an XML from specified location and prepares it for editing.
loadDocument(String) - Method in class sk.uniba.euromath.document.DocumentFactory
Loads an XML from specified location and prepares it for editing.
loadDocument(URL) - Method in class sk.uniba.euromath.document.DocumentFactory
Loads an XML from specified location and prepares it for editing.
loadGlobalSchemas() - Method in class sk.uniba.euromath.document.XMLAccess
Loads global schemas for all namespaces, present in the document, for which no local schema was loaded.
loadSchema(Shell, SchemaReferences, String) - Static method in class sk.uniba.euromath.editor.widgets.Tools
Tries to load the schema.
LocalFilesystemEditorInput - Class in sk.uniba.euromath.editor
Implements editor input that can read file from local filesystem.
LocalFilesystemEditorInput(IPath, IEditorInput) - Constructor for class sk.uniba.euromath.editor.LocalFilesystemEditorInput
Constructs new instance of the object.
localNamespaceName - Variable in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
The name of the namespace of all local names, as defined in a config file.
localNamespaceUri - Variable in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameList
The namespace of all local names.
locationToDomPointer(Point, ITextPieceKeeper) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
Translates point in editpart to DOMPointer.
log(int, int, String, Throwable) - Static method in class sk.uniba.euromath.EuroMath
Shorthand for EuroMath.getInstance().getLog().log().
logError(Throwable, String) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Error logging method.
logError(Throwable) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Error logging method.
lValueType - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Displays string describing allowed textual value.

M

main(String[]) - Static method in class sk.uniba.euromath.tests.CharsetsTest
 
main() - Method in class sk.uniba.euromath.tests.CharsetsTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
main(String[]) - Static method in class sk.uniba.euromath.tests.core.InsertAttributeTest
 
main() - Method in class sk.uniba.euromath.tests.core.InsertAttributeTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.core.PrefixesTest
 
main() - Method in class sk.uniba.euromath.tests.core.PrefixesTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.core.ValidatorTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.D2DTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.Demo
 
main(String[]) - Static method in class sk.uniba.euromath.tests.ExportTest
 
main() - Method in class sk.uniba.euromath.tests.ExportTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.FontDialogSample
 
main(String[]) - Static method in class sk.uniba.euromath.tests.NewDocTest
 
main() - Method in class sk.uniba.euromath.tests.NewDocTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.UMLClassFigureTest
 
main(String[]) - Static method in class sk.uniba.euromath.tests.UrlTest
 
makeActions(IWorkbenchWindow) - Method in class sk.uniba.euromath.rcp.ApplicationActionBarAdvisor
 
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
marginHeight - Variable in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
The margin height; 5 pixels by default.
marginWidth - Variable in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
The margin width; 5 pixels by default.
message - Variable in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
Warning or info message.
MessageLevelEnum - Enum in sk.uniba.euromath.editor.widgets
Contains three kinds of messages: error message, warning and info.
Messages - Class in sk.uniba.euromath.document.lang
Lang files for the 'document' package.
Messages - Class in sk.uniba.euromath.editor.actions.lang
Messages class for package sk.uniba.euromath.editor.actions.
Messages - Class in sk.uniba.euromath.editor.lang
I18n strings for sk.uniba.euromath.editor package.
Messages - Class in sk.uniba.euromath.editor.textEditor.actions.lang
Messages class for package sk.uniba.euromath.editor.textEditor.actions.
Messages - Class in sk.uniba.euromath.editor.textEditor.lang
Messages class for package sk.uniba.euromath.editor.textEditor.
Messages - Class in sk.uniba.euromath.editor.xmlEditor.actions.lang
Messages class for package sk.uniba.euromath.editor.xmlEditor.actions.
Messages - Class in sk.uniba.euromath.editor.xmlEditor.lang
Messages class for package sk.uniba.euromath.editor.xmlEditor.
Messages - Class in sk.uniba.euromath.gene.lang
Language files for the GENE package.
Messages - Class in sk.uniba.euromath.plugin.views.inputBox.lang
 
Messages - Class in sk.uniba.euromath.plugin.views.outline.actions.lang
 
Messages - Class in sk.uniba.euromath.plugin.views.outline.lang
 
Messages - Class in sk.uniba.euromath.rcp.lang
I18n for rcp package.
messagesChanged(ValidityMessages) - Method in interface sk.uniba.euromath.editor.widgets.IMessagesChangeListener
Invoked when last validity message changes.
messageType - Variable in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
Type of currently shown message.
METAATRIBUTE_FILTER - Static variable in class sk.uniba.euromath.document.schema.SchematicUtils
Filter that filters out all XML-reserved qnames as well as gene:id attribute.
minimumHeight - Variable in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
The minimum height; 0 pixels by default.
minimumWidth - Variable in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
The minimum width; 0 pixels by default.
modifyAttribute(Shell, Attr) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Manages the process of modifying the attribute value by wizard.
modifyAttribute(Attr) - Method in class sk.uniba.euromath.editor.wizards.document.NameListChooserFactories
Creates factory producing component that modifies existing attribute name.
modifyComment(Shell, Comment) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Modifies comment node by dialog.
ModifyNodeAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Action to modify node of any type except ELEMENT_NODE, ENTITY_REFERENCE_NODE.
ModifyNodeAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.ModifyNodeAction
Constructor.
ModifyNodeAction(Node, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.ModifyNodeAction
Constructor.
modifyProcessingInstruction(Shell, ProcessingInstruction) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Modifies processing instruction node by dialog.
modifyTextNode(Shell, Node) - Method in class sk.uniba.euromath.document.DocumentModifyHelper
Modifies text of node by dialog.
mouseWheelScrolled(Event, EditPartViewer) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Delegates the scrolling to the DragTracker (if there is one).
MOVE_CARET_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
moveCaret(Direction, int) - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
TODO GUI ctrl movement Moves Caret from the current position to one positions further in LEFT,RIGHT,UP,DOWN or to the end or start of the current line, if possible.
MoveCaretRequest - Class in sk.uniba.euromath.editor.textEditor.requests.caretRequests
Used to move caret inside TextPieceKeeper or from one TextPieceKeeper to another
MoveCaretRequest(String, int, int, TextEditPart, TextEditPart) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
moveToFinishWizard() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Creates the 'finish' page.
moveToFourthWizard() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Creates fourth page - starts to fill root element's contents, or finishes the document creation.
moveToNextStep() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
 
moveToNextStep() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
 
moveToNextStep() - Method in interface sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.WizardStep
Finishes this step and moves to the next step.
moveToSecondWizard() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Creates second page - the root namespace selector page.
moveToThirdWizard() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Creates third page - the root element selector.
msgListeners - Variable in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
Message change listeners.
MultiViewActionContributor - Class in sk.uniba.euromath.editor.actions
MultiViewActionContributor is contributor for special IEditorPart - MutliViewXMLEditor.
MultiViewActionContributor() - Constructor for class sk.uniba.euromath.editor.actions.MultiViewActionContributor
Constructor.
MultiViewActionFactory - Class in sk.uniba.euromath.editor.actions
 
MultiViewActionFactory() - Constructor for class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Contructor.
MultiViewXMLEditor - Class in sk.uniba.euromath.editor
Is an IEditorPart suporting views
MultiViewXMLEditor() - Constructor for class sk.uniba.euromath.editor.MultiViewXMLEditor
Constructor.
MultiWidget - Class in sk.uniba.euromath.editor.widgets
Encapsulates multiple widgets into one.
MultiWidget(Composite, List<? extends IUserInputWidget>) - Constructor for class sk.uniba.euromath.editor.widgets.MultiWidget
Creates the encapsulator.
MultiWizard - Class in sk.uniba.euromath.editor.wizards
Multi-wizard switcher.
MultiWizard(IMultiWizardProvider) - Constructor for class sk.uniba.euromath.editor.wizards.MultiWizard
Creates instance of wizard switcher.
MultiWizard.PageLocator - Class in sk.uniba.euromath.editor.wizards
Locates page.
MultiWizard.PageLocator(IWizard, int, int) - Constructor for class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Constructor.

N

name - Variable in class sk.uniba.euromath.editor.wizards.BaseWizardPage
This page's name.
name - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
The provider name.
NameListChooserFactories - Class in sk.uniba.euromath.editor.wizards.document
Creates various content factories.
NameListChooserFactories(XMLAccess) - Constructor for class sk.uniba.euromath.editor.wizards.document.NameListChooserFactories
Creates instance of object.
NameListItemChooser<R extends BaseRule> - Class in sk.uniba.euromath.editor.widgets.namelist
Allows the user to pick one item from given namelist.
NameListItemChooser(Composite, XMLAccess, DisplayableNameList<R>, String, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Constructs instance of the object.
NameListItemChooser.State<R extends BaseRule> - Class in sk.uniba.euromath.editor.widgets.namelist
The state of the widget.
NameListItemChooser.State(QName, String, R) - Constructor for class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser.State
Constructs new state.
NameListItemChooserWizardPage<R extends BaseRule> - Class in sk.uniba.euromath.editor.wizards.document
Allows user to choose one item from given namelist.
NameListItemChooserWizardPage(INameListItemChooserFactory<R>) - Constructor for class sk.uniba.euromath.editor.wizards.document.NameListItemChooserWizardPage
Creates new instance of the page.
names - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList.State
Names of currently selected attributes.
namespace - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery.TextDisposeListener
The namespace.
namespaceDesc - Variable in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Description of the namespace.
NamespaceManager - Class in sk.uniba.euromath.document
Manages prefixes in given document.
NamespaceManager(NamespaceManager) - Constructor for class sk.uniba.euromath.document.NamespaceManager
Constructs a namespace manager, that is a child of given namespace manager.
NamespaceManager.NodeCount - Class in sk.uniba.euromath.document
Class holding elements and attributes count.
NamespaceManager.NodeCount() - Constructor for class sk.uniba.euromath.document.NamespaceManager.NodeCount
Constructs zero counter.
NamespaceManager.NodeCount(NamespaceManager.NodeCount) - Constructor for class sk.uniba.euromath.document.NamespaceManager.NodeCount
Copy-constructor.
namespaces - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Get prefixes for these namespaces.
namespaces - Variable in class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
Get prefixes for these namespaces.
NamespaceSelector - Class in sk.uniba.euromath.editor.widgets
Allows user to select a namespace from list of known namespaces (defined in the config file).
NamespaceSelector(Composite) - Constructor for class sk.uniba.euromath.editor.widgets.NamespaceSelector
Constructs new instance of the widget.
namespaceSelector - Variable in class sk.uniba.euromath.editor.widgets.NamespaceSelector
The namespace selector combobox.
NamespaceSelectorWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Wraps the NamespaceSelector widget.
NamespaceSelectorWizardPage() - Constructor for class sk.uniba.euromath.editor.wizards.document.NamespaceSelectorWizardPage
Creates new instance of the page.
needsEditPart() - Method in class sk.uniba.euromath.editor.figures.EMFigure
 
needsEditPart() - Method in class sk.uniba.euromath.editor.figures.EMImageFigure
 
needsEditPart() - Method in interface sk.uniba.euromath.editor.figures.IEMFigure
Indicates if EditPart should be crated for this figure.
needsPreviousAndNextButtons() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
needsProgressMonitor() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
NEW_SELECTION - Static variable in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectRequest
Type to new selection.
newBundle(String, Class<? extends Object>) - Static method in class sk.uniba.euromath.tools.LangTools
Loads resource bundle depending on i18n settings in config file.
NewDocTest - Class in sk.uniba.euromath.tests
 
NewDocTest() - Constructor for class sk.uniba.euromath.tests.NewDocTest
 
newDocument(Document, URLDir, String) - Method in class sk.uniba.euromath.document.DocumentFactory
Initializes an XMLAccess instance from given DOM document.
newDocument(URLDir, String) - Method in class sk.uniba.euromath.document.DocumentFactory
Creates XMLAccess instance with empty document.
NewDocumentEditorInput - Class in sk.uniba.euromath.editor
Creates an editor input from already initialized document instance.
NewDocumentEditorInput(XMLAccess) - Constructor for class sk.uniba.euromath.editor.NewDocumentEditorInput
Creates instance of editor input.
NewDocumentWizardProvider - Class in sk.uniba.euromath.editor.wizards.document
A wizard that creates new XML document and returns it in a form of XMLAccess instance.
NewDocumentWizardProvider() - Constructor for class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
The constructor.
newEditor() - Method in class sk.uniba.euromath.editor.EditorInfo
Produces new instance of this editor.
newMessage(String) - Method in enum sk.uniba.euromath.editor.widgets.MessageLevelEnum
Produces validity messages instance, with given message.
newNsManager() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
Creates new namespace manager, with new namespace-prefix mappings.
newNsManager() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
Determines and returns active namespace manager.
newNsManager() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Current namespace manager.
newNsManager() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
Creates new namespace manager, with new namespace-prefix mappings.
NewPrefixesQuery - Class in sk.uniba.euromath.editor.widgets
Queries for new prefixes.
NewPrefixesQuery(Composite, Set<String>, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Constructs the component.
NewPrefixesQuery.TextDisposeListener - Class in sk.uniba.euromath.editor.widgets
Dispose listener for text boxes.
NewPrefixesQuery.TextDisposeListener(String) - Constructor for class sk.uniba.euromath.editor.widgets.NewPrefixesQuery.TextDisposeListener
Constructor.
NewPrefixesQueryWizardPage - Class in sk.uniba.euromath.editor.wizards.document
Queries for new prefixes.
NewPrefixesQueryWizardPage(Set<String>, NamespaceManager) - Constructor for class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
Constructor.
newRenderer() - Method in class sk.uniba.euromath.editor.RendererInfo
Produces new instance of this renderer.
newStep(NamespaceManager) - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.AbstractStepFactory
Produces instance of the step.
newUpdatedManager() - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Produces a namespace manager where these new prefixes are registered.
NewXMLDocumentWizard - Class in sk.uniba.euromath.editor.wizards
Wizard that creates new XML document.
NewXMLDocumentWizard() - Constructor for class sk.uniba.euromath.editor.wizards.NewXMLDocumentWizard
Constructor.
next() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
next() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
next() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
next() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
next() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
next() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
next() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Fetches the next wizard.
next() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Fetches the next page.
next() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
next() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
NEXT_SIBLING - Static variable in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
nextPressed() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
The Next button has been pressed.
nlic - Variable in class sk.uniba.euromath.editor.wizards.document.NameListItemChooserWizardPage
Item chooser widget.
node - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
Node associated with manager(menu/submenu).
NodeManipulateAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Common action for manipulating single node gained from: selection contructor - if node was specified in constructor, that node is taken into account, so selection is not handled. How node is gained from selection, is specified by type: NodeManipulateAction#SINGLE - selection must contain one node only (otherwise action is disabled), so which is taken for manipulation NodeManipulateAction#FIRST - as node for manipualtion is taken first node in selection NodeManipulateAction#LAST - as node for manipualtion is taken last node in selection and into account is taken way of partially selected nodes processing (this option is set in constructor):
if selection contains some partially selected nodes, then action is disabled if selection contains some partially selected nodes, they are proccessed as completelly selected nodes
NodeManipulateAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Constructor.
NodeManipulateAction(IWorkbenchPart, NodeManipulateAction.NodeAcquireType, boolean) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Constructor.
NodeManipulateAction(Node, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Constructor.
NodeManipulateAction.NodeAcquireType - Enum in sk.uniba.euromath.editor.xmlEditor.actions
Ways of how node for manipulation is acquired.
nodeSelector - Variable in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget.State
Selects correct nodes when a choice of nodes is available.
nodeToSelect - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.SelectParentAction
 
npq - Variable in class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
The widget.
nsManager - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Current namespace manager.
nsManager - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Namespace manager.
nsManager - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Current namespace manager.
nsManager - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
current namespace manager.
nsManager - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
current namespace manager.
nsManager - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
Current namespace manager.
nsManager - Variable in class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
Current namespace manager.

O

observe(Node) - Method in class sk.uniba.euromath.document.NamespaceManager
 
offerObject() - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
offerObject() - Method in interface sk.uniba.euromath.editor.IRenderer
When the renderer accepts the ObjectSource but wants to provide an object as a result (for example it wants the document producer to draw something in a certain instance of Graphics), then return non-null value.
onAnyString() - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onAttribute(AttributeExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onChoice(ChoiceExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onConcur(ConcurExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onData(DataExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onElement(ElementExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
OnePageWizard<P extends BaseWizardPage> - Class in sk.uniba.euromath.editor.wizards
Wraps given wizard page into a one-paged wizard.
OnePageWizard(P, String) - Constructor for class sk.uniba.euromath.editor.wizards.OnePageWizard
Constructor.
onEpsilon() - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onInterleave(InterleaveExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onList(ListExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onMixed(MixedExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onNullSet() - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onOneOrMore(OneOrMoreExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onOther(OtherExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onRef(ReferenceExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onSequence(SequenceExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
onValue(ValueExp) - Method in class sk.uniba.euromath.tests.core.GrammarPrinter
 
OpenDocumentAction - Class in sk.uniba.euromath.rcp.action
Action that allows user to browse for a XML document, and opens it.
OpenDocumentAction(IWorkbenchWindow) - Constructor for class sk.uniba.euromath.rcp.action.OpenDocumentAction
Action constructor.
openView(DocumentView) - Method in class sk.uniba.euromath.document.XMLAccess
Opens new view on the document.
ORIntervals(Interval, Interval) - Static method in class sk.uniba.euromath.editor.textEditor.Interval
Computes OR of two intervals.
outlineAvailable() - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Tests if outline is created/ready.
OutlineConsts - Class in sk.uniba.euromath.plugin.views.outline
Contants for outline content.
OutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
 
OutlineItem(Node) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
Constructor.
OutlineItem(Node, OutlineItem) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
Constructor.
outputClassCombo - Variable in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Combo box with output classes.

P

page - Variable in class sk.uniba.euromath.editor.wizards.OnePageWizard
The represented page.
pageChange(int) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
When view is activated, selection is synchronized with outline.
pageIndex - Variable in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Index of requested page.
pages - Variable in class sk.uniba.euromath.editor.wizards.MultiWizard
Contains pages created by the wizards.
paint(IFigure, Graphics, Insets) - Method in class sk.uniba.euromath.tests.CompartmentFigure.CompartmentFigureBorder
 
paintFigure(Graphics) - Method in class sk.uniba.euromath.tests.RootFigure
 
parent - Variable in class sk.uniba.euromath.editor.widgets.MultiWidget
composite where all widgets are placed
parent - Variable in class sk.uniba.euromath.editor.wizards.document.ElementLoc
The parent element.
parent - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
We are being executed in this multiwizard.
parentName - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Name of parent element; used only to display the name on the shell.
parentName - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
the name of the parent element.
parentName - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
The displayable qname of the parent.
parentWizard - Variable in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
The instance of multiwizard object.
partActivated(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
partBroughtToTop(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
partClosed(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
partDeactivated(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
partOpened(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
parts - Variable in class sk.uniba.euromath.editor.xmlEditor.IdVisualInfo
Maps id to EditParts visually representing node with given id.
PasteAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Paste action to insert at position.
PasteAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.PasteAction
Default constructor.
PasteAction(InsertPosition, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.PasteAction
Constructor.
PasteTextAction - Class in sk.uniba.euromath.editor.textEditor.actions
 
PasteTextAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.PasteTextAction
Default constructor.
PasteTextAction(InsertPosition, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.PasteTextAction
Constructor.
performArrowMove(KeyEvent) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
performCancel() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Called when all opened wizards (from first wizard to current wizard) have already been cancelled.
performCancel() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Performs any actions appropriate in response to the user having pressed the Cancel button, or refuse if canceling now is not permitted.
performCancel() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
performCancel() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
performFinish() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Called when all wizards (from first wizard to current wizard) have already been finished.
performFinish() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.
performFinish() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
performFinish() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
performPaintUpdate() - Method in interface sk.uniba.euromath.editor.IEditor
Paints all figures needed to repaint.
performPaintUpdate() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
performRequest(Request) - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Finds Understaning policy, gets command from this policy and put it to command stack for execute.
Perspective - Class in sk.uniba.euromath.rcp
EuroMath2 perspective definition.
Perspective() - Constructor for class sk.uniba.euromath.rcp.Perspective
 
PIOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
 
PIOutlineItem(ProcessingInstruction) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.PIOutlineItem
Constructor.
placeItems() - Method in class sk.uniba.euromath.tests.RootFigure
 
populateAttributeMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Fills up attribute menu to right content.
populateContextMenu(IMenuManager) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
populateElementMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Fills up element menu to right content.
populateEntityMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
Fills up entity menu to right content.
populateInsertAtCaretMenu(IMenuManager) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
Fills up insert menu to right content.
populateInsertPositionMenu(IMenuManager, InsertPosition) - Method in class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
 
populateInsertPositionMenu(IMenuManager, InsertPosition) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Fills up insert before/child/after/ at caret menu to right content.
populateInsertSubMenu(InsertPosition, IMenuManager) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
Fills up insert before/child/after menu to right content.
Position - Enum in sk.uniba.euromath.tools
 
PreferredByControlLayout - Class in sk.uniba.euromath.editor
 
PreferredByControlLayout() - Constructor for class sk.uniba.euromath.editor.PreferredByControlLayout
Constructs a new instance of this class.
preferredExtension - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
Ignored if null.
preferredExtension - Variable in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
ignored if null.
prefix - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Textbox that allows modification of the XML namespace prefix.
prefixes - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Maps namespace URI to prefix.
PrefixesTest - Class in sk.uniba.euromath.tests.core
 
PrefixesTest() - Constructor for class sk.uniba.euromath.tests.core.PrefixesTest
 
prefixTexts - Variable in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Here all prefix textboxes are kept.
prepareData() - Method in class sk.uniba.euromath.tests.D2DTest
 
prepareRendering(GC) - Method in class sk.uniba.euromath.tests.Graphics2DRenderer
Prepare to render on a SWT graphics context.
prepareRendering(Graphics) - Method in class sk.uniba.euromath.tests.Graphics2DRenderer
Prepare to render on a Draw2D graphics context.
PREV_SIBLING - Static variable in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
 
previous() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
 
previous() - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
previous() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
previous() - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
previous() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
 
previous() - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
previous() - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Fetches the previous wizard.
previous() - Method in interface sk.uniba.euromath.editor.wizards.IWizard
Fetches the previous page.
previous() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard
 
previous() - Method in class sk.uniba.euromath.editor.wizards.OnePageWizard
 
preWindowOpen() - Method in class sk.uniba.euromath.rcp.ApplicationWorkbenchWindowAdvisor
 
printDom(Node, int) - Static method in class sk.uniba.euromath.tests.TestTools
Prints the node including its descendants
printDom(Node) - Static method in class sk.uniba.euromath.tests.TestTools
 
printMem(long) - Static method in class sk.uniba.euromath.tests.TestTools
 
printTimer() - Static method in class sk.uniba.euromath.tests.TestTools
Prints a timer value.
process(IChangeCollector) - Method in interface sk.uniba.euromath.editor.IInputPreprocessor
Processes the source.
ProcessingInstructionDialog - Class in sk.uniba.euromath.editor.dialogs
Dialog to insert or modify processing instruction.
ProcessingInstructionDialog(Shell, String, String, String) - Constructor for class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
Creates dialog to insert or modify processing instruction.
processSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
Calculates node for insertion (if is not static) and calculates position.
processSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Processes selection, if should manipulate with node from selection.
processSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Refreshes the properties of this action, which depends on selection.
produce(String) - Method in class sk.uniba.euromath.document.export.ExporterFactoryImpl
 
produce(String) - Method in interface sk.uniba.euromath.editor.IEditorFactory
Produces an instance of editor denoted by given ID.
produce(String) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRendererFactory
 
produce(String) - Method in interface sk.uniba.euromath.editor.IRendererFactory
Produces an instance of renderer denoted by given ID.
propSource - Variable in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
provider - Variable in class sk.uniba.euromath.editor.wizards.MultiWizard
Provides switcher with wizard instances.
ProviderException - Exception in sk.uniba.euromath.editor.wizards
Error occured when providing a wizard instance.
ProviderException() - Constructor for exception sk.uniba.euromath.editor.wizards.ProviderException
Constructor.
ProviderException(String, Throwable) - Constructor for exception sk.uniba.euromath.editor.wizards.ProviderException
 
ProviderException(String) - Constructor for exception sk.uniba.euromath.editor.wizards.ProviderException
 
ProviderException(Throwable) - Constructor for exception sk.uniba.euromath.editor.wizards.ProviderException
 

Q

qname - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser.State
qname of selected namelist item or null if no item is selected.

R

radioButtons - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
List of radio buttons.
radioText - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
This controls is valid (non- null) when the user can enter some text as an alternative to the insertlists.
RcpApplication - Class in sk.uniba.euromath.rcp
This class controls all aspects of the application's execution
RcpApplication() - Constructor for class sk.uniba.euromath.rcp.RcpApplication
 
redo() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
 
redo() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteSelectionCommand
 
RedoAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
 
RedoAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.RedoAction
Constructor.
refresh() - Method in class sk.uniba.euromath.editor.widgets.namelist.DisplayableNameListImpl
Refreshes the namelist and the object itself.
refresh() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Refreshes the content.
refreshControls() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Refreshes the controls that the form shows.
refreshViewerData(Node) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
refreshVisuals() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
registerAction(String, Class<? extends XMLAccessModifyAction>) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionFactory
Registers action id to class for creation.
reinit(Source, IChangeCollector) - Method in interface sk.uniba.euromath.editor.IEditor
Reinitialize the editor when a partial change of the transformed document occurs.
reinit(IChangeCollector) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
reinit(IChangeCollector) - Method in interface sk.uniba.euromath.editor.IRenderer
Reinitialize the renderer when a partial change of the rendered document occurs.
reinit(Source, IChangeCollector) - Method in class sk.uniba.euromath.editor.textEditor.TextEditor
 
reinit(Map<String, List<ITextPieceContainer>>) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Method to corect state of this tool after transformation of document.
reinit(Source, IChangeCollector) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
remove(Node) - Method in class sk.uniba.euromath.document.DocumentModifier
Removes given node from the document.
removeChild(OutlineItem) - Method in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
removeChild(OutlineItem) - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
removeChildVisual(EditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
removeFocusListener(IFocusListener) - Method in class sk.uniba.euromath.editor.EditorSite
Removes listener.
removeFocusListener(IFocusListener) - Method in interface sk.uniba.euromath.editor.IEditor
Removes listener for focus events.
removeFocusListener(IFocusListener) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
removeGeneralListener(IGeneralListener) - Method in class sk.uniba.euromath.document.DocumentListeners
Removes the general listener.
removeMessageListener(IMessagesChangeListener) - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
 
removeMessageListener(IMessagesChangeListener) - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Unregisters given error listener.
removeMessageListener(IMessagesChangeListener) - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
removeModifyListener(IModifyListener) - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
 
removeModifyListener(IModifyListener) - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Unregisters given modify listener.
removeModifyListener(IModifyListener) - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
removePageChangedListener(IPageChangedListener) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
removeSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.EditorSite
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class sk.uniba.euromath.editor.EditorSite
 
removeSelectionChangedListener(IDOMSelectionChangedListener) - Method in interface sk.uniba.euromath.editor.selections.IDOMSelectionProvider
Removes the given selection change listener from this selection provider.
removeSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
 
removeSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
 
removeSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
removeSelectionChangedListener(IDOMSelectionChangedListener) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
removeViewListener(IViewListener) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Removes view listener.
render(Graphics) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
render(Graphics) - Method in interface sk.uniba.euromath.editor.IRenderer
Paint rendered view to Graphics.
render(String, Graphics, Rectangle) - Method in class sk.uniba.euromath.gene.RendererContext
Deprecated. renderers should not attempt to render child nametrees. They should leave enough free space instead and leave the rendering to the editor framework.
render(GC) - Method in class sk.uniba.euromath.tests.Graphics2DRenderer
Complete the rendering by flushing the 2D renderer on a SWT graphical context.
render(Graphics) - Method in class sk.uniba.euromath.tests.Graphics2DRenderer
Complete the rendering by flushing the 2D renderer on a Draw2D graphical context.
renderer - Variable in class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
The renderer instance.
RendererContext - Class in sk.uniba.euromath.gene
The context object for renderers and editors.
RendererInfo - Class in sk.uniba.euromath.editor
Contains information about single renderer.
RendererInfo(String, IRendererFactory, EnumSet<SourceEnum>, String) - Constructor for class sk.uniba.euromath.editor.RendererInfo
Constructor.
RendererSelector - Class in sk.uniba.euromath.editor
Selects preferred renderers.
RendererSelector() - Constructor for class sk.uniba.euromath.editor.RendererSelector
Creates new empty selector, with no preferred renderers.
RendererSelector(RendererSelector) - Constructor for class sk.uniba.euromath.editor.RendererSelector
Clones given selector.
replaceNode(Node, Node) - Method in class sk.uniba.euromath.document.DocumentModifier
Replaces the node with another node.
RequestConstants - Class in sk.uniba.euromath.editor.textEditor.requests
Holds requests types.
RequestConstants() - Constructor for class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
resolve(String) - Method in class sk.uniba.euromath.tools.URLDir
Resolves given uri against this object.
resolve(URI) - Method in class sk.uniba.euromath.tools.URLDir
Resolves given uri against this object.
resolveDir(String) - Method in class sk.uniba.euromath.tools.URLDir
Resolves given uri against this object.
resolveEntity(String, String) - Method in class sk.uniba.euromath.document.EmEntityResolver
 
resolveIndex(String, int, String) - Static method in class sk.uniba.euromath.tools.StringTools
Tries to resolve the index from given string to the result string.
resolveOriginalIndex(int, XMLAccess) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Resolves index in DOM node's text of original document(not XSLT-transformed) to index in node's rendered text.
resolveOriginalIndex(int, XMLAccess) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
resolveRenderedIndex(int, XMLAccess) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Resolves index in container rendered text to DOM node's text of original document(not XSLT-transformed).
resolveRenderedIndex(int, XMLAccess) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceInfo
Resolves index in this rendered text to index in associated DOM node's(not XSLT - transformed) original text .
resolveRenderedIndex(int, XMLAccess) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
resolveRenderedIndex(int, XMLAccess) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
RETARGET_CARET_REQUEST - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
RetargetCaretRequest - Class in sk.uniba.euromath.editor.textEditor.requests
 
RetargetCaretRequest() - Constructor for class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
RetargetCaretRequest(EditPart, int, char, boolean, Point, int) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
RIGHT - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
rollbackFromNextStep() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
 
rollbackFromNextStep() - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
 
rollbackFromNextStep() - Method in interface sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.WizardStep
May be called after call to moveToNextStep() if user wishes to rollback next step and return to this one.
root - Variable in class sk.uniba.euromath.document.EmEntityResolver
Directory where the document is located.
root - Variable in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Root element; valid when user fills third page.
RootFigure - Class in sk.uniba.euromath.tests
 
RootFigure(IFigure, IFigure) - Constructor for class sk.uniba.euromath.tests.RootFigure
 
rootNamespace - Variable in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Root namespace of the document; valid when user fills second page.
rootRule - Variable in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Root element rule; valid when user fills third page.
roots - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
'Root' elements - elements that'll be inserted into given parent element.
rule - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser.State
Rule for selected item.
rule - Variable in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
Represents this single rule.
rule - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.AbstractStepFactory
Rule to use for produced step.
rule - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
rule for this new element.
rule - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
rule for this new element.
rules - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Contains rules for elements.
run() - Method in class sk.uniba.euromath.editor.textEditor.actions.ActivateStructureTool
 
run() - Method in class sk.uniba.euromath.editor.textEditor.actions.ActivateTextTool
 
run() - Method in class sk.uniba.euromath.editor.textEditor.actions.CopyAsTextAction
 
run() - Method in class sk.uniba.euromath.editor.textEditor.actions.DeleteTextOnlyAction
 
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.CopyAction
Stores selection in clipboard.
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.CutAction
 
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.DeleteSelectionAction
Deletes elements.
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.RedoAction
 
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.SelectAction
Selects node with id = nodeId in selection provider.
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.SelectParentAction
Selects parent of selected node or parent of node with caret.
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.ShowDocumentPropertiesAction
 
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.UndoAction
 
run() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Default implementation is run action in command.
run() - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextAction
 
run(IAction) - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
 
run() - Method in class sk.uniba.euromath.plugin.views.outline.actions.EncloseElementAction
 
run() - Method in class sk.uniba.euromath.rcp.action.OpenDocumentAction
 
run(Object) - Method in class sk.uniba.euromath.rcp.RcpApplication
 
run(Object) - Method in class sk.uniba.euromath.tests.TestRcpApp
 
runAsCommand() - Method in class sk.uniba.euromath.editor.textEditor.actions.PasteTextAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.AddAttributeWizardAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.DecloseElementAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.DeleteNodeAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EnclosingAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertElementAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertEntityReferenceAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertTextualNode
Runs wizard and inserts node.
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.ModifyNodeAction
Tries to modify node.
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.PasteAction
 
runAsCommand() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
If action run method should run whole in command(and undo/redo is getUndoManager().undo/redo), override this method instead of run.

S

save(String) - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
Saves (serializes) the document.
save(String, String, XMLSerializerPropertiesWidget) - Method in class sk.uniba.euromath.editor.XMLResourceManipulator
Serializes the document object model.
saveDocument(OutputStream, String, boolean) - Method in class sk.uniba.euromath.document.XMLAccess
Serializes in-memory document to specified output stream.
saveXml(Document, String) - Static method in class sk.uniba.euromath.tests.TestTools
Deprecated. use TransformUtils.serialize(javax.xml.transform.Source, javax.xml.transform.stream.StreamResult, String)
scanGraph(GraphNode, Map<GraphNode, Set<String>>) - Static method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Scans the graph for a choice node.
SCHEMA_FACTORY_EXTENSION_POINT_ID - Static variable in class sk.uniba.euromath.document.schema.SchematicUtils
ID of extension point for schema factory instances.
SchematicUtils - Class in sk.uniba.euromath.document.schema
Schematic initializer and helper.
ScrollDown(EditPartViewer) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Selects first child of selected node(TODO Studva some alg to select not first child).
ScrollUp(EditPartViewer) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Selects parent of selected node.
SELECION_BORDER_WIDTH - Static variable in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
constant that gives width of the selection rectangle
select(EditPart) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl
Selecting whole EditPart.
select(ITextPieceKeeper, int, int) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl
Selects text of keeper according to indexes.
select(EditPart) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextScrollingGraphicalViewer
Selecting whole EditPart.
select(ITextPieceKeeper, int, int) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextScrollingGraphicalViewer
Selects text of keeper according to indexes.
select(EditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Selects editpart.
select(EditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Selects editpart.
select(String) - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
Selects given encoding.
SelectAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Selects node(or part, depends on id) specified by id in constructor.
SelectAction(String, IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.SelectAction
Constructor.
selected - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Selected insert list.
SELECTED_ELEMENT_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Selected element group id.
selectFull() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Select whole text of keeper.
selectFull() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
selection - Variable in class sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent
The selection.
selection - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Current selection on document.
selection - Variable in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Local selection for this viewer.
selection - Variable in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Local selection for this viewer.
SELECTION_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Delete group id.
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Updates all actions.
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.editor.EditorSite
Source of event can be IEditor ContentOutline something else for future All this sources should be IXMLSelectionProviders, but more imporatant is that their IXMLSelection have to be "synchronized" with other IXMLSelectionProviders
selectionChanged(DOMSelectionChangedEvent) - Method in interface sk.uniba.euromath.editor.selections.IDOMSelectionChangedListener
Notifies that the selection has changed.
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Selection changed in some synchronized selection provider.
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Selection changed in some synchronized selection provider.
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
If event is IXMLSelection than this selection is routed to SelectionListeners in other way do nothing
selectionChanged(IAction, ISelection) - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
 
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
Updates status bar according to selection.
selectionChanged(DOMSelectionChangedEvent) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
EditorSite's selection change event handling.
selectionChanged(SelectionChangedEvent) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Handles selection changes in viewer.
selectionFigures - Variable in class sk.uniba.euromath.editor.textEditor.policies.TextSelectionEditPolicy
List of displayed(shown) selection figures.
SelectParentAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Selects parent of selected element or element with caret.
SelectParentAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.SelectParentAction
Constructor.
selectSiblingNode(int) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Selects previous or next sibling of selected node(if not exists such sibling, does nothing).
serialize(OutputStream) - Method in class sk.uniba.euromath.document.XMLAccess
Serializes transformed document "as-is", no emp:id removal is performed.
setActionContributor(MultiViewActionContributor) - Method in class sk.uniba.euromath.editor.EditorSite
Initializes every IEditor with shared action registry.
setActionContributor(IActionContributor) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
setActionFactory(MultiViewActionFactory) - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Setter for action factory.
setActionRegistry(ActionRegistry) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
setActiveEditor(IAction, IEditorPart) - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
 
setActiveEditorSite(EditorSite) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
setActivePage(IEditorPart) - Method in class sk.uniba.euromath.editor.actions.MultiViewActionContributor
 
setAnalyzed(boolean) - Method in class sk.uniba.euromath.plugin.views.outline.items.CompoundOutlineItem
 
setAutoRefresh(boolean) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
 
setButtonGridLayout(Button) - Static method in class sk.uniba.euromath.editor.widgets.Tools
Set the layout data of the button to a GridData with appropriate heights and widths.
setChildElements(List) - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
setContainer(IWizardContainer) - Method in class sk.uniba.euromath.editor.wizards.AbstractWizard
 
setContentProvider(XMLAccessContentProvider) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Associates with Outline content provider.
setCount(int) - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
setDragTracker(DragTracker) - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
 
setEditorSite(EditorSite) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
setEditPartFactory(XMLEditPartFactory) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Setter.
setEnabledLikeChild(boolean) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
setEnd(DomPointer) - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectionRequest
Sets where this selection ends
setErrorMessage(String) - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
Sets or clears the error message.
setErrorMessage(String) - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
 
setErrorMessage(String) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
setField(MessageLevelEnum, String, boolean) - Method in class sk.uniba.euromath.editor.widgets.ValidityMessages
Sets given field.
setField(ValidityMessages, MessageLevelEnum, String, boolean) - Static method in class sk.uniba.euromath.editor.widgets.ValidityMessages
Sets field to a value and returns instance of messages object.
setFileName(String) - Method in class sk.uniba.euromath.editor.widgets.FileSelector
Sets the file name.
setFocus() - Method in class sk.uniba.euromath.editor.EditorSite
Sets focus to activete this EditorSite.
setFocus() - Method in interface sk.uniba.euromath.editor.IEditor
Ask this editor to set focus.
setFocus() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Sets this Editor active.
setFocus() - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
setFocus() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
setGlobalActionRegistry(ActionRegistry) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
setGraphicalViewer(GraphicalViewer) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
 
setGraphicalViewer(GraphicalViewer) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Setter for GraphicalViewer.
setID(String) - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
setImageFigure(EMImageFigure) - Method in class sk.uniba.euromath.editor.imageRenderer.ImageRenderer
 
setInput(IEditorInput) - Method in class sk.uniba.euromath.editor.MultiViewXMLEditor
Checks if input is correct.
setInsertPosition(InsertPosition) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
Setter.
setInsertTextAction(InsertTextAction) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
setKeyCode(int) - Method in class sk.uniba.euromath.editor.textEditor.requests.RetargetCaretRequest
 
setKeyHandler(KeyHandler) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
setLabelProvider(OutlineItemsLabelProvider) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Associates with Outline label provider.
setLength(int) - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
 
setMessage(String, int) - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
 
setMessage(ValidityMessages, String) - Method in enum sk.uniba.euromath.editor.widgets.MessageLevelEnum
Produces validity messages instance, with given message.
setMessage(String, int) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
 
setMessageInternal(ValidityMessages, String) - Method in enum sk.uniba.euromath.editor.widgets.MessageLevelEnum
Produces validity messages instance, with given message.
setMessages(ValidityMessages) - Method in class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
Updates messages on this page.
setMessages(ValidityMessages) - Method in class sk.uniba.euromath.editor.wizards.BaseWizardPage
Updates messages on this page.
setMinimumPageSize(int, int) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Sets the minimum page size used for the pages.
setMinimumPageSize(Point) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Sets the minimum page size used for the pages.
setModel(Node) - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
setNewPart(TextEditPart) - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
setNode(Node) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
setOffset(int) - Method in class sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest
 
setOldPart(TextEditPart) - Method in class sk.uniba.euromath.editor.textEditor.requests.caretRequests.MoveCaretRequest
 
setPageLocation(Control) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
Sets the location of the page so that its origin is in the upper left corner.
setPageSize(int, int) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Sets the size of all pages.
setPageSize(Point) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Sets the size of all pages.
setParent(OutlineItem) - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
setPluginRoot(URLDir) - Static method in class sk.uniba.euromath.config.EuromathConfig
Sets root of plugin.
setPluginRoot() - Static method in class sk.uniba.euromath.config.EuromathConfig
Sets root of plugin to current dir.
setPrefixes(List<QName>) - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
Modifies the prefixes of all qnames to currently selected prefixes.
setPropSource(IPropertySource) - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
setSelectability(Boolean) - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
Sets if the editPart can be selected or no.
setSelectedState(int) - Method in class sk.uniba.euromath.editor.textEditor.policies.TextSelectionEditPolicy
 
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.EditorSite
Routes this new IXMLSelection to all listeners
setSelection(DOMIntervalSet, Boolean) - Method in class sk.uniba.euromath.editor.EditorSite
Fires SelectionEvent to all listeners, if toAll is true.
setSelection(ISelection) - Method in class sk.uniba.euromath.editor.EditorSite
 
setSelection(DOMIntervalSet) - Method in interface sk.uniba.euromath.editor.selections.IDOMSelectionProvider
Sets new selection for this selection provider.
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl
Deselects editparts with Ids, that were in previous selection and select editparts that are in DOMIntervalSet
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.textEditor.viewers.TextScrollingGraphicalViewer
Deselects editparts with Ids, that were in previous selection and select editparts that are in DOMIntervalSet
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Deselects editparts with Ids, that were in previous selection and select editparts that are in DOMIntervalSet and sends this selection to IDOMSelectionListeners
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Deselects editparts with Ids, that were in previous selection and select editparts that are in DOMIntervalSet and sends this selection to IDOMSelectionListeners
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Routs information about this new IXMLSelection to SelectionListeners
setSelection(DOMIntervalSet) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Routs information about this new IXMLSelection to SelectionListeners and to TreeViewer
setSelection(ISelection) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
This method is only here because of contract - is realy not needed.
setSelectionIntervals(Collection<Interval>) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Sets what is selected
setSelectionIntervals(Collection<Interval>) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
setShowTransformed(boolean) - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
 
setShowType(short, boolean) - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Sets visibility to nodes of type nodeType.
setSource(Source) - Method in class sk.uniba.euromath.gene.GeneDataProvider.RendererSite
Sets given source to the renderer.
setStart(DomPointer) - Method in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectionRequest
Sets where this selection starts
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.EntityList
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.ExportClassChooser
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.FileSelector
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
 
setState(Object) - Method in interface sk.uniba.euromath.editor.widgets.IUserInputWidget
Sets new state for the widget.
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.MultiWidget
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery
 
setState(Object) - Method in class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
 
setState(Object) - Method in class sk.uniba.euromath.gene.gui.widgets.EncodingWidget
 
setState(Object) - Method in class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
 
setState(Object) - Method in class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
 
setText(Node, String) - Method in class sk.uniba.euromath.document.DocumentModifier
Sets text of given node to given value.
setTextContainer(ITextPieceContainer) - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Sets text container and text info from that container.
setTextContainer(ITextPieceContainer) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Sets container
setTextWidget(Text) - Method in class sk.uniba.euromath.plugin.views.inputBox.InputBoxView
 
setType(NodeManipulateAction.NodeAcquireType) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction
Setter for type how node for manipulation is gained.
setView(InputBoxView) - Method in class sk.uniba.euromath.plugin.views.inputBox.actions.InsertTextActionDelegate
 
setViewer(EditPartViewer) - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Retreives selection from viewer, before drag started.
setVisible(boolean) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
setVisibleLikeChild(boolean) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
 
setWizard(MultiWizard) - Method in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
 
setWizard(MultiWizard) - Method in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
 
setWizard(MultiWizard) - Method in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
 
setWizard(MultiWizard) - Method in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
 
setWizard(MultiWizard) - Method in interface sk.uniba.euromath.editor.wizards.IMultiWizardProvider
Sets the multi-wizard object instance, that'll navigate user through other wizards using this provider.
setWorkbechPart(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
setWorkbenchPart(IWorkbenchPart) - Method in interface sk.uniba.euromath.editor.actions.IMultiViewAction
Sets new workbench part.
setWorkbenchPart(IWorkbenchPart) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.CutAction
 
setWorkbenchPart(IWorkbenchPart) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.EmptyAction
 
setWorkbenchPart(IWorkbenchPart) - Method in class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
 
setWorkbenchPart(IWorkbenchPart) - Method in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
setXMLAccess(XMLAccess) - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
 
SHOW_DOCUMENT_PROPERTIES_ACTION - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Document properties action id.
SHOW_DOCUMENT_PROPERTIES_TEXT - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Document properties action text.
showAll() - Method in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Sets visibility of all nodes types to true and refreshes content if auto refresh is on.
showCaret() - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
 
showCaret() - Method in interface sk.uniba.euromath.editor.textEditor.ICaretPositioner
Shows the Caret
showCaretAtCharGap(ITextPieceKeeper, int) - Method in class sk.uniba.euromath.editor.textEditor.CaretManager
Shows caret at character gap charGapIndex in keeper.
showCaretBefore(int) - Method in interface sk.uniba.euromath.editor.textEditor.ICaretPositioner
Shows Caret before character at position index.
ShowDocumentPropertiesAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Shows some info about current document - location, namespaces, number of elements and attributes, etc etc.
ShowDocumentPropertiesAction(MultiViewActionContributor) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.ShowDocumentPropertiesAction
Action constructor.
showHighlight() - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
Highlights host - figure associated with editpart where policy is installed.
showInternalAttributes - Static variable in class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Flag, if internal EM2 attributes should be shown.
showMessage(String) - Method in class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
Displays mesage in status bar.
showSelection() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
showSelection() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceKeeper
Shows(renders) actual selection stored in ITextSelectionStatus.
showSelection() - Method in class sk.uniba.euromath.editor.textEditor.policies.TextSelectionEditPolicy
Shows selection.
showSelection() - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
 
showTargetFeedback(Request) - Method in class sk.uniba.euromath.editor.xmlEditor.policies.FigureSelectionPolicy
Shows the selection feedback
SingleAttributeDNL - Class in sk.uniba.euromath.editor.widgets.namelist
Contains only one attribute rule.
SingleAttributeDNL(Attr, AttributeRule) - Constructor for class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
Constructs object representing given attribute and its rule only.
SingleAttributeDNL(QName, AttributeRule, String) - Constructor for class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
Constructs object representing given attribute and its rule only.
size() - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceContainer
Returns number of all stored pieces.
size() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
sk.uniba.euromath - package sk.uniba.euromath
 
sk.uniba.euromath.config - package sk.uniba.euromath.config
Provides the configuration file (emConfig.xml) loader and accessor.
sk.uniba.euromath.document - package sk.uniba.euromath.document
Manages in-memory document.
sk.uniba.euromath.document.export - package sk.uniba.euromath.document.export
Factory that produces GENE Exporters from all XSLT transformations registered in the emConfig.xml file.
sk.uniba.euromath.document.lang - package sk.uniba.euromath.document.lang
 
sk.uniba.euromath.document.schema - package sk.uniba.euromath.document.schema
 
sk.uniba.euromath.editor - package sk.uniba.euromath.editor
Editor - Core of Multi Editor Architecture
sk.uniba.euromath.editor.actions - package sk.uniba.euromath.editor.actions
Actions
sk.uniba.euromath.editor.actions.lang - package sk.uniba.euromath.editor.actions.lang
 
sk.uniba.euromath.editor.dialogs - package sk.uniba.euromath.editor.dialogs
Dialogs
sk.uniba.euromath.editor.figures - package sk.uniba.euromath.editor.figures
Figures usable in Multi Editor Architecture
sk.uniba.euromath.editor.imageRenderer - package sk.uniba.euromath.editor.imageRenderer
Image Renderer
sk.uniba.euromath.editor.lang - package sk.uniba.euromath.editor.lang
 
sk.uniba.euromath.editor.selections - package sk.uniba.euromath.editor.selections
Selections - easy and very generic selecting model is provided.
sk.uniba.euromath.editor.textEditor - package sk.uniba.euromath.editor.textEditor
Text Editor
sk.uniba.euromath.editor.textEditor.actions - package sk.uniba.euromath.editor.textEditor.actions
Actions for TextEditor
sk.uniba.euromath.editor.textEditor.actions.lang - package sk.uniba.euromath.editor.textEditor.actions.lang
 
sk.uniba.euromath.editor.textEditor.commands - package sk.uniba.euromath.editor.textEditor.commands
Commands
sk.uniba.euromath.editor.textEditor.editParts - package sk.uniba.euromath.editor.textEditor.editParts
EditParts for TextEditor
sk.uniba.euromath.editor.textEditor.lang - package sk.uniba.euromath.editor.textEditor.lang
 
sk.uniba.euromath.editor.textEditor.policies - package sk.uniba.euromath.editor.textEditor.policies
Policies
sk.uniba.euromath.editor.textEditor.requests - package sk.uniba.euromath.editor.textEditor.requests
Requests
sk.uniba.euromath.editor.textEditor.requests.caretRequests - package sk.uniba.euromath.editor.textEditor.requests.caretRequests
 
sk.uniba.euromath.editor.textEditor.requests.editTextRequests - package sk.uniba.euromath.editor.textEditor.requests.editTextRequests
 
sk.uniba.euromath.editor.textEditor.requests.selectionRequest - package sk.uniba.euromath.editor.textEditor.requests.selectionRequest
 
sk.uniba.euromath.editor.textEditor.tools - package sk.uniba.euromath.editor.textEditor.tools
Tools
sk.uniba.euromath.editor.textEditor.viewers - package sk.uniba.euromath.editor.textEditor.viewers
 
sk.uniba.euromath.editor.widgets - package sk.uniba.euromath.editor.widgets
Reusable GUI widgets.
sk.uniba.euromath.editor.widgets.namelist - package sk.uniba.euromath.editor.widgets.namelist
Providers that provides a list of qnames to widgets.
sk.uniba.euromath.editor.wizards - package sk.uniba.euromath.editor.wizards
Reusable GUI wizards.
sk.uniba.euromath.editor.wizards.document - package sk.uniba.euromath.editor.wizards.document
Reusable GUI wizards, that serves for document modification.
sk.uniba.euromath.editor.wizards.file - package sk.uniba.euromath.editor.wizards.file
Reusable GUI wizards, that serves for work with files.
sk.uniba.euromath.editor.xmlEditor - package sk.uniba.euromath.editor.xmlEditor
XML Editor - most common editor
sk.uniba.euromath.editor.xmlEditor.actions - package sk.uniba.euromath.editor.xmlEditor.actions
Actions for XMLEditor
sk.uniba.euromath.editor.xmlEditor.actions.lang - package sk.uniba.euromath.editor.xmlEditor.actions.lang
 
sk.uniba.euromath.editor.xmlEditor.commands - package sk.uniba.euromath.editor.xmlEditor.commands
 
sk.uniba.euromath.editor.xmlEditor.editParts - package sk.uniba.euromath.editor.xmlEditor.editParts
EditParts
sk.uniba.euromath.editor.xmlEditor.lang - package sk.uniba.euromath.editor.xmlEditor.lang
 
sk.uniba.euromath.editor.xmlEditor.policies - package sk.uniba.euromath.editor.xmlEditor.policies
Policies
sk.uniba.euromath.editor.xmlEditor.tools - package sk.uniba.euromath.editor.xmlEditor.tools
Tools
sk.uniba.euromath.editor.xmlEditor.viewers - package sk.uniba.euromath.editor.xmlEditor.viewers
 
sk.uniba.euromath.gene - package sk.uniba.euromath.gene
 
sk.uniba.euromath.gene.gui - package sk.uniba.euromath.gene.gui
 
sk.uniba.euromath.gene.gui.widgets - package sk.uniba.euromath.gene.gui.widgets
Containing various useful AWT GUI widgets, that can be displayed by coordinator to configure itself.
sk.uniba.euromath.gene.lang - package sk.uniba.euromath.gene.lang
 
sk.uniba.euromath.plugin.views.inputBox - package sk.uniba.euromath.plugin.views.inputBox
InputBox - box to fast input of text to editor
sk.uniba.euromath.plugin.views.inputBox.actions - package sk.uniba.euromath.plugin.views.inputBox.actions
Actions used in InputBox
sk.uniba.euromath.plugin.views.inputBox.lang - package sk.uniba.euromath.plugin.views.inputBox.lang
 
sk.uniba.euromath.plugin.views.outline - package sk.uniba.euromath.plugin.views.outline
Outline view
sk.uniba.euromath.plugin.views.outline.actions - package sk.uniba.euromath.plugin.views.outline.actions
Actions for outline view
sk.uniba.euromath.plugin.views.outline.actions.lang - package sk.uniba.euromath.plugin.views.outline.actions.lang
 
sk.uniba.euromath.plugin.views.outline.items - package sk.uniba.euromath.plugin.views.outline.items
Items
sk.uniba.euromath.plugin.views.outline.lang - package sk.uniba.euromath.plugin.views.outline.lang
 
sk.uniba.euromath.rcp - package sk.uniba.euromath.rcp
 
sk.uniba.euromath.rcp.action - package sk.uniba.euromath.rcp.action
 
sk.uniba.euromath.rcp.lang - package sk.uniba.euromath.rcp.lang
 
sk.uniba.euromath.tests - package sk.uniba.euromath.tests
 
sk.uniba.euromath.tests.core - package sk.uniba.euromath.tests.core
 
sk.uniba.euromath.tools - package sk.uniba.euromath.tools
 
sortIds(List<String>) - Method in interface sk.uniba.euromath.editor.IEditor
Sorts ids in manner as they are graphicaly displayed.
sortIds(List<String>) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
 
sourceNamespace - Variable in class sk.uniba.euromath.editor.EditorInfo
The namespace this editor can process.
sourceNamespace - Variable in class sk.uniba.euromath.editor.RendererInfo
The namespace this editor can process.
sourceTypes - Variable in class sk.uniba.euromath.editor.EditorInfo
Set of all types of sources that are supported by this editor.
sourceTypes - Variable in class sk.uniba.euromath.editor.RendererInfo
Set of all types of sources that are supported by this editor.
stackChanged(CommandStackEvent) - Method in class sk.uniba.euromath.editor.actions.AbstractActionContributor
Updates all actions.
start(BundleContext) - Method in class sk.uniba.euromath.EuroMath
 
START_DRAG - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
startAttribute(String, String, String) - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
startDocument(ValidationContext) - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
startElement(String, String, String) - Method in class sk.uniba.euromath.tests.core.ValidatorTest
 
startModify() - Method in class sk.uniba.euromath.document.DocumentModifier
Begins modification sequence.
startNsManager - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
This manager was given to the constructor.
startSelectionListening() - Method in class sk.uniba.euromath.editor.EditorSite
Starts listening to selection change events.
startSelectionListening() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Starts listening to selection change events.
startSelectionListening() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Starts listening to selection change events.
startSelectionListening() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Starts listening to selection change events.
startSelectionListening() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Starts listening to selection change events.
startupManager - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
Namespace manager provided at construction time.
StatusLineUpdateManager - Class in sk.uniba.euromath.plugin.views.outline
StatusLineUpdateManager class is responsible for status line responses to selection changes in outline view.
StatusLineUpdateManager(IStatusLineManager, XMLAccess, XMLOutlinePage) - Constructor for class sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManager
 
stepFactories - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
All wizard step factories.
stop(BundleContext) - Method in class sk.uniba.euromath.EuroMath
 
stopObservation(Node) - Method in class sk.uniba.euromath.document.NamespaceManager
 
stopSelectionListening() - Method in class sk.uniba.euromath.editor.EditorSite
Stops listening to selection change events.
stopSelectionListening() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Stops listening to selection change events.
stopSelectionListening() - Method in class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Stops listening to selection change events.
stopSelectionListening() - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Stops listening to selection change events.
stopSelectionListening() - Method in class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Stops listening to selection change events.
strings - Variable in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
Displayable strings.
StringTools - Class in sk.uniba.euromath.tools
Contains various string tools.
StructureSelectionRequest - Class in sk.uniba.euromath.editor.textEditor.requests.selectionRequest
Used when selecting structures.
StructureSelectionRequest() - Constructor for class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.StructureSelectionRequest
Creates StructureSelectionRequest and inits its List of selectedParts
subtractSelectionInterval(Interval) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Subtracts interval from selection
subtractSelectionInterval(Interval) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 
suppressModifyEvent() - Method in class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget
Suppresses the data-modify event.
SwitchEditModeCommand - Class in sk.uniba.euromath.editor.textEditor.commands
 
SwitchEditModeCommand(ITextPieceKeeper, int, CaretManager, EditDomain) - Constructor for class sk.uniba.euromath.editor.textEditor.commands.SwitchEditModeCommand
 
SwtTools - Class in sk.uniba.euromath.tools
Tools for IBM's AWT.

T

tabFolder - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
The tab folder, where all attribute-related controls are stored.
TestRcpApp - Class in sk.uniba.euromath.tests
RCP application executing tests.
TestRcpApp() - Constructor for class sk.uniba.euromath.tests.TestRcpApp
 
TestTools - Class in sk.uniba.euromath.tests
Utilities for testing.
TestTools() - Constructor for class sk.uniba.euromath.tests.TestTools
 
text - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.State
New textual value of element.
text - Variable in class sk.uniba.euromath.editor.wizards.FinishWizardPage
The text.
TEXT_FILE - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing text image label.
TEXT_FILE_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
File containing text inverted image label.
TEXT_KEY - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
TEXT_KEY_INV - Static variable in class sk.uniba.euromath.plugin.views.outline.OutlineConsts
Key for registering images.
TEXT_SELECT - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
TextActionContributor - Class in sk.uniba.euromath.editor.textEditor.actions
 
TextActionContributor(EditorSite, GraphicalViewer, CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.actions.TextActionContributor
Constructor.
TextDragTracker - Class in sk.uniba.euromath.editor.textEditor.tools
Works like super, but pointer translation is performed to always point into node's text.
TextDragTracker(TextEditPart, Point, CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
 
TextEditor - Class in sk.uniba.euromath.editor.textEditor
 
TextEditor() - Constructor for class sk.uniba.euromath.editor.textEditor.TextEditor
Constructor
TextEditPart - Class in sk.uniba.euromath.editor.textEditor.editParts
EditPart that represents one line of text.
TextEditPart(ITextLocator, CaretManager, GraphicalViewer, XMLAccess, Boolean) - Constructor for class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
Constructor.
TextEditPartFactory - Class in sk.uniba.euromath.editor.textEditor
 
TextEditPartFactory(XMLAccess, CaretManager, GraphicalViewer) - Constructor for class sk.uniba.euromath.editor.textEditor.TextEditPartFactory
Constructor.
TextEditPolicy - Class in sk.uniba.euromath.editor.textEditor.policies
Policy for handling requests to edit piece of text managed by piece keeper and activation of text editing.
TextEditPolicy(XMLAccess, CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy
Constructor.
TextGraphicalViewerImpl - Class in sk.uniba.euromath.editor.textEditor.viewers
 
TextGraphicalViewerImpl(TextEditor) - Constructor for class sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl
Contructor.
TextOutlineItem - Class in sk.uniba.euromath.plugin.views.outline.items
 
TextOutlineItem(Text) - Constructor for class sk.uniba.euromath.plugin.views.outline.items.TextOutlineItem
 
TextPieceContainer - Class in sk.uniba.euromath.editor.textEditor
Base implementation of ITextpieceContainer.
TextPieceContainer(ITextPieceKeeper, String) - Constructor for class sk.uniba.euromath.editor.textEditor.TextPieceContainer
Constructor.
TextPieceInfoImpl - Class in sk.uniba.euromath.editor.textEditor
Info about text piece from textual node identified by nodeID.
TextPieceInfoImpl(ITextPieceKeeper, String, int) - Constructor for class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Constructor.
TextPieceSelectionStatusImpl - Class in sk.uniba.euromath.editor.textEditor
Selection status for text piece.
TextPieceSelectionStatusImpl(ITextPieceKeeper) - Constructor for class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
Constructor.
textRule - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
User may choose to enter text contents of an element instead.
textRule - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
User may choose to enter text contents of an element instead.
TextScrollingGraphicalViewer - Class in sk.uniba.euromath.editor.textEditor.viewers
Overrides selection funcionality of ScrollingGraphicalViewer.
TextScrollingGraphicalViewer(TextEditor) - Constructor for class sk.uniba.euromath.editor.textEditor.viewers.TextScrollingGraphicalViewer
Contructor.
textSelected - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.State
If true then user wishes to insert a text.
TextSelectionEditPolicy - Class in sk.uniba.euromath.editor.textEditor.policies
Creates and cares about figures that represent selection.
TextSelectionEditPolicy() - Constructor for class sk.uniba.euromath.editor.textEditor.policies.TextSelectionEditPolicy
Constructor.
TextSelectionRequest - Class in sk.uniba.euromath.editor.textEditor.requests.selectionRequest
TextSelectionRequest
TextSelectionRequest(DomPointer, DomPointer) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectionRequest
Sets initial values
TextSelectRequest - Class in sk.uniba.euromath.editor.textEditor.requests.selectionRequest
 
TextSelectRequest(Collection<Interval>, String) - Constructor for class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectRequest
Constructor.
TextStructureTool - Class in sk.uniba.euromath.editor.textEditor.tools
Extends from XMLStructureTool and adds functionality of switching to TextTool by pressing CTRL+T
TextStructureTool() - Constructor for class sk.uniba.euromath.editor.textEditor.tools.TextStructureTool
This constructor is called when this is the first Tool and so no TextEditPart was active before creating thos tool
textText - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
This control is valid (non- null) when the user can enter some text as an alternative to the insertlists.
TextTool - Class in sk.uniba.euromath.editor.textEditor.tools
TextTool - Is responsible for editing of text.
TextTool(CaretManager) - Constructor for class sk.uniba.euromath.editor.textEditor.tools.TextTool
Constructor.
TextTool(CaretManager, ITextPieceKeeper, int) - Constructor for class sk.uniba.euromath.editor.textEditor.tools.TextTool
Constructor.
textValue - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Allows to change textual value if the name is name of attribute.
tidyUpIds(List<String>) - Static method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
Deprecated.  
title - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizard
The title.
toDelete - Variable in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
Set of DOM intervals to delete.
Tools - Class in sk.uniba.euromath.editor.widgets
Utilities for creating and layout of controls.
Tools() - Constructor for class sk.uniba.euromath.editor.widgets.Tools
 
TOP_PADDING - Static variable in class sk.uniba.euromath.tests.RootFigure
 
toString() - Method in class sk.uniba.euromath.document.NamespaceManager.NodeCount
 
toString() - Method in class sk.uniba.euromath.document.NamespaceManager
 
toString() - Method in class sk.uniba.euromath.editor.EditorInfo
 
toString() - Method in class sk.uniba.euromath.editor.PreferredByControlLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class sk.uniba.euromath.editor.RendererInfo
 
toString() - Method in class sk.uniba.euromath.editor.textEditor.editParts.TextEditPart
 
toString() - Method in class sk.uniba.euromath.editor.textEditor.Interval
 
toString() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceContainer
 
toString() - Method in class sk.uniba.euromath.editor.textEditor.TextPieceInfoImpl
 
toString() - Method in class sk.uniba.euromath.editor.widgets.ValidityMessages
 
toString() - Method in class sk.uniba.euromath.editor.wizards.BaseWizardPage
 
toString() - Method in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
 
toString() - Method in class sk.uniba.euromath.editor.xmlEditor.actions.InsertAction
 
toString() - Method in class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.AttributeOutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.CDataOutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.CommentOutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.ElementOutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.EntityOutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.OutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.PIOutlineItem
 
toString() - Method in class sk.uniba.euromath.plugin.views.outline.items.TextOutlineItem
 
toString() - Method in class sk.uniba.euromath.tools.URLDir
 
toURI(URL) - Static method in class sk.uniba.euromath.tools.URLDir
From given URL creates an URI instance.
type - Variable in class sk.uniba.euromath.editor.widgets.namelist.SingleAttributeDNL
The rule type.

U

UMLClassFigure - Class in sk.uniba.euromath.tests
 
UMLClassFigure(Label) - Constructor for class sk.uniba.euromath.tests.UMLClassFigure
 
UMLClassFigureTest - Class in sk.uniba.euromath.tests
A test class to display a UMLFigure
UMLClassFigureTest() - Constructor for class sk.uniba.euromath.tests.UMLClassFigureTest
 
undeclareNamespace(String) - Method in class sk.uniba.euromath.document.NamespaceManager
Undeclares given namespace.
understandsRequest(Request) - Method in class sk.uniba.euromath.editor.textEditor.policies.AbstractTextEditPolicy
Be careful when overriding.
undo(IChangeCollector) - Method in interface sk.uniba.euromath.editor.IInputPreprocessor
Undoes the changes made to the source by previous IInputPreprocessor.process(IChangeCollector) call.
undo() - Method in class sk.uniba.euromath.editor.textEditor.commands.InsertTextCommand
 
undo() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
 
undo() - Method in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteSelectionCommand
 
UNDO_ACTIONS - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Undo/redo actions.
UNDO_GROUP - Static variable in class sk.uniba.euromath.editor.xmlEditor.actions.ActionConsts
Undo group id.
UndoAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
 
UndoAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.UndoAction
Constructor.
UP - Static variable in class sk.uniba.euromath.editor.textEditor.requests.RequestConstants
 
update() - Method in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Recreates all namelists and updates all combo boxes.
update() - Method in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Recreates the namelists and updates combobox.
update() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Updates this dialog's controls to reflect the current page.
updateCaret() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextDragTracker
Updates caret position to location of mouse cursor if possible.
updateDisplay() - Method in class sk.uniba.euromath.editor.widgets.NamespaceSelector
Updates displayed information.
updateLocalSelection() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Updates local selection object corresponding to keyboard drag.
updateMessages() - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser
Updates error messages.
updateMessages() - Method in interface sk.uniba.euromath.editor.wizards.IWizardPageContext
Informs that the page has changed validity messages and wishes for the shell to repaint them.
updateSize(Composite) - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Computes the correct dialog size for the current page and resizes its shell if nessessary.
updateSize() - Method in class sk.uniba.euromath.editor.wizards.WizardDialog
Updates size of the window.
updateTargetUnderMouse() - Method in class sk.uniba.euromath.editor.textEditor.tools.TextTool
Simpler implementation than super, as target is directly taken editpart at mouse cursor location.
updateTargetUnderMouse() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Simpler implementation than super, as target is directly taken editpart at mouse cursor location, which must be XMLEditPart with not null element id.
updateTargetUnderMouse() - Method in class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Simpler implementation than super, as target is directly taken editpart at mouse cursor location.
updateText(String) - Method in interface sk.uniba.euromath.editor.textEditor.ITextLocator
Stores the new Text.
updateVisualInfo(IEMFigure, IXMLEditPart) - Method in class sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactory
Updates IdVisualInfo to valid state.
URITypeEnum - Enum in sk.uniba.euromath.tools
Enumerates types of an URI address.
URLDir - Class in sk.uniba.euromath.tools
Representation of directory, denoted by given URL.
URLDir(String) - Constructor for class sk.uniba.euromath.tools.URLDir
Creates instance of object with given url.
URLDir(URL) - Constructor for class sk.uniba.euromath.tools.URLDir
Creates instance of object with given url.
URLDir(URI) - Constructor for class sk.uniba.euromath.tools.URLDir
Creates instance of object with given uri.
URLDir() - Constructor for class sk.uniba.euromath.tools.URLDir
Creates instance of object with current directory.
UrlTest - Class in sk.uniba.euromath.tests
 
UrlTest() - Constructor for class sk.uniba.euromath.tests.UrlTest
 
urlToPath(URL) - Static method in class sk.uniba.euromath.tools.EclipseUtils
Converts URL address to Eclipse IPath.
UserInputWidgetDelegator - Class in sk.uniba.euromath.editor.widgets
Delegates all calls to given delegate.
UserInputWidgetDelegator(IUserInputWidget) - Constructor for class sk.uniba.euromath.editor.widgets.UserInputWidgetDelegator
Creates the delegator.

V

validate() - Method in class sk.uniba.euromath.document.XMLAccess
Validates this document.
validateInput() - Method in class sk.uniba.euromath.editor.dialogs.ProcessingInstructionDialog
Validates the input.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.EntityListWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.ExportClassChooserWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.NameListItemChooserWizardPage
Validates the page and returns appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.NamespaceSelectorWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.document.NewPrefixesQueryWizardPage
Validates the page and shows appropriate error message if necessary.
validatePage() - Method in class sk.uniba.euromath.editor.wizards.file.FileSelectorWizardPage
Validates the page and shows appropriate error message if necessary.
ValidatorTest - Class in sk.uniba.euromath.tests.core
 
ValidatorTest() - Constructor for class sk.uniba.euromath.tests.core.ValidatorTest
 
ValidityMessages - Class in sk.uniba.euromath.editor.widgets
Describes correctness of data in a widget.
ValidityMessages() - Constructor for class sk.uniba.euromath.editor.widgets.ValidityMessages
Constructor, sets all three strings to null.
ValidityMessages(String) - Constructor for class sk.uniba.euromath.editor.widgets.ValidityMessages
Constructor, sets error message.
ValidityMessages(ValidityMessages) - Constructor for class sk.uniba.euromath.editor.widgets.ValidityMessages
Clones given object.
value - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser.State
The value of the attribute or null if namelist contains element names.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.textEditor.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.widgets.FileBrowserEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.widgets.FileRequirementsEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.widgets.MessageLevelEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.widgets.namelist.DisplayableNameItemTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.xmlEditor.actions.InsertPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction.NodeAcquireType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.tools.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.uniba.euromath.tools.URITypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum sk.uniba.euromath.editor.textEditor.Direction
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList.State
Text values of attributes.
values() - Static method in enum sk.uniba.euromath.editor.widgets.FileBrowserEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.editor.widgets.FileRequirementsEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.editor.widgets.MessageLevelEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.editor.widgets.namelist.DisplayableNameItemTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.editor.xmlEditor.actions.InsertPosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction.NodeAcquireType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.tools.Position
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.uniba.euromath.tools.URITypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
viewAdded(EditorSite) - Method in interface sk.uniba.euromath.editor.IViewListener
Fires when view was added.
visible - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
Manages visibility by user.
visibleLikeChild - Variable in class sk.uniba.euromath.editor.xmlEditor.actions.EMMenuManager
If true, then is visible only if have visible child.
visitedSteps - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
List of steps that have been already visited.

W

warning - Variable in class sk.uniba.euromath.editor.widgets.ValidityMessages
Warning message.
widgetDisposed(DisposeEvent) - Method in class sk.uniba.euromath.editor.widgets.NewPrefixesQuery.TextDisposeListener
 
WidgetFactory - Class in sk.uniba.euromath.gene.gui
Produces widgets that configures coordinators.
WidgetFactory() - Constructor for class sk.uniba.euromath.gene.gui.WidgetFactory
 
WidgetInstanceProvider - Class in sk.uniba.euromath.gene.gui
Provides instances of widgets intended to configure a coordinator.
widgets - Variable in class sk.uniba.euromath.editor.widgets.MultiWidget
list of all encapsulated widgets.
widgetSelected(SelectionEvent) - Method in class sk.uniba.euromath.editor.widgets.InsertListChooser.ComboSelected
 
WidgetWrapperDialog<W extends IUserInputWidget> - Class in sk.uniba.euromath.editor.dialogs
Wraps a widget in a dialog.
WidgetWrapperDialog(Shell, String, String, IWidgetFactory<W>) - Constructor for class sk.uniba.euromath.editor.dialogs.WidgetWrapperDialog
Constructor.
wildcardCheckboxes - Variable in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget
Contains all wildcard checkboxes.
wildcards - Variable in class sk.uniba.euromath.editor.widgets.GraphSelectorWidget.State
List of namespaces explicitly selected as wildcards.
WIZ_IMG_ERROR - Static variable in class sk.uniba.euromath.editor.wizards.WizardDialog
Image registry key for error message image (value "dialog_title_error_image").
wizard - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateAttributesWS
The wizard instance.
wizard - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider.CreateElementContentsWS
The wizard instance.
wizard - Variable in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Wizard containing requested page.
WizardDialog - Class in sk.uniba.euromath.editor.wizards
A dialog to show a wizard to the end user.
WizardDialog(Shell, IWizard, String) - Constructor for class sk.uniba.euromath.editor.wizards.WizardDialog
Creates a new wizard dialog for the given wizard.
WizardDialog.PageContainerFillLayout - Class in sk.uniba.euromath.editor.wizards
A layout for a container which includes several pages, like a notebook, wizard, or preference dialog.
WizardDialog.PageContainerFillLayout(int, int, int, int) - Constructor for class sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
Creates new layout object.
wizardIndex - Variable in class sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
Index of wizard, containing requested page.
wizardName - Variable in class sk.uniba.euromath.editor.wizards.OnePageWizard
Returned as a wizard name.
wizards - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
Wizards that has been activated.
wizards - Variable in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
List of pages that user visited.
wizards - Variable in class sk.uniba.euromath.editor.wizards.MultiWizard
Contains list of wizards.
workbenchPart - Variable in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 

X

XHTMLSerializerPropertiesWidget - Class in sk.uniba.euromath.gene.gui.widgets
Queries the xhtml output parameters (but not XML parameters, these can be handled using the DomExportQuery).
XHTMLSerializerPropertiesWidget(Composite) - Constructor for class sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
Creates the query.
XMLAccess - Class in sk.uniba.euromath.document
Provides access to the document.
xmlAccess - Variable in class sk.uniba.euromath.editor.NewDocumentEditorInput
The document.
xmlAccess - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
Document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
The XML Access instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizard
The document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.CreateAttributeListWizardPage
The document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.ExportWizardProvider
Document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.FillNewElementWizardProvider
The document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.InsertElementWizardProvider
The document instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.InsertListChooserWizardPage
The XML Access instance.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.NameListChooserFactories
Provide name lists for this document.
xmlAccess - Variable in class sk.uniba.euromath.editor.wizards.document.NewDocumentWizardProvider
Document instance; non-null when user fills first page.
xmlAccess - Variable in class sk.uniba.euromath.editor.xmlEditor.commands.DeleteDOMIntervalSetCommand
XMLAccess instance.
xmlAccess - Variable in class sk.uniba.euromath.gene.RendererContext
XMLAccess instance.
XMLAccessContentProvider - Class in sk.uniba.euromath.plugin.views.outline
Tree xml node structure content provider.
XMLAccessContentProvider() - Constructor for class sk.uniba.euromath.plugin.views.outline.XMLAccessContentProvider
Constructor.
XMLAccessModifyAction - Class in sk.uniba.euromath.editor.xmlEditor.actions
Base action for generic xml modification actions.
Supposed to be subclassed.
XMLAccessModifyAction(IWorkbenchPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Constructor.
XMLAccessModifyAction(IWorkbenchPart, int) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.XMLAccessModifyAction
Constructor.
XMLActionContributor - Class in sk.uniba.euromath.editor.xmlEditor.actions
Contributor for XMLEditor.
XMLActionContributor(EditorSite, GraphicalViewer) - Constructor for class sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributor
Constructor.
XMLEditDomain - Class in sk.uniba.euromath.editor.xmlEditor
XML editor specific EditDomain.
XMLEditDomain(XMLEditor) - Constructor for class sk.uniba.euromath.editor.xmlEditor.XMLEditDomain
Contructor.
XMLEditor - Class in sk.uniba.euromath.editor.xmlEditor
Common IEditor for any namespaces and any renderer.
XMLEditor() - Constructor for class sk.uniba.euromath.editor.xmlEditor.XMLEditor
Constructor.
XMLEditPart - Class in sk.uniba.euromath.editor.xmlEditor.editParts
The only editpart which uses xmlEditor.
XMLEditPart(IEMFigure, Boolean) - Constructor for class sk.uniba.euromath.editor.xmlEditor.editParts.XMLEditPart
Constructor.
XMLEditPartFactory - Class in sk.uniba.euromath.editor.xmlEditor
 
XMLEditPartFactory() - Constructor for class sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactory
Constructor.
XMLGraphicalViewerImpl - Class in sk.uniba.euromath.editor.xmlEditor.viewers
Graphical viewer capable of performing selections over XML.
XMLGraphicalViewerImpl(XMLEditor) - Constructor for class sk.uniba.euromath.editor.xmlEditor.viewers.XMLGraphicalViewerImpl
Contructor.
XMLOutlineActionContributor - Class in sk.uniba.euromath.plugin.views.outline.actions
 
XMLOutlineActionContributor(XMLOutlinePage) - Constructor for class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
Constructor.
xmlOutlinePage - Variable in class sk.uniba.euromath.plugin.views.outline.actions.XMLOutlineActionContributor
 
XMLOutlinePage - Class in sk.uniba.euromath.plugin.views.outline
 
XMLOutlinePage(EditorSite) - Constructor for class sk.uniba.euromath.plugin.views.outline.XMLOutlinePage
Contructor.
XMLResourceManipulator - Class in sk.uniba.euromath.editor
Responsible for loading and saving XML data.
XMLResourceManipulator(IEditorInput) - Constructor for class sk.uniba.euromath.editor.XMLResourceManipulator
Constructor.
XMLScrollingGraphicalViewer - Class in sk.uniba.euromath.editor.xmlEditor.viewers
Scrolling graphical viewer capable of performing selections over XML.
XMLScrollingGraphicalViewer(XMLEditor) - Constructor for class sk.uniba.euromath.editor.xmlEditor.viewers.XMLScrollingGraphicalViewer
Contructor.
XMLSerializerPropertiesWidget - Class in sk.uniba.euromath.gene.gui.widgets
Queries the DOM Level 3 Load/Save export parameters.
XMLSerializerPropertiesWidget(Composite) - Constructor for class sk.uniba.euromath.gene.gui.widgets.XMLSerializerPropertiesWidget
Creates an instance of the object, with default values.
XMLStructureDragTracker - Class in sk.uniba.euromath.editor.xmlEditor.tools
Drag tracker handling drags interpreting them as selections.
XMLStructureDragTracker(IXMLEditPart) - Constructor for class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker
Constructs new XMLDragTracker with the given XMLEditPart
XMLStructureTool - Class in sk.uniba.euromath.editor.xmlEditor.tools
XMLStructureTool - tool to make whole nodes selection
Structure is defined by tree of nodes, so this tool can select nodes of xml document.
XMLStructureTool() - Constructor for class sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureTool
Constructor.
XOR_SELECTION - Static variable in class sk.uniba.euromath.editor.textEditor.requests.selectionRequest.TextSelectRequest
Type to XOR selection.
xorSelectionIntervals(Collection<Interval>) - Method in interface sk.uniba.euromath.editor.textEditor.ITextPieceSelectionStatus
Makes XOR with this new interval
xorSelectionIntervals(Collection<Interval>) - Method in class sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl
 

_

_entityName - Variable in class sk.uniba.euromath.editor.widgets.EntityList
Entity name is stored here.
_fileName - Variable in class sk.uniba.euromath.editor.widgets.FileSelector
Valid after the component is disposed.
_names - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
List of chosen attribute names.
_outputClass - Variable in class sk.uniba.euromath.editor.widgets.ExportClassChooser
Result value.
_selected - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Stores the index of the insertlist radio button, that is checked (selected).
_selectedIndex - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser.IlItemData
Here the index is stored when combobox is disposed.
_selectedQName - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Valid after the component is disposed.
_selectedRule - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Valid after the component is disposed.
_selectedValue - Variable in class sk.uniba.euromath.editor.widgets.namelist.NameListItemChooser
Valid after the component is disposed.
_text - Variable in class sk.uniba.euromath.editor.widgets.InsertListChooser
Stores the text value that new element may contain.
_values - Variable in class sk.uniba.euromath.editor.widgets.CreateAttributeList
List of chosen attribute values.

A B C D E F G H I K L M N O P Q R S T U V W X _

Copyright © 2003-2006 null. All Rights Reserved.