|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
org.eclipse.emf.edit.ui.action.RedoAction
org.eclipse.emf.workspace.ui.actions.RedoActionWrapper
Extension of the EMF RedoAction
class that delegates redo behaviour
to the undoable operation framework's RedoActionHandler
.
Field Summary |
---|
Fields inherited from class org.eclipse.emf.edit.ui.action.RedoAction |
---|
domain |
Fields inherited from interface org.eclipse.jface.action.IAction |
---|
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT |
Constructor Summary | |
---|---|
RedoActionWrapper()
Initializes me. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Delegates to the operation framework action handler. |
java.lang.String |
getText()
Delegates to the operation framework action handler. |
java.lang.String |
getToolTipText()
Delegates to the operation framework action handler. |
boolean |
isEnabled()
Delegates to the operation framework action handler. |
boolean |
isHandled()
Delegates to the operation framework action handler. |
void |
run()
Delegates to the operation framework action handler. |
void |
runWithEvent(org.eclipse.swt.widgets.Event event)
Delegates to the operation framework action handler. |
void |
setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart workbenchPart)
Extends the superclass implementation to update the operation history redo action handler to which I delegate. |
void |
setChecked(boolean checked)
Delegates to the operation framework action handler. |
void |
setDescription(java.lang.String text)
Delegates to the operation framework action handler. |
void |
setEnabled(boolean enabled)
Delegates to the operation framework action handler. |
void |
setText(java.lang.String text)
Delegates to the operation framework action handler. |
void |
setToolTipText(java.lang.String toolTipText)
Delegates to the operation framework action handler. |
void |
update()
Delegates to the operation framework action handler. |
Methods inherited from class org.eclipse.emf.edit.ui.action.RedoAction |
---|
getEditingDomain, setActiveEditor, setEditingDomain |
Methods inherited from class org.eclipse.jface.action.Action |
---|
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, isChecked, notifyResult, removeAcceleratorText, removeMnemonics, setAccelerator, setActionDefinitionId, setDisabledImageDescriptor, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator |
Methods inherited from class org.eclipse.jface.action.AbstractAction |
---|
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.action.IAction |
---|
addPropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
public RedoActionWrapper()
Method Detail |
public void setActiveWorkbenchPart(org.eclipse.ui.IWorkbenchPart workbenchPart)
public void update()
public java.lang.String getDescription()
public java.lang.String getText()
public java.lang.String getToolTipText()
public boolean isEnabled()
public boolean isHandled()
public void run()
public void runWithEvent(org.eclipse.swt.widgets.Event event)
public void setChecked(boolean checked)
public void setDescription(java.lang.String text)
public void setEnabled(boolean enabled)
public void setText(java.lang.String text)
public void setToolTipText(java.lang.String toolTipText)
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |