| Package | Description |
|---|---|
| oracle.ide.condition | |
| oracle.ide.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextPropertyCondition
Evaluates if the context has a certain property.
|
class |
InstanceOfCondition
Evaluates if a key in the context is instance of a type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionCondition
The
Actioncondition interface defines the contract for all conditions.A condition is responsible for determining the enabled/disabled state for an action, updating its label if needed. |