Eclipse PDE
Release 3.2

org.eclipse.pde.ui.launcher
Class EquinoxSettingsTab

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended byorg.eclipse.pde.ui.launcher.AbstractLauncherTab
          extended byorg.eclipse.pde.ui.launcher.EquinoxSettingsTab
All Implemented Interfaces:
ILaunchConfigurationTab

public class EquinoxSettingsTab
extends AbstractLauncherTab

A 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

Constructor Summary
EquinoxSettingsTab()
          Constructor
 
Method Summary
 void createControl(Composite parent)
           
 void dispose()
           
 Image getImage()
           
 String getName()
           
 void initializeFrom(ILaunchConfiguration configuration)
           
 void performApply(ILaunchConfigurationWorkingCopy configuration)
           
 void setDefaults(ILaunchConfigurationWorkingCopy configuration)
           
 void validateTab()
          Validates the data entered on the tab.
 
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLauncherTab
activated, createStartingSpace, deactivated, isValid, updateLaunchConfigurationDialog
 
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquinoxSettingsTab

public EquinoxSettingsTab()
Constructor

Method Detail

createControl

public void createControl(Composite parent)

setDefaults

public void setDefaults(ILaunchConfigurationWorkingCopy configuration)

initializeFrom

public void initializeFrom(ILaunchConfiguration configuration)

performApply

public void performApply(ILaunchConfigurationWorkingCopy configuration)

getName

public String getName()

getImage

public Image getImage()

dispose

public void dispose()

validateTab

public void validateTab()
Description copied from class: AbstractLauncherTab
Validates the data entered on the tab.

Specified by:
validateTab in class AbstractLauncherTab

Eclipse PDE
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.