Runtime

org.eclipse.gmf.runtime.common.ui.action.actions.global
Class ResourcePropertiesGlobalActionHandler

java.lang.Object
  extended by org.eclipse.gmf.runtime.common.ui.services.action.global.AbstractGlobalActionHandler
      extended by org.eclipse.gmf.runtime.common.ui.action.actions.global.ResourceGlobalActionHandler
          extended by org.eclipse.gmf.runtime.common.ui.action.actions.global.ResourcePropertiesGlobalActionHandler
All Implemented Interfaces:
IGlobalActionHandler

public class ResourcePropertiesGlobalActionHandler
extends ResourceGlobalActionHandler

Global action handler that opens a property page on resources using the Eclipse PropertyDialogAction.


Constructor Summary
ResourcePropertiesGlobalActionHandler()
           
 
Method Summary
 ICommand getCommand(IGlobalActionContext cntxt)
          Return the ICommand for the context
 
Methods inherited from class org.eclipse.gmf.runtime.common.ui.action.actions.global.ResourceGlobalActionHandler
canHandle, getResourceSelection, getShell
 
Methods inherited from class org.eclipse.gmf.runtime.common.ui.services.action.global.AbstractGlobalActionHandler
getLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePropertiesGlobalActionHandler

public ResourcePropertiesGlobalActionHandler()
Method Detail

getCommand

public ICommand getCommand(IGlobalActionContext cntxt)
Description copied from interface: IGlobalActionHandler
Return the ICommand for the context

Parameters:
cntxt - The context
Returns:
ICommand

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.