| Package | Description | 
|---|---|
| oracle.ide.view | |
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
View.fireViewSelectionChanged(ViewSelectionEvent e)  | 
void | 
ViewSelectionListener.viewSelectionChanged(ViewSelectionEvent e)
This method is called every time the selection changes in a view. 
 | 
void | 
AbstractPinnable.viewSelectionChanged(ViewSelectionEvent e)
Respond to a change in selection in the pinned View based on the pin
 state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractCanvas.viewSelectionChanged(ViewSelectionEvent e)
Respond to a ViewSelectionEvent in our associated UIEditor by firing our
 own ViewSelectionEvent reflecting the new selection. 
 |