Class sunsoft.jws.visual.rt.awt.TabbedFolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.awt.TabbedFolder

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----sunsoft.jws.visual.rt.awt.VJPanel
                                   |
                                   +----sunsoft.jws.visual.rt.awt.CardPanel
                                           |
                                           +----sunsoft.jws.visual.rt.awt.TabbedFolder

public class TabbedFolder
extends CardPanel

Constructor Index

 o TabbedFolder()
 o TabbedFolder(String[])

Method Index

 o addNotify()
 o addTab(String)
 o addTab(String, int)
 o getCurrentFolder()
 o insets()
 o minimumSize()
 o mouseDown(Event, int, int)
 o newCardLabel()
 o paint(Graphics)
 o preferredSize()
 o removeAllTabs()
 o removeNotify()
 o removeTab(String)
 o renameTab(String, String)
 o setFont(Font)
 o show(String)
 o update(Graphics)

Constructors

 o TabbedFolder
  public TabbedFolder()
 o TabbedFolder
  public TabbedFolder(String tabs[])

Methods

 o newCardLabel
  protected Label newCardLabel()
Overrides:
newCardLabel in class CardPanel
 o addTab
  public void addTab(String tab)
Overrides:
addTab in class CardPanel
 o addTab
  public void addTab(String tab,
                     int index)
Overrides:
addTab in class CardPanel
 o renameTab
  public void renameTab(String oldName,
                        String newName)
Overrides:
renameTab in class CardPanel
 o removeTab
  public void removeTab(String tab)
Overrides:
removeTab in class CardPanel
 o removeAllTabs
  public void removeAllTabs()
Overrides:
removeAllTabs in class CardPanel
 o getCurrentFolder
  public String getCurrentFolder()
 o show
  public void show(String tab)
Overrides:
show in class CardPanel
 o addNotify
  public void addNotify()
Overrides:
addNotify in class Panel
 o removeNotify
  public void removeNotify()
Overrides:
removeNotify in class Container
 o setFont
  public void setFont(Font font)
Overrides:
setFont in class Component
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class VJPanel
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class VJPanel
 o insets
  public Insets insets()
Overrides:
insets in class VJPanel
 o mouseDown
  public boolean mouseDown(Event evt,
                           int x,
                           int y)
Overrides:
mouseDown in class Component
 o update
  public void update(Graphics g)
Overrides:
update in class VJPanel
 o paint
  public void paint(Graphics g)
Overrides:
paint in class VJPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index