|
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.Objectjavax.swing.plaf.basic.BasicTreeUI.SelectionModelPropertyChangeHandler
public class BasicTreeUI.SelectionModelPropertyChangeHandler extends Object implements PropertyChangeListener
Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change.
| Constructor and Description |
|---|
BasicTreeUI.SelectionModelPropertyChangeHandler()
|
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(PropertyChangeEvent event)
This method gets called when a bound property is changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTreeUI.SelectionModelPropertyChangeHandler()
| Method Detail |
|---|
public void propertyChange(PropertyChangeEvent event)
PropertyChangeListener
propertyChange in interface PropertyChangeListenerevent - A PropertyChangeEvent object describing the event source
and the property that has changed.
|
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.