Eclipse PDE
Release 3.3

org.eclipse.pde.ui.launcher
Class PluginJUnitMainTab

java.lang.Object
  extended byorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
      extended byorg.eclipse.pde.ui.launcher.AbstractLauncherTab
          extended byorg.eclipse.pde.ui.launcher.MainTab
              extended byorg.eclipse.pde.ui.launcher.PluginJUnitMainTab
All Implemented Interfaces:
ILaunchConfigurationTab, IPDELauncherConstants

public class PluginJUnitMainTab
extends MainTab

A launch configuration tab that displays and edits the main launching arguments of a Plug-in JUnit test.

This class may be instantiated. This class is not intended to be subclassed by clients.

Since:
3.2

Field Summary
 
Fields inherited from class org.eclipse.pde.ui.launcher.MainTab
fDataBlock, fJreBlock, fProgramBlock
 
Fields inherited from interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
APP_TO_TEST, APPLICATION, ASKCLEAR, AUTOMATIC_ADD, AUTOMATIC_VALIDATE, BOOTSTRAP_ENTRIES, CONFIG_CLEAR_AREA, CONFIG_GENERATE_DEFAULT, CONFIG_LOCATION, CONFIG_TEMPLATE_LOCATION, CONFIG_USE_DEFAULT_AREA, DEFAULT_AUTO_START, DEFAULT_START_LEVEL, DEFINED_TARGET, DESELECTED_WORKSPACE_PLUGINS, DOCLEAR, INCLUDE_OPTIONAL, LOCATION, OSGI_FRAMEWORK_ID, PRODUCT, PRODUCT_FILE, SELECTED_TARGET_PLUGINS, SELECTED_WORKSPACE_PLUGINS, TARGET_BUNDLES, TRACING, TRACING_CHECKED, TRACING_NONE, TRACING_OPTIONS, TRACING_SELECTED_PLUGIN, USE_DEFAULT, USE_PRODUCT, USEFEATURES, VMINSTALL, WORKSPACE_BUNDLES
 
Constructor Summary
PluginJUnitMainTab()
           
 
Method Summary
protected  void createProgramBlock()
          Overrides the implementation of the basis MainTab.
 void setDefaults(ILaunchConfigurationWorkingCopy config)
           
 
Methods inherited from class org.eclipse.pde.ui.launcher.MainTab
createControl, createWorkspaceDataBlock, dispose, getImage, getName, initializeFrom, performApply, validateTab
 
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, 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

PluginJUnitMainTab

public PluginJUnitMainTab()
Method Detail

createProgramBlock

protected void createProgramBlock()
Overrides the implementation of the basis MainTab.

Overrides:
createProgramBlock in class MainTab

setDefaults

public void setDefaults(ILaunchConfigurationWorkingCopy config)
Specified by:
setDefaults in interface ILaunchConfigurationTab
Overrides:
setDefaults in class MainTab

Eclipse PDE
Release 3.3

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