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
SplittedPanel.SplitChangeEvent
public SplittedPanel.SplitChangeEvent(SplittedPanel splittedPanel,
int oldValue,
int newValue)
- Constructs a new SplitChangeEvent for specified source SplittedPanel and
old and new SplitPositions
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.