rero.dck
Class DGroup

java.lang.Object
  extended byrero.dck.DContainer
      extended byrero.dck.DGroup
All Implemented Interfaces:
DItem

public abstract class DGroup
extends DContainer
implements DItem


Field Summary
protected  int inset
           
protected  String title
           
 
Fields inherited from class rero.dck.DContainer
capabilities, constraints, dialog, itemList
 
Constructor Summary
DGroup(String _title)
           
DGroup(String _title, int _inset)
           
 
Method Summary
 JComponent getComponent()
           
 int getEstimatedWidth()
           
 String getTitle()
           
 void setAlignWidth(int width)
           
 JComponent setupLayout(JComponent component)
           
 
Methods inherited from class rero.dck.DContainer
addBlankSpace, addCharsetInput, addCheckboxInput, addCheckboxInput, addColorInput, addComponent, addDialogGroup, addDirectoryInput, addFileInput, addFloatInput, addFontInput, addLabel, addLabelNormal, addListInput, addNetworkSelector, addOptionInput, addOther, addSelectInput, addStringInput, addStringInput, addTabbedInput, addTextInput, getCapabilities, getDialog, installCapabilities, refresh, save, setEnabled, setParent, setupDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rero.dck.DItem
refresh, save, setEnabled, setParent
 

Field Detail

title

protected String title

inset

protected int inset
Constructor Detail

DGroup

public DGroup(String _title)

DGroup

public DGroup(String _title,
              int _inset)
Method Detail

getEstimatedWidth

public int getEstimatedWidth()
Specified by:
getEstimatedWidth in interface DItem

setAlignWidth

public void setAlignWidth(int width)
Specified by:
setAlignWidth in interface DItem

setupLayout

public JComponent setupLayout(JComponent component)
Specified by:
setupLayout in class DContainer

getTitle

public String getTitle()
Specified by:
getTitle in class DContainer

getComponent

public JComponent getComponent()
Specified by:
getComponent in interface DItem