TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.ui.codereview
Class QuickFixAllAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended byorg.eclipse.tptp.platform.analysis.util.ui.actions.AbstractCallbackAction
          extended byorg.eclipse.tptp.platform.analysis.util.ui.actions.AbstractToggleAction
              extended byorg.eclipse.tptp.platform.analysis.engine.ui.codereview.QuickFixAllAction
All Implemented Interfaces:
org.eclipse.jface.action.IAction

public class QuickFixAllAction
extends AbstractToggleAction

QuickFixAllAction


Field Summary
 
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
QuickFixAllAction(IActionListener listener, QuickFixManager mgr, ISolution solution, IProblemData problem)
          Constructor.
QuickFixAllAction(IActionListener listener, QuickFixManager mgr, ISolution solution, IProblemData problem, boolean bShortText)
          Constructor.
 
Method Summary
protected  void doOff()
           
protected  void doOn()
           
protected  java.lang.String getOffText()
           
protected  java.lang.String getOnText()
           
protected  AbstractTPTPStaticAnalysisPlugin getPlugin()
           
protected  IStringBundle getStringBundle()
           
 boolean isOn()
          Return the isOn flag.
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.actions.AbstractToggleAction
doRun, getImageDescriptor, getOffImageDescriptor, getOffTooltipText, getOnImageDescriptor, getOnTooltipText, getText, getTooltipText, setOffImage, setOnImage, toggleActionAttribute
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.actions.AbstractCallbackAction
run, setListener
 
Methods inherited from class org.eclipse.jface.action.Action
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getMenuCreator, getStyle, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickFixAllAction

public QuickFixAllAction(IActionListener listener,
                         QuickFixManager mgr,
                         ISolution solution,
                         IProblemData problem,
                         boolean bShortText)
Constructor.

Parameters:
listener -
mgr -
solution -
problem -
bShortText -

QuickFixAllAction

public QuickFixAllAction(IActionListener listener,
                         QuickFixManager mgr,
                         ISolution solution,
                         IProblemData problem)
Constructor.

Parameters:
listener -
mgr -
solution -
problem -
Method Detail

isOn

public boolean isOn()
Description copied from class: AbstractToggleAction
Return the isOn flag.

Specified by:
isOn in class AbstractToggleAction
Returns:

doOff

protected void doOff()
Specified by:
doOff in class AbstractToggleAction

doOn

protected void doOn()
Specified by:
doOn in class AbstractToggleAction

getPlugin

protected AbstractTPTPStaticAnalysisPlugin getPlugin()

getOnText

protected java.lang.String getOnText()
Overrides:
getOnText in class AbstractToggleAction

getOffText

protected java.lang.String getOffText()
Overrides:
getOffText in class AbstractToggleAction

getStringBundle

protected IStringBundle getStringBundle()
Specified by:
getStringBundle in class AbstractToggleAction

TPTP 4.1.0 Platform Project
Public API Specification