public interface BorderPanelListener
BorderPanel
related events.Modifier and Type | Method and Description |
---|---|
int |
getSize2(Location location)
Returns the preferred position of the inner split pane.
|
void |
size2Changed(@NotNull Location location,
int size2)
The position of a the inner split pane has changed.
|
void |
sizeChanged(@NotNull java.awt.Component component,
int size)
The size of a
Component has changed. |
void sizeChanged(@NotNull @NotNull java.awt.Component component, int size)
Component
has changed.component
- the componentsize
- the new sizevoid size2Changed(@NotNull @NotNull Location location, int size2)
location
- the location that has changedsize2
- the new sizeint getSize2(Location location)
location
- the location-1