rero.dck

Class DGroup

public abstract class DGroup extends DContainer implements DItem

Field Summary
protected intinset
protected Stringtitle
Constructor Summary
DGroup(String _title)
DGroup(String _title, int _inset)
Method Summary
JComponentgetComponent()
intgetEstimatedWidth()
StringgetTitle()
voidsetAlignWidth(int width)
JComponentsetupLayout(JComponent component)

Field Detail

inset

protected int inset

title

protected String title

Constructor Detail

DGroup

public DGroup(String _title)

DGroup

public DGroup(String _title, int _inset)

Method Detail

getComponent

public JComponent getComponent()

getEstimatedWidth

public int getEstimatedWidth()

getTitle

public String getTitle()

setAlignWidth

public void setAlignWidth(int width)

setupLayout

public JComponent setupLayout(JComponent component)