|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Handles requests made to the encompassing editor
Method Summary | |
void |
clearError()
Instructs the editor to clear any errors it may currently be reporting. |
void |
execute(org.eclipse.core.commands.operations.IUndoableOperation operation)
Instructs the editor to run the operation. |
org.eclipse.ui.IWorkbenchPart |
getWorkbenchPart()
Returns the Workbench part for the editor |
void |
reportError(java.lang.String error)
Instructs the editor to report the error in the normal place that the editor reports errors. |
Method Detail |
public void execute(org.eclipse.core.commands.operations.IUndoableOperation operation)
operation
- - the operation to run.public void reportError(java.lang.String error)
error
- - The error to display. This string must be in the appropriate locale of the user.public void clearError()
public org.eclipse.ui.IWorkbenchPart getWorkbenchPart()
IWorkbenchPart
for the editor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |