All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.TabArrowPanel

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

public class TabArrowPanel
extends JCContainer
implements JCActionListener
A private container which manages a JCTabManager's tab scroller arrows.

See Also:
JCTabManager

Constructor Index

 o TabArrowPanel(TabPanel)

Method Index

 o actionPerformed(JCActionEvent)
Scrolls the tabs depending on the arrow button hit.
 o fillBackground(Graphics)
Draws a jagged edge along the left side if any tab is covered.
 o layout()
Positions the arrows.
 o setLayout(LayoutManager)
Sets the layout manager for this container.

Constructors

 o TabArrowPanel
 public TabArrowPanel(TabPanel tab_panel)

Methods

 o setLayout
 public final void setLayout(LayoutManager mgr)
Sets the layout manager for this container. This method is overridden to prevent the layout mgr from being set.

Overrides:
setLayout in class Container
 o fillBackground
 public synchronized void fillBackground(Graphics gc)
Draws a jagged edge along the left side if any tab is covered.

Overrides:
fillBackground in class JCContainer
 o layout
 public void layout()
Positions the arrows.

Overrides:
layout in class Container
 o actionPerformed
 public void actionPerformed(JCActionEvent ev)
Scrolls the tabs depending on the arrow button hit.


All Packages  Class Hierarchy  This Package  Previous  Next  Index