public interface BorderSplitPaneListener
BorderSplitPane
related
events.Modifier and Type | Method and Description |
---|---|
void |
size2Changed(int size2)
The size of the inner split pane separating two optional components has
changed.
|
void |
sizeChanged(@NotNull java.awt.Component optionalComponent,
int size)
The size of the split pane has changed.
|
void sizeChanged(@NotNull @NotNull java.awt.Component optionalComponent, int size)
optionalComponent
- the split pane's optional componentsize
- the new sizevoid size2Changed(int size2)
size2
- the new size