kAWT Version 0.1

de.trantor.kawt
Class TabbedPane

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--de.trantor.kawt.TabbedPane

public class TabbedPane
extends Panel


Fields inherited from class java.awt.Container
insets
 
Constructor Summary
TabbedPane()
           
 
Method Summary
 void addTab(java.lang.String title, Component component)
           
 void setSelectedIndex(int index)
           
 
Methods inherited from class java.awt.Container
add, add, findComponentAt, getLayout, getMinimumSize, paintAll, paintComponents, remove, setLayout, update, validate
 
Methods inherited from class java.awt.Component
addKeyListener, addMouseListener, contains, getFont, getFontMetrics, getGraphics, getHeight, getLocationOnScreen, getPreferredSize, getWidth, getX, getY, invalidate, isEnabled, paint, processKeyEvent, processMouseEvent, proxyRequestFocus, repaint, repaint, requestFocus, setBackground, setBounds, setEnabled, setLocation, setSize, setSize, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedPane

public TabbedPane()
Method Detail

addTab

public void addTab(java.lang.String title,
                   Component component)

setSelectedIndex

public void setSelectedIndex(int index)

kAWT Version 0.1