|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.layout.LayoutResetListener
public abstract class LayoutResetListener
Listener that gets notified when layouts are reset to the original factory settings. Notifications go as follows:
beforeLayoutReset is calledDockableFactory are
re-installedbeforeActivatingLayout is calledafterActivatingLayout is calledafterLayoutReset is called
| Constructor Summary | |
|---|---|
LayoutResetListener()
|
|
| Method Summary | |
|---|---|
void |
afterLayoutActivation(LayoutResetEvent e)
Notification that the layouts have been reset and the current layout was activated. |
void |
afterLayoutReset(LayoutResetEvent e)
Notification that a layout has been reset to the original factory settings. |
void |
beforeLayoutActivation(LayoutResetEvent e)
Notification that the layouts have been reset and the current layout is going to be activated. |
void |
beforeLayoutReset(LayoutResetEvent e)
Notification that a layout is going to be reset to the original factory settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutResetListener()
| Method Detail |
|---|
public void beforeLayoutReset(LayoutResetEvent e)
e - the event containing information about the layout to be reset.public void beforeLayoutActivation(LayoutResetEvent e)
e - the event containing information about the layout to be activate.public void afterLayoutActivation(LayoutResetEvent e)
e - the event containing information about the activated layout.public void afterLayoutReset(LayoutResetEvent e)
e - the event containing information about the layout that was reset.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||