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
-
TabArrowPanel(TabPanel)
-
-
actionPerformed(JCActionEvent)
- Scrolls the tabs depending on the arrow button hit.
-
fillBackground(Graphics)
- Draws a jagged edge along the left side if any tab is covered.
-
layout()
- Positions the arrows.
-
setLayout(LayoutManager)
-
Sets the layout manager for this container.
TabArrowPanel
public TabArrowPanel(TabPanel tab_panel)
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
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
layout
public void layout()
- Positions the arrows.
- Overrides:
- layout in class Container
actionPerformed
public void actionPerformed(JCActionEvent ev)
- Scrolls the tabs depending on the arrow button hit.
All Packages Class Hierarchy This Package Previous Next Index