rero.dck.items

Class TabbedInput

public class TabbedInput extends JPanel implements DItem

Field Summary
protected LinkedListitems
protected JTabbedPanetabs
Constructor Summary
TabbedInput()
Method Summary
voidaddTab(DTab item)
JComponentgetComponent()
intgetEstimatedWidth()
DimensiongetPreferredSize()
voidrefresh()
voidsave()
voidsetAlignWidth(int width)
voidsetEnabled(boolean b)
voidsetParent(DParent parent)

Field Detail

items

protected LinkedList items

tabs

protected JTabbedPane tabs

Constructor Detail

TabbedInput

public TabbedInput()

Method Detail

addTab

public void addTab(DTab item)

getComponent

public JComponent getComponent()

getEstimatedWidth

public int getEstimatedWidth()

getPreferredSize

public Dimension getPreferredSize()

refresh

public void refresh()

save

public void save()

setAlignWidth

public void setAlignWidth(int width)

setEnabled

public void setEnabled(boolean b)

setParent

public void setParent(DParent parent)