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 |
---|---|
void |
LayoutResetListener.afterLayoutActivation(LayoutResetEvent e)
Notification that the layouts have been reset and the current layout was activated.
|
void |
LayoutResetListener.afterLayoutReset(LayoutResetEvent e)
Notification that a layout has been reset to the original factory settings.
|
void |
LayoutResetListener.beforeLayoutActivation(LayoutResetEvent e)
Notification that the layouts have been reset and the current layout is going to be activated.
|
void |
LayoutResetListener.beforeLayoutReset(LayoutResetEvent e)
Notification that a layout is going to be reset to the original factory settings.
|