Package org.eclipse.pde.ui.launcher
Class EquinoxSettingsTab
- java.lang.Object
- 
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
- 
- org.eclipse.pde.ui.launcher.AbstractLauncherTab
- 
- org.eclipse.pde.ui.launcher.OSGiSettingsTab
- 
- org.eclipse.pde.ui.launcher.EquinoxSettingsTab
 
 
 
 
- 
- All Implemented Interfaces:
- IPrototypeAttributesLabelProvider,- ILaunchConfigurationTab,- ILaunchConfigurationTab2
 
 @Deprecated public class EquinoxSettingsTab extends OSGiSettingsTab Deprecated.useOSGiSettingsTabA launch configuration tab that displays and edits the VM install launch configuration attributes.This class may be instantiated. This class is not intended to be subclassed. - Since:
- 3.2
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This method is planned for removal. See bug 564563 for details.
 
- 
- 
Constructor SummaryConstructors Constructor Description EquinoxSettingsTab()Deprecated.
 - 
Method Summary- 
Methods inherited from class org.eclipse.pde.ui.launcher.OSGiSettingsTabcreateControl, dispose, getId, getImage, getName, initializeFrom, performApply, setDefaults, updateLaunchConfigurationDialog, validateTab
 - 
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLauncherTabactivated, createStartingSpace, deactivated, isValid, scheduleUpdateJob
 - 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabcanSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTabOkToLeaveTab, postApply
 
- 
 
-