Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.basic.BasicTreeUI.TreeSelectionHandler
public class BasicTreeUI.TreeSelectionHandler extends Object implements TreeSelectionListener
Listens for changes in the selection model and updates the display accordingly.
Constructor and Description |
---|
BasicTreeUI.TreeSelectionHandler()
|
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(TreeSelectionEvent event)
Messaged when the selection changes in the tree we're displaying for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicTreeUI.TreeSelectionHandler()
Method Detail |
---|
public void valueChanged(TreeSelectionEvent event)
valueChanged
in interface TreeSelectionListener
event
- the event that characterizes the change.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.