edu.uky.rch.ept.projectexplorer.scan
Class ScanDoubleClickAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended byedu.uky.rch.ept.projectexplorer.actions.DoubleClickAction
          extended byedu.uky.rch.ept.projectexplorer.scan.ScanDoubleClickAction
All Implemented Interfaces:
org.eclipse.jface.action.IAction, IDoubleClickAction

public final class ScanDoubleClickAction
extends DoubleClickAction

Double click handler for ScanResource objects. Runs the DoubleClickAction associated with the ScanListItem to which the target object belongs, or launches an editor with the resource's ProjectEditorInput if no actions were found.

Author:
neil

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, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
ScanDoubleClickAction()
           
 
Method Summary
 void run(Object target)
           
 
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, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, notifyResult, removeAcceleratorText, removeMnemonics, removePropertyChangeListener, run, 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
 
Methods inherited from interface org.eclipse.jface.action.IAction
addPropertyChangeListener, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, removePropertyChangeListener, run, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 

Constructor Detail

ScanDoubleClickAction

public ScanDoubleClickAction()
Method Detail

run

public void run(Object target)