All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.TabPageArea

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jclass.bwt.JCContainer
                                   |
                                   +----jclass.bwt.TabPageArea

public class TabPageArea
extends JCContainer
A private container for use by a JCTabManager for holding its pages.

See Also:
JCTabManager

Constructor Index

 o TabPageArea(JCTabManager)
Creates an empty area with the specified parent.

Method Index

 o addPage(Component)
Adds a page.
 o drawShadow(Graphics)
Draws a 1-pixel shadow.
 o paintInterior(Graphics)
Draws a 1-pixel shadow.
 o showPage(Component)
Displays the specified page.

Constructors

 o TabPageArea
 public TabPageArea(JCTabManager tab_manager)
Creates an empty area with the specified parent.

Methods

 o addPage
 protected void addPage(Component page)
Adds a page.

 o showPage
 protected void showPage(Component page)
Displays the specified page.

 o paintInterior
 public synchronized void paintInterior(Graphics gc)
Draws a 1-pixel shadow.

Overrides:
paintInterior in class JCContainer
 o drawShadow
 protected void drawShadow(Graphics gc)
Draws a 1-pixel shadow.


All Packages  Class Hierarchy  This Package  Previous  Next  Index