Package com.iizigo.server.launch
Class DevelServerLaunchConfigurationTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
com.iizigo.server.launch.DevelServerLaunchConfigurationTabGroup
- All Implemented Interfaces:
- ILaunchConfigurationTabGroup
Defines the tabs to use for the IIZI Development Server launch configuration.
- Author:
- Christopher Mindus
- Field Summary- Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup- fTabs
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- void- createTabs- (ILaunchConfigurationDialog dialog, String mode) Creates the tabs contained in this tab group for the specified launch mode.- void- initializeFrom- (ILaunchConfiguration configuration) By default, delegate to all of the tabs in this group.- void- performApply- (ILaunchConfigurationWorkingCopy configuration) By default, delegate to all of the tabs in this group.- void- setDefaults- (ILaunchConfigurationWorkingCopy configuration) By default, delegate to all of the tabs in this group.- Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup- dispose, getTabs, launched, setTabs
- Constructor Details- DevelServerLaunchConfigurationTabGrouppublic DevelServerLaunchConfigurationTabGroup()
 
- Method Details- createTabsCreates the tabs contained in this tab group for the specified launch mode. The tabs control's are not created. This is the fist method called in the life-cycle of a tab group.- Parameters:
- dialog- The launch configuration dialog this tab group is contained in.
- mode- The mode the launch configuration dialog was opened in-
 
- setDefaultsBy default, delegate to all of the tabs in this group.- Specified by:
- setDefaultsin interface- ILaunchConfigurationTabGroup
- Overrides:
- setDefaultsin class- AbstractLaunchConfigurationTabGroup
- See Also:
 
- initializeFromBy default, delegate to all of the tabs in this group.- Specified by:
- initializeFromin interface- ILaunchConfigurationTabGroup
- Overrides:
- initializeFromin class- AbstractLaunchConfigurationTabGroup
- See Also:
 
- performApplyBy default, delegate to all of the tabs in this group.- Specified by:
- performApplyin interface- ILaunchConfigurationTabGroup
- Overrides:
- performApplyin class- AbstractLaunchConfigurationTabGroup
- See Also: