|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is used to describe a workbench part that supports inline editing.
| Method Summary | |
StructuredViewer |
getViewer()
Gets the viewer for this part, in case the RenameResourceAction is to be used for
inline editing. |
void |
startInlineEdit()
Start inline editing. |
void |
startInlineEdit(java.lang.Object object)
sets the selection to the passed object and starts rename |
void |
startInlineEdit(java.lang.Object object,
java.lang.Runnable editingRunnable)
sets the selection to the passed object and starts the runnable to rename |
| Method Detail |
public void startInlineEdit()
public void startInlineEdit(java.lang.Object object)
object - the object to set selection on and rename
public void startInlineEdit(java.lang.Object object,
java.lang.Runnable editingRunnable)
object - the object to set selection on and renameeditingRunnable - a Runnable to invoke after setting selection on object
in order to start renamingpublic StructuredViewer getViewer()
RenameResourceAction is to be used for
inline editing.
null if there is none
|
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.