Class SimpleModelAnalyzerTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
org.somox.ui.runconfig.ModelAnalyzerTabGroup
org.somox.analyzer.simplemodelanalyzer.ui.SimpleModelAnalyzerTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
The main job of a tab group is to specify the tabs that will appear in the
LaunchConfigurationDelegate and set their order. These tabs may have been
specially written for the particular config type in question, or they may be
general purpose tabs that appear for multiple config types.
-
Field Summary
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createTabs
(ILaunchConfigurationDialog dialog, String mode) getMetricTabs
(ModelAnalyzerTabGroupBlackboard modelAnalyzerTabGroupBlackboard) Methods inherited from class org.somox.ui.runconfig.ModelAnalyzerTabGroup
getCoreAnalyzerTabs, getModelAnalyzerTabGroupBlackboard
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
-
Constructor Details
-
SimpleModelAnalyzerTabGroup
public SimpleModelAnalyzerTabGroup()
-
-
Method Details
-
createTabs
- Specified by:
createTabs
in interfaceILaunchConfigurationTabGroup
- Overrides:
createTabs
in classModelAnalyzerTabGroup
-
getMetricTabs
public static ArrayList<MetricTab> getMetricTabs(ModelAnalyzerTabGroupBlackboard modelAnalyzerTabGroupBlackboard)
-