|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFocusListener | |
|---|---|
| sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
| sk.uniba.euromath.editor.actions | Actions |
| 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 IFocusListener in sk.uniba.euromath.editor |
|---|
| Classes in sk.uniba.euromath.editor that implement IFocusListener | |
|---|---|
class |
EditorSite
TODO STUDVA recoment |
| Methods in sk.uniba.euromath.editor with parameters of type IFocusListener | |
|---|---|
void |
IEditor.addFocusListener(IFocusListener listener)
Adds listener for focus events. |
void |
EditorSite.addFocusListener(IFocusListener listener)
Adds listener as focus listener. |
void |
IEditor.removeFocusListener(IFocusListener listener)
Removes listener for focus events. |
void |
EditorSite.removeFocusListener(IFocusListener listener)
Removes listener. |
| Uses of IFocusListener in sk.uniba.euromath.editor.actions |
|---|
| Classes in sk.uniba.euromath.editor.actions that implement IFocusListener | |
|---|---|
class |
MultiViewActionContributor
MultiViewActionContributor is contributor for special IEditorPart - MutliViewXMLEditor. |
| Uses of IFocusListener in sk.uniba.euromath.editor.xmlEditor |
|---|
| Methods in sk.uniba.euromath.editor.xmlEditor that return types with arguments of type IFocusListener | |
|---|---|
List<IFocusListener> |
XMLEditor.getFocusListeners()
|
| Methods in sk.uniba.euromath.editor.xmlEditor with parameters of type IFocusListener | |
|---|---|
void |
XMLEditor.addFocusListener(IFocusListener listener)
|
void |
XMLEditor.removeFocusListener(IFocusListener listener)
|
| Uses of IFocusListener in sk.uniba.euromath.plugin.views.inputBox |
|---|
| Classes in sk.uniba.euromath.plugin.views.inputBox that implement IFocusListener | |
|---|---|
class |
InputBoxView
Box to fast input of text. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||