Skip navigation links

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

E17493-03


oracle.ide.layout
Class PreferredLayoutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.ide.layout.PreferredLayoutEvent

All Implemented Interfaces:
java.io.Serializable

public class PreferredLayoutEvent
extends java.util.EventObject

PreferredLayoutEvent class.

See Also:
Serialized Form

Field Summary
static int PREF_LAYOUT_ACTIVATE
           
static int PREF_LAYOUT_INIT
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
PreferredLayoutEvent(int eventID, LayoutSelector selector, Layout layout)
           

 

Method Summary
 int getEventID()
           
 Layout getLayout()
           
 LayoutSelector getLayoutSelector()
           

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

PREF_LAYOUT_INIT

public static final int PREF_LAYOUT_INIT
See Also:
Constant Field Values

PREF_LAYOUT_ACTIVATE

public static final int PREF_LAYOUT_ACTIVATE
See Also:
Constant Field Values

Constructor Detail

PreferredLayoutEvent

public PreferredLayoutEvent(int eventID,
                            LayoutSelector selector,
                            Layout layout)

Method Detail

getLayoutSelector

public LayoutSelector getLayoutSelector()

getLayout

public Layout getLayout()

getEventID

public int getEventID()

Skip navigation links

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

E17493-03


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