@Deprecated
public static class SplittedPanel.SplitChangeEvent
extends java.util.EventObject
| Constructor | Description |
|---|---|
SplitChangeEvent(SplittedPanel splittedPanel,
int oldValue,
int newValue) |
Deprecated.
Constructs a new SplitChangeEvent for specified source SplittedPanel and
old and new SplitPositions
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getNewValue() |
Deprecated.
|
int |
getOldValue() |
Deprecated.
|
public SplitChangeEvent(SplittedPanel splittedPanel, int oldValue, int newValue)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.