java.lang.Object
javax.swing.JTabbedPane.ModelListener
- All Implemented Interfaces:
Serializable,EventListener,ChangeListener
- Enclosing class:
- JTabbedPane
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.-
Constructor Summary
Constructors Modifier Constructor Description protectedModelListener() -
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface javax.swing.event.ChangeListener
stateChanged
-
Constructor Details
-
ModelListener
protected ModelListener()
-