|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.FocusAdapter | +--javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler
Implementation of the FocusListener that the JSplitPane UI uses.
This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicSplitPaneUI.
Constructor Summary | |
BasicSplitPaneUI.FocusHandler()
|
Method Summary | |
void |
focusLost(java.awt.event.FocusEvent ev)
|
Methods inherited from class java.awt.event.FocusAdapter |
focusGained |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BasicSplitPaneUI.FocusHandler()
Method Detail |
public void focusLost(java.awt.event.FocusEvent ev)
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |