org.openide.awt
Class SplittedPanel.SplitChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.openide.awt.SplittedPanel.SplitChangeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
SplittedPanel

public static class SplittedPanel.SplitChangeEvent
extends EventObject

An event that describes a split point change

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SplittedPanel.SplitChangeEvent(SplittedPanel splittedPanel, int oldValue, int newValue)
          Constructs a new SplitChangeEvent for specified source SplittedPanel and old and new SplitPositions
 
Method Summary
 int getNewValue()
           
 int getOldValue()
           
 
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
 

Constructor Detail

SplittedPanel.SplitChangeEvent

public SplittedPanel.SplitChangeEvent(SplittedPanel splittedPanel,
                                      int oldValue,
                                      int newValue)
Constructs a new SplitChangeEvent for specified source SplittedPanel and old and new SplitPositions
Method Detail

getOldValue

public int getOldValue()
Returns:
the old splitterPosition

getNewValue

public int getNewValue()
Returns:
the new splitterPosition


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.