All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.JCTabManagerAdapter

java.lang.Object
   |
   +----jclass.bwt.JCTabManagerAdapter

public abstract class JCTabManagerAdapter
extends Object
implements JCTabManagerListener
The adapter which receives JCTabManager events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
JCTabManagerEvent

Constructor Index

 o JCTabManagerAdapter()

Method Index

 o tabManagerChangeBegin(JCTabManagerEvent)
Invoked before the page is changed.
 o tabManagerChangeEnd(JCTabManagerEvent)
Invoked after the page is changed.

Constructors

 o JCTabManagerAdapter
 public JCTabManagerAdapter()

Methods

 o tabManagerChangeBegin
 public void tabManagerChangeBegin(JCTabManagerEvent e)
Invoked before the page is changed. The event's values can be modified via its setXXX methods.

 o tabManagerChangeEnd
 public void tabManagerChangeEnd(JCTabManagerEvent e)
Invoked after the page is changed. Any changes made to the event are ignored.


All Packages  Class Hierarchy  This Package  Previous  Next  Index