| Package | Description | 
|---|---|
| oracle.ide.controller | |
| oracle.jdeveloper.controller | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContextAwareLabelUpdater
LabelUpdater that can resolve macros againts the current Context. 
Supported macros are: action.name - the first label set on the action workspace.name - resolves to workspace.shortLabel project.name - resolves to project.shortLabel element.name - resolves to element.shortLabel node.name - resolves to node.shortLabel product.short.name - resolves to ProductInformation.getProductInformation().getShortName()
 working.set.name - resolves to the active working set name
  | 
| Modifier and Type | Method and Description | 
|---|---|
LabelUpdater | 
IdeAction.getLabelUpdater()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IdeAction.setLabelUpdater(LabelUpdater labelUpdater)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MenuAwareLabelUpdater
A LabelUpdater that allows an action's label to be updated
 based on the menu where the action resides. 
 |