public abstract class DebuggerConfigurableProvider
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<DebuggerConfigurableProvider> |
EXTENSION_POINT |
| Constructor and Description |
|---|
DebuggerConfigurableProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
generalApplied(DebuggerSettingsCategory category)
General settings of category were applied
|
java.util.Collection<? extends Configurable> |
getConfigurables(DebuggerSettingsCategory category) |
boolean |
isTargetedToProduct(Configurable configurable) |
public static final ExtensionPointName<DebuggerConfigurableProvider> EXTENSION_POINT
public java.util.Collection<? extends Configurable> getConfigurables(DebuggerSettingsCategory category)
public void generalApplied(DebuggerSettingsCategory category)
public boolean isTargetedToProduct(Configurable configurable)