|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEditor | |
---|---|
sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
sk.uniba.euromath.editor.actions | Actions |
sk.uniba.euromath.editor.textEditor | Text Editor |
sk.uniba.euromath.editor.xmlEditor | XML Editor - most common editor |
sk.uniba.euromath.plugin.views.inputBox | InputBox - box to fast input of text to editor |
Uses of IEditor in sk.uniba.euromath.editor |
---|
Methods in sk.uniba.euromath.editor that return IEditor | |
---|---|
IEditor |
EditorSite.getActiveEditor()
Returns active editor. |
IEditor |
EditorSite.getRootEditor()
Returns root editor. |
IEditor |
EditorInfo.newEditor()
Produces new instance of this editor. |
IEditor |
IEditorFactory.produce(String id)
Produces an instance of editor denoted by given ID. |
Methods in sk.uniba.euromath.editor that return types with arguments of type IEditor | |
---|---|
Collection<IEditor> |
EditorSite.getAllIEditors()
Returns all IEditors in this site. |
Methods in sk.uniba.euromath.editor with parameters of type IEditor | |
---|---|
void |
IFocusListener.focusGained(IEditor editor)
Sent when IEditor gets focus. |
void |
EditorSite.focusGained(IEditor editor)
IEditor has gained focus. |
void |
IFocusListener.focusLost(IEditor editor)
Sent when IEditor loses focus. |
void |
EditorSite.focusLost(IEditor editor)
IEditor has lost focus. |
boolean |
EditorSite.isRootEditor(IEditor editor)
Test if IEditor is root editor. |
Uses of IEditor in sk.uniba.euromath.editor.actions |
---|
Methods in sk.uniba.euromath.editor.actions with parameters of type IEditor | |
---|---|
void |
MultiViewActionContributor.focusGained(IEditor editor)
|
void |
MultiViewActionContributor.focusLost(IEditor editor)
|
Uses of IEditor in sk.uniba.euromath.editor.textEditor |
---|
Classes in sk.uniba.euromath.editor.textEditor that implement IEditor | |
---|---|
class |
TextEditor
|
Uses of IEditor in sk.uniba.euromath.editor.xmlEditor |
---|
Classes in sk.uniba.euromath.editor.xmlEditor that implement IEditor | |
---|---|
class |
XMLEditor
Common IEditor for any namespaces and any renderer. |
Uses of IEditor in sk.uniba.euromath.plugin.views.inputBox |
---|
Methods in sk.uniba.euromath.plugin.views.inputBox with parameters of type IEditor | |
---|---|
void |
InputBoxView.focusGained(IEditor editor)
|
void |
InputBoxView.focusLost(IEditor editor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |