com.bonevich.eclipse.cvsgrapher.actions
Class ShowCvsGraphAction

java.lang.Object
  extended byorg.eclipse.ui.actions.ActionDelegate
      extended byorg.eclipse.team.internal.ui.actions.TeamAction
          extended byorg.eclipse.team.internal.ccvs.ui.actions.CVSAction
              extended byorg.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction
                  extended byorg.eclipse.team.internal.ccvs.ui.actions.ShowResourceInHistoryAction
                      extended bycom.bonevich.eclipse.cvsgrapher.actions.ShowCvsGraphAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IViewActionDelegate

public final class ShowCvsGraphAction
extends org.eclipse.team.internal.ccvs.ui.actions.ShowResourceInHistoryAction

Popup action to launch the CVS Graph editor.

Author:
jbonevic

Nested Class Summary
 
Nested classes inherited from class org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction
org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction.IProviderAction
 
Field Summary
 
Fields inherited from class org.eclipse.team.internal.ui.actions.TeamAction
PROGRESS_BUSYCURSOR, PROGRESS_DIALOG, PROGRESS_WORKBENCH_WINDOW, selection, shell
 
Constructor Summary
ShowCvsGraphAction()
           
 
Method Summary
 void execute(org.eclipse.jface.action.IAction action)
           
protected  java.lang.String getErrorTitle()
           
 
Methods inherited from class org.eclipse.team.internal.ccvs.ui.actions.ShowResourceInHistoryAction
isEnabledForAddedResources, isEnabledForCVSResource, isEnabledForMultipleResources, isEnabledForNonExistantResources
 
Methods inherited from class org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction
beginExecution, calculateActionTagValue, checkOverwriteOfDirtyResources, ensureSyncInfoLoaded, executeProviderAction, executeProviderAction, getActionDepth, getEnablementDepth, getNonOverlapping, getPromptCondition, getSelectedResources, isEnabled, isEnabledForIgnoredResources, isEnabledForManagedResources, isEnabledForUnmanagedResources, isSyncInfoLoaded, needsToSaveDirtyEditors, promptToRefresh, requiresLocalSyncInfo, setActionEnablement
 
Methods inherited from class org.eclipse.team.internal.ccvs.ui.actions.CVSAction
addStatus, checkForMixingTags, endExecution, getAccumulatedStatus, getMultiStatusMessage, getOverwriteLocalChangesPrompt, getRepositoryManager, getSelectedCVSResources, getSelectedRemoteFolders, getSelectedRemoteResources, getStatusToDisplay, getWarningTitle, handle, handle, run, run
 
Methods inherited from class org.eclipse.team.internal.ui.actions.TeamAction
getAdapter, getProviderMapping, getProviderMapping, getSelectedAdaptables, getSelectedProjects, getSelectedResources, getShell, getTargetPage, getTargetPart, init, run, selectionChanged, setActivePart, showView
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init, runWithEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowCvsGraphAction

public ShowCvsGraphAction()
Method Detail

execute

public void execute(org.eclipse.jface.action.IAction action)
             throws java.lang.InterruptedException,
                    java.lang.reflect.InvocationTargetException
Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
See Also:
CVSAction.execute(org.eclipse.jface.action.IAction)

getErrorTitle

protected java.lang.String getErrorTitle()
See Also:
CVSAction.getErrorTitle()


Copyright © 2003-2004 bonevich.com. All Rights Reserved.