Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.layout
Class LayoutResetListener

java.lang.Object
  extended by oracle.ide.layout.LayoutResetListener

public abstract class LayoutResetListener
extends java.lang.Object

Listener that gets notified when layouts are reset to the original factory settings. Notifications go as follows:

  1. before resetting layouts beforeLayoutReset is called
  2. registered implementations of DockableFactory are re-installed
  3. dockables are made visible, according to the current active layout
  4. beforeActivatingLayout is called
  5. current layout is re-activated
  6. afterActivatingLayout is called
  7. afterLayoutReset 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

LayoutResetListener

public LayoutResetListener()
Method Detail

beforeLayoutReset

public void beforeLayoutReset(LayoutResetEvent e)
Notification that a layout is going to be reset to the original factory settings.

Parameters:
e - the event containing information about the layout to be reset.

beforeLayoutActivation

public void beforeLayoutActivation(LayoutResetEvent e)
Notification that the layouts have been reset and the current layout is going to be activated.

Parameters:
e - the event containing information about the layout to be activate.

afterLayoutActivation

public void afterLayoutActivation(LayoutResetEvent e)
Notification that the layouts have been reset and the current layout was activated.

Parameters:
e - the event containing information about the activated layout.

afterLayoutReset

public void afterLayoutReset(LayoutResetEvent e)
Notification that a layout has been reset to the original factory settings.

Parameters:
e - the event containing information about the layout that was reset.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.