de.uka.ipd.sdq.codegen.runconfig
Class TabGroup

java.lang.Object
  extended by AbstractLaunchConfigurationTabGroup
      extended by de.uka.ipd.sdq.codegen.runconfig.TabGroup

public class TabGroup
extends AbstractLaunchConfigurationTabGroup

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. The tab group for our applet launcher creates 3 tabs: FileNamesInputTab - is responsible for the input of an instance Palladio Component Model. ConfigurationTab - here is made the minimum configuration input for oAW the generator. FeatureOptionsTab - here are set specific characteristics for the simulation.

Author:
Roman Andrej

Constructor Summary
TabGroup()
           
 
Method Summary
 void createTabs(ILaunchConfigurationDialog dialog, String mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabGroup

public TabGroup()
Method Detail

createTabs

public void createTabs(ILaunchConfigurationDialog dialog,
                       String mode)