public class BasicSplitPaneUI.FocusHandler extends FocusAdapter
| Constructor and Description |
|---|
BasicSplitPaneUI.FocusHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent ev)
This method is called when the JSplitPane gains focus.
|
void |
focusLost(FocusEvent ev)
This method is called when the JSplitPane loses focus.
|
public BasicSplitPaneUI.FocusHandler()
public void focusGained(FocusEvent ev)
focusGained in interface FocusListenerfocusGained in class FocusAdapterev - The FocusEvent.public void focusLost(FocusEvent ev)
focusLost in interface FocusListenerfocusLost in class FocusAdapterev - The FocusEvent.