当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
SplittedPanel.SplitChangeEvent (NetBeans UI Utilities API) - NetBeans API Javadoc 5.0.0
org.openide.awt
Class SplittedPanel.SplitChangeEvent
java.lang.Object
java.util.EventObject
org.openide.awt.SplittedPanel.SplitChangeEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SplittedPanel
Deprecated. This class does nothing interesting that cannot be done with a JSplitPane.
Use a JSplitPane instead.
- public static class SplittedPanel.SplitChangeEvent
- extends EventObject
An event that describes a split point change
- See Also:
- Serialized Form
Constructor Summary |
SplittedPanel.SplitChangeEvent(SplittedPanel splittedPanel,
int oldValue,
int newValue)
Deprecated. Constructs a new SplitChangeEvent for specified source SplittedPanel and
old and new SplitPositions |
SplittedPanel.SplitChangeEvent
public SplittedPanel.SplitChangeEvent(SplittedPanel splittedPanel,
int oldValue,
int newValue)
- Deprecated.
- Constructs a new SplitChangeEvent for specified source SplittedPanel and
old and new SplitPositions
getOldValue
public int getOldValue()
- Deprecated.
- Returns:
- the old splitterPosition
getNewValue
public int getNewValue()
- Deprecated.
- Returns:
- the new splitterPosition