|
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.JTabbedPane.ModelListener
protected class JTabbedPane.ModelListener extends Object implements ChangeListener, Serializable
We pass ModelChanged events along to the listeners with
the tabbedpane (instead of the model itself) as the event source.
| Modifier | Constructor and Description |
|---|---|
protected |
JTabbedPane.ModelListener()
|
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(ChangeEvent e)
Invoked when the target of the listener has changed its state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JTabbedPane.ModelListener()
| Method Detail |
|---|
public void stateChanged(ChangeEvent e)
ChangeListener
stateChanged in interface ChangeListenere - a ChangeEvent object
|
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.