|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.ocl.examples.debug.ui.launching.AbstractMainTab
public abstract class AbstractMainTab
Field Summary | |
---|---|
protected boolean |
initializing
Internal flag to suppress redundant recursive updates while initializing controls. |
protected MetaModelManager |
metaModelManager
|
Constructor Summary | |
---|---|
AbstractMainTab()
|
Method Summary | |
---|---|
void |
dispose()
|
protected MetaModelManager |
getMetaModelManager()
|
java.lang.String |
getName()
|
protected boolean |
launchConfigurationExists(java.lang.String name)
|
protected java.lang.String |
newLaunchConfigurationName(java.lang.String fileName)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
protected abstract void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration,
org.eclipse.core.resources.IFile iFile)
|
void |
updateLaunchConfigurationDialog()
|
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, getControl, getErrorMessage, getHelpContextId, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage |
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 |
---|
createControl, initializeFrom, performApply |
Field Detail |
---|
@Nullable protected MetaModelManager metaModelManager
protected boolean initializing
Constructor Detail |
---|
public AbstractMainTab()
Method Detail |
---|
public void dispose()
dispose
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
dispose
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
@NonNull protected MetaModelManager getMetaModelManager()
@NonNull public java.lang.String getName()
protected boolean launchConfigurationExists(@NonNull java.lang.String name)
protected java.lang.String newLaunchConfigurationName(@NonNull java.lang.String fileName)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
protected abstract void setDefaults(@NonNull org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration, @NonNull org.eclipse.core.resources.IFile iFile)
public void updateLaunchConfigurationDialog()
updateLaunchConfigurationDialog
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |