Extension SDK 10.1.2


oracle.ide.layout
Class PreferredLayoutEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.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()

Extension SDK


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