All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.JCTabManagerEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.awt.AWTEvent
                   |
                   +----jclass.bwt.JCAWTEvent
                           |
                           +----jclass.bwt.JCTabManagerEvent

public class JCTabManagerEvent
extends JCAWTEvent
JCTabManagerEvent is posted by a JCTabManager when its page changes.

See Also:
addTabManagerListener

Constructor Index

 o JCTabManagerEvent(Event, Component, JCTabButton, Component, JCTabButton)

Method Index

 o getChangePage()
Determines whether the page should change.
 o getCurrentPage()
Gets the current page (null at initialization).
 o getCurrentTab()
Gets the current tab (null at initialization).
 o getNextPage()
Gets the page that will be displayed.
 o getNextTab()
Gets the tab that will be displayed.
 o setChangePage(boolean)
Determines whether the page should change (default: true).
 o setNextPage(Component)
Sets the page that will be displayed.

Constructors

 o JCTabManagerEvent
  public JCTabManagerEvent(Event ev,
                           Component current,
                           JCTabButton current_tab,
                           Component next,
                           JCTabButton next_tab)

Methods

 o getCurrentPage
  public Component getCurrentPage()
Gets the current page (null at initialization).

 o getNextPage
  public Component getNextPage()
Gets the page that will be displayed.

 o getCurrentTab
  public JCTabButton getCurrentTab()
Gets the current tab (null at initialization).

 o getNextTab
  public JCTabButton getNextTab()
Gets the tab that will be displayed.

 o setNextPage
  public void setNextPage(Component page)
Sets the page that will be displayed.

 o getChangePage
  public boolean getChangePage()
Determines whether the page should change.

 o setChangePage
  public void setChangePage(boolean v)
Determines whether the page should change (default: true).


All Packages  Class Hierarchy  This Package  Previous  Next  Index