| Package | Description |
|---|---|
| oracle.ide.layout |
Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LayoutResetListener> |
Layouts.layoutResetListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layouts.addLayoutResetListener(LayoutResetListener l)
Adds the given listener to the list of listeners to notify when layouts are reset to original factory settings.
|
void |
Layouts.removeLayoutResetListener(LayoutResetListener l)
Removes the given listener from the list of listeners to notify when layouts are reset to original factory settings.
|