Package net.officefloor.eclipse.launch
Class OfficeFloorMainTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
-
- org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
-
- org.eclipse.jdt.internal.debug.ui.launcher.SharedJavaMainTab
-
- org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
- net.officefloor.eclipse.launch.OfficeFloorMainTab
-
- All Implemented Interfaces:
org.eclipse.debug.core.IPrototypeAttributesLabelProvider
,org.eclipse.debug.ui.ILaunchConfigurationTab
,org.eclipse.debug.ui.ILaunchConfigurationTab2
public class OfficeFloorMainTab extends org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
ILaunchConfigurationTab
for runningOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorMainTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
-
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
createControl, createMainTypeExtensions, getId, getImage, getName, handleSearchButtonSelected, initializeAttributes, initializeFrom, isValid, performApply
-
Methods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.SharedJavaMainTab
createMainTypeEditor, initializeMainTypeAndName, updateMainTypeFromConfig
-
Methods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
createProjectEditor, getDefaultListener, getJavaProject, getWorkspaceRoot, handleProjectButtonSelected, mapResources
-
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
getContext, getCurrentLaunchConfiguration, initializeJavaProject
-
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
-
-