|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextEditPart | |
---|---|
sk.uniba.euromath.editor.textEditor | Text Editor |
sk.uniba.euromath.editor.textEditor.policies | Policies |
sk.uniba.euromath.editor.textEditor.requests.caretRequests | |
sk.uniba.euromath.editor.textEditor.tools | Tools |
Uses of TextEditPart in sk.uniba.euromath.editor.textEditor |
---|
Methods in sk.uniba.euromath.editor.textEditor that return TextEditPart | |
---|---|
protected TextEditPart |
TextEditPartFactory.createTextEditPart(ITextLocator figure)
Creates edit part expected for ITextLocator figure. |
Uses of TextEditPart in sk.uniba.euromath.editor.textEditor.policies |
---|
Methods in sk.uniba.euromath.editor.textEditor.policies that return TextEditPart | |
---|---|
TextEditPart |
TextEditPolicy.getHost()
|
Uses of TextEditPart in sk.uniba.euromath.editor.textEditor.requests.caretRequests |
---|
Methods in sk.uniba.euromath.editor.textEditor.requests.caretRequests that return TextEditPart | |
---|---|
TextEditPart |
MoveCaretRequest.getNewPart()
|
TextEditPart |
MoveCaretRequest.getOldPart()
|
Methods in sk.uniba.euromath.editor.textEditor.requests.caretRequests with parameters of type TextEditPart | |
---|---|
void |
MoveCaretRequest.setNewPart(TextEditPart newPart)
|
protected void |
MoveCaretRequest.setOldPart(TextEditPart oldPart)
|
Constructors in sk.uniba.euromath.editor.textEditor.requests.caretRequests with parameters of type TextEditPart | |
---|---|
MoveCaretRequest(String direction,
int count,
int keyCode,
TextEditPart oldPart,
TextEditPart newPart)
|
Uses of TextEditPart in sk.uniba.euromath.editor.textEditor.tools |
---|
Methods in sk.uniba.euromath.editor.textEditor.tools that return TextEditPart | |
---|---|
TextEditPart |
TextDragTracker.getTextEditPart()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |