|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.ui.util.BaseInlineTextActionHandler
A class that is used to handle all keyboard generated text actions associated with the displayed text editor
| Field Summary | |
protected static java.lang.String |
EMPTY_STRING
an empty string constant |
| Method Summary | |
void |
dispose()
diposes this action-handler |
protected Text |
getText()
returns the text widget |
protected void |
handleCopy()
handles copy action |
protected void |
handleCut()
handles cut action |
protected void |
handleDelete()
handles delete action |
protected void |
handlePaste()
handles paste action |
protected void |
handleSelectAll()
handles select-all action |
protected boolean |
isHooked()
Returns the hooked. |
protected void |
setHooked(boolean hooked)
Sets the hooked. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.gmf.runtime.common.ui.util.IInlineTextActionHandler |
hookHandlers, unHookHandlers |
| Field Detail |
protected static final java.lang.String EMPTY_STRING
| Method Detail |
protected Text getText()
public void dispose()
IInlineTextActionHandler
dispose in interface IInlineTextActionHandlerIInlineTextActionHandlerprotected boolean isHooked()
protected void setHooked(boolean hooked)
hooked - The hooked to setprotected void handleCut()
protected void handleCopy()
protected void handlePaste()
protected void handleSelectAll()
protected void handleDelete()
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.