public abstract class LayoutResetListener
extends java.lang.Object
beforeLayoutReset is calledDockableFactory are re-installedbeforeActivatingLayout is calledafterActivatingLayout is calledafterLayoutReset is called| Constructor and Description |
|---|
LayoutResetListener() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.