public interface IEnableDisableTarget
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEnableDisable()
Returns whether this object supports enable/disable operations.
|
boolean |
isEnabled()
Returns whether this object is enabled.
|
void |
setEnabled(boolean enabled)
Enables/disables this object
|
boolean canEnableDisable()
boolean isEnabled()
true if this obvject is enabled,
or false otherwise.void setEnabled(boolean enabled)
throws org.eclipse.debug.core.DebugException
enabled - enablement flag valueorg.eclipse.debug.core.DebugExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.