Eclipse PDE
Release 3.5

org.eclipse.pde.ui.launcher
Class OSGiSettingsTab

java.lang.Object
  extended by org.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended by org.eclipse.pde.ui.launcher.AbstractLauncherTab
          extended by org.eclipse.pde.ui.launcher.OSGiSettingsTab
All Implemented Interfaces:
ILaunchConfigurationTab
Direct Known Subclasses:
EquinoxSettingsTab

public class OSGiSettingsTab
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.3
Restriction:
This class is not intended to be subclassed by clients.

Constructor Summary
OSGiSettingsTab()
          Constructor
 
Method Summary
 void createControl(Composite parent)
           
 void dispose()
           
 String getId()
           
 Image getImage()
           
 String getName()
           
 void initializeFrom(ILaunchConfiguration configuration)
           
 void performApply(ILaunchConfigurationWorkingCopy configuration)
           
 void setDefaults(ILaunchConfigurationWorkingCopy configuration)
           
 void updateLaunchConfigurationDialog()
          Validates the page and updates the buttons and message of the launch configuration dialog.
 void validateTab()
          Validates the data entered on the tab.
 
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLauncherTab
activated, createStartingSpace, deactivated, isValid
 
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

OSGiSettingsTab

public OSGiSettingsTab()
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()
Specified by:
getImage in interface ILaunchConfigurationTab
Overrides:
getImage in class AbstractLaunchConfigurationTab

dispose

public void dispose()
Specified by:
dispose in interface ILaunchConfigurationTab
Overrides:
dispose in class AbstractLaunchConfigurationTab

validateTab

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

Specified by:
validateTab in class AbstractLauncherTab

updateLaunchConfigurationDialog

public void updateLaunchConfigurationDialog()
Description copied from class: AbstractLauncherTab
Validates the page and updates the buttons and message of the launch configuration dialog.

Overrides:
updateLaunchConfigurationDialog in class AbstractLauncherTab
See Also:
AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog()

getId

public String getId()
Overrides:
getId in class AbstractLaunchConfigurationTab

Eclipse PDE
Release 3.5

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