Package org.somox.metrics.tabs
Class BlacklistTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.somox.metrics.tabs.MetricTab
org.somox.metrics.tabs.BlacklistTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckboxTreeViewer
protected ICheckStateListener
protected Composite
protected Composite
protected Composite
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activated
(ILaunchConfigurationWorkingCopy workingCopy) boolean
canSave()
void
createControl
(Composite parent) void
deactivated
(ILaunchConfigurationWorkingCopy workingCopy) void
dispose()
getImage()
getName()
void
initializeFrom
(ILaunchConfiguration configuration) boolean
isValid
(ILaunchConfiguration launchConfig) void
void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) void
Methods inherited from class org.somox.metrics.tabs.MetricTab
getModelAnalyzerTabGroupBlackboard, setDirty, setModelAnalyzerTabGroupBlackboard, setParentLaunchConfigurationTab, updateLaunchConfigurationDialog
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getAttributeLabel, getAttributesLabelsForPrototype, getHelpContextId, getId, getLaunchConfigurationDialog, getLaunchManager, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, scheduleUpdateJob, setAttribute, setControl, 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
OkToLeaveTab, postApply
-
Field Details
-
control
-
checkboxTreeViewer
-
checkStateListener
-
treeViewerControl
-
textFieldControl
-
-
Constructor Details
-
BlacklistTab
public BlacklistTab()
-
-
Method Details
-
activated
- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classAbstractLaunchConfigurationTab
-
canSave
public boolean canSave()- Specified by:
canSave
in interfaceILaunchConfigurationTab
- Overrides:
canSave
in classAbstractLaunchConfigurationTab
-
setRoot
-
createControl
-
deactivated
- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classAbstractLaunchConfigurationTab
-
dispose
public void dispose()- Specified by:
dispose
in interfaceILaunchConfigurationTab
- Overrides:
dispose
in classAbstractLaunchConfigurationTab
-
getControl
- Specified by:
getControl
in interfaceILaunchConfigurationTab
- Overrides:
getControl
in classAbstractLaunchConfigurationTab
-
getErrorMessage
- Specified by:
getErrorMessage
in interfaceILaunchConfigurationTab
- Overrides:
getErrorMessage
in classAbstractLaunchConfigurationTab
-
getImage
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classAbstractLaunchConfigurationTab
-
getMessage
- Specified by:
getMessage
in interfaceILaunchConfigurationTab
- Overrides:
getMessage
in classAbstractLaunchConfigurationTab
-
getName
-
initializeFrom
-
isValid
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classAbstractLaunchConfigurationTab
-
launched
- Specified by:
launched
in interfaceILaunchConfigurationTab
- Overrides:
launched
in classAbstractLaunchConfigurationTab
-
performApply
-
setDefaults
-