|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.actions.AbstractNodeEditingActions
public abstract class AbstractNodeEditingActions
Base class for the various classes that create and run IActions
instances related to editing configuration file contents. Provides
convenience access to the IOperationHistory and
IUndoContext.
| Field Summary | |
|---|---|
protected org.eclipse.core.commands.operations.IOperationHistory |
operationHistory
the IOperationHistory. |
protected org.eclipse.core.commands.operations.IUndoContext |
undoContext
the IUndoContext. |
| Constructor Summary | |
|---|---|
AbstractNodeEditingActions()
|
|
| Method Summary | |
|---|---|
protected org.eclipse.core.commands.operations.IOperationHistory |
getOperationHistory()
Returns the IOperationHistory of the current editor. |
protected org.eclipse.core.commands.operations.IUndoContext |
getUndoContext()
Returns the IUndoContext of the current editor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.core.commands.operations.IOperationHistory operationHistory
IOperationHistory.
protected org.eclipse.core.commands.operations.IUndoContext undoContext
IUndoContext.
| Constructor Detail |
|---|
public AbstractNodeEditingActions()
| Method Detail |
|---|
protected org.eclipse.core.commands.operations.IOperationHistory getOperationHistory()
IOperationHistory of the current editor.
IOperationHistory of the current editor.protected org.eclipse.core.commands.operations.IUndoContext getUndoContext()
IUndoContext of the current editor.
IUndoContext of the current editor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||