Class AbstractSourceConfigurationTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.epsilon.common.dt.launching.tabs.AbstractSourceConfigurationTab
- All Implemented Interfaces:
EventListener
,org.eclipse.debug.core.IPrototypeAttributesLabelProvider
,org.eclipse.debug.ui.ILaunchConfigurationTab
,org.eclipse.debug.ui.ILaunchConfigurationTab2
,org.eclipse.swt.events.ModifyListener
,org.eclipse.swt.internal.SWTEventListener
- Direct Known Subclasses:
EclSourceConfigurationTab
,EglSourceConfigurationTab
,EmlSourceConfigurationTab
,EolSourceConfigurationTab
,EplSourceConfigurationTab
,EtlSourceConfigurationTab
,EvlSourceConfigurationTab
,FlockSourceConfigurationTab
,PinsetSourceConfigurationTab
public abstract class AbstractSourceConfigurationTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab
implements org.eclipse.swt.events.ModifyListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canSave()
protected org.eclipse.swt.widgets.Button
createBrowseWorkspaceForContainerButton
(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Text target, String title, String subtitle) protected org.eclipse.swt.widgets.Button
createBrowseWorkspaceForFileButton
(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Text target) void
createControl
(org.eclipse.swt.widgets.Composite parent) protected org.eclipse.swt.widgets.Group
createGroup
(org.eclipse.swt.widgets.Composite control, String name, int numberOfColumns) protected org.eclipse.swt.widgets.Composite
createTwoColumnComposite
(org.eclipse.swt.widgets.Composite parent) org.eclipse.swt.widgets.Composite
Deprecated.We don't care about file extensions any moreorg.eclipse.swt.graphics.Image
getImage()
abstract String
getName()
abstract EpsilonPlugin
abstract String
abstract String
getTitle()
void
initializeFrom
(org.eclipse.debug.core.ILaunchConfiguration configuration) void
modifyText
(org.eclipse.swt.events.ModifyEvent e) protected String
newLaunchConfigurationName
(String fileName) void
performApply
(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Field Details
-
fileLabel
protected org.eclipse.swt.widgets.Label fileLabel -
filePath
protected org.eclipse.swt.widgets.Text filePath -
browse
protected org.eclipse.swt.widgets.Button browse -
extras
protected org.eclipse.swt.widgets.Composite extras
-
-
Constructor Details
-
AbstractSourceConfigurationTab
public AbstractSourceConfigurationTab()
-
-
Method Details
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent) - Specified by:
createControl
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
-
createBrowseWorkspaceForFileButton
protected org.eclipse.swt.widgets.Button createBrowseWorkspaceForFileButton(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Text target) -
createBrowseWorkspaceForContainerButton
-
createGroup
protected org.eclipse.swt.widgets.Group createGroup(org.eclipse.swt.widgets.Composite control, String name, int numberOfColumns) -
createTwoColumnComposite
protected org.eclipse.swt.widgets.Composite createTwoColumnComposite(org.eclipse.swt.widgets.Composite parent) -
getExtras
public org.eclipse.swt.widgets.Composite getExtras() -
getFileLabel
-
getActiveEditorPath
-
getActiveEditorName
-
getImage
public org.eclipse.swt.graphics.Image getImage()- Specified by:
getImage
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
- Overrides:
getImage
in classorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) - Specified by:
setDefaults
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
-
newLaunchConfigurationName
-
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration) - Specified by:
initializeFrom
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
-
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) - Specified by:
performApply
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
-
getName
- Specified by:
getName
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
-
canSave
public boolean canSave()- Specified by:
canSave
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTab
- Overrides:
canSave
in classorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
modifyText
public void modifyText(org.eclipse.swt.events.ModifyEvent e) - Specified by:
modifyText
in interfaceorg.eclipse.swt.events.ModifyListener
-
getPlugin
-
getImagePath
-
getFileExtension
Deprecated.We don't care about file extensions any more- Returns:
-
getSelectionTitle
-
getSelectionSubtitle
-
getTitle
-
getSourceAttributeName
-