TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.monitoring.managedagent.ui.explorer.provisional.actions
Class LaunchAgentImageProvider

java.lang.Object
  extended byorg.eclipse.tptp.monitoring.managedagent.ui.explorer.provisional.actions.LaunchAgentImageProvider
All Implemented Interfaces:
IDisplayImageProvider

public class LaunchAgentImageProvider
extends java.lang.Object
implements IDisplayImageProvider


Constructor Summary
LaunchAgentImageProvider()
           
 
Method Summary
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
          Returns an image descriptor that can be constructed from resources in the plugin's path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchAgentImageProvider

public LaunchAgentImageProvider()
Method Detail

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
Description copied from interface: IDisplayImageProvider
Returns an image descriptor that can be constructed from resources in the plugin's path

Specified by:
getImageDescriptor in interface IDisplayImageProvider
Returns:
ImageDescriptor An image descriptor of the image to be associated with this action

TPTP 4.3.0 Monitoring Tools Project
Public API Specification