TPTP 4.2.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.perfmon.internal.common.launch
Class StatisticalAgentTabGroup

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
      extended byorg.eclipse.hyades.perfmon.internal.common.launch.StatisticalAgentTabGroup
All Implemented Interfaces:
org.eclipse.debug.ui.ILaunchConfigurationTabGroup

public class StatisticalAgentTabGroup
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup


Field Summary
 
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
 
Constructor Summary
StatisticalAgentTabGroup()
           
 
Method Summary
 void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog, java.lang.String mode)
           
 void dispose()
           
 org.eclipse.swt.graphics.Image getAgentImage(int i)
           
 java.lang.String[] getAgentNames()
           
 AgentTabInterface[] getAgents()
           
static AgentTabInterface getInterface(java.lang.String UIName)
           
static void loadStatAgentInterfaceList()
           
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticalAgentTabGroup

public StatisticalAgentTabGroup()
Method Detail

getInterface

public static AgentTabInterface getInterface(java.lang.String UIName)

loadStatAgentInterfaceList

public static void loadStatAgentInterfaceList()

createTabs

public void createTabs(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog,
                       java.lang.String mode)

dispose

public void dispose()

getAgentNames

public java.lang.String[] getAgentNames()

getAgents

public AgentTabInterface[] getAgents()

getAgentImage

public org.eclipse.swt.graphics.Image getAgentImage(int i)

TPTP 4.2.0 Monitoring Tools Project
Internal API Specification