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
-
TabPageArea(JCTabManager)
- Creates an empty area with the specified parent.
-
addPage(Component)
- Adds a page.
-
drawShadow(Graphics)
- Draws a 1-pixel shadow.
-
paintInterior(Graphics)
- Draws a 1-pixel shadow.
-
showPage(Component)
- Displays the specified page.
TabPageArea
public TabPageArea(JCTabManager tab_manager)
- Creates an empty area with the specified parent.
addPage
protected void addPage(Component page)
- Adds a page.
showPage
protected void showPage(Component page)
- Displays the specified page.
paintInterior
public synchronized void paintInterior(Graphics gc)
- Draws a 1-pixel shadow.
- Overrides:
- paintInterior in class JCContainer
drawShadow
protected void drawShadow(Graphics gc)
- Draws a 1-pixel shadow.
All Packages Class Hierarchy This Package Previous Next Index