Eclipse PDE
Release 3.3

org.eclipse.pde.ui.launcher
Class OSGiSettingsTab

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended byorg.eclipse.pde.ui.launcher.AbstractLauncherTab
          extended byorg.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

Constructor Summary
OSGiSettingsTab()
          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 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, getId, 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()

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

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()

Eclipse PDE
Release 3.3

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