|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| 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.hyades.internal.execution.recorder.ui.actions.StopRecordingAction
public class StopRecordingAction
Action for Stop recording button on Recorder Control View
| 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 | |
|---|---|
StopRecordingAction()
|
|
StopRecordingAction(java.lang.String text)
|
|
StopRecordingAction(java.lang.String text,
org.eclipse.jface.resource.ImageDescriptor image)
|
|
StopRecordingAction(java.lang.String text,
int style)
|
|
| Method Summary | |
|---|---|
org.eclipse.jface.resource.ImageDescriptor |
getDisabledImageDescriptor()
|
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
|
java.lang.String |
getToolTipText()
|
void |
run()
run method |
void |
updateRecorderActive(boolean active)
|
void |
updateStatus(java.lang.String str)
|
| Methods inherited from class org.eclipse.jface.action.Action |
|---|
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getHelpListener, getHoverImageDescriptor, getId, getMenuCreator, getStyle, getText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
| 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 StopRecordingAction()
public StopRecordingAction(java.lang.String text)
text -
public StopRecordingAction(java.lang.String text,
org.eclipse.jface.resource.ImageDescriptor image)
text - image -
public StopRecordingAction(java.lang.String text,
int style)
text - style - | Method Detail |
|---|
public void run()
run in interface org.eclipse.jface.action.IActionrun in class org.eclipse.jface.action.Actionpublic org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.jface.action.IActiongetImageDescriptor in class org.eclipse.jface.action.ActionIAction.getImageDescriptor()public org.eclipse.jface.resource.ImageDescriptor getDisabledImageDescriptor()
getDisabledImageDescriptor in interface org.eclipse.jface.action.IActiongetDisabledImageDescriptor in class org.eclipse.jface.action.Actionpublic java.lang.String getToolTipText()
getToolTipText in interface org.eclipse.jface.action.IActiongetToolTipText in class org.eclipse.jface.action.ActionIAction.getToolTipText()public void updateRecorderActive(boolean active)
updateRecorderActive in interface org.eclipse.hyades.execution.recorder.IRecorderListenerpublic void updateStatus(java.lang.String str)
updateStatus in interface org.eclipse.hyades.execution.recorder.IRecorderListener
|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||