rero.dck
Class DGroup

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

public abstract class DGroup
extends DContainer
implements DItem


Field Summary
protected  int inset
           
protected  java.lang.String title
           
 
Fields inherited from class rero.dck.DContainer
capabilities, constraints, dialog, itemList
 
Constructor Summary
DGroup(java.lang.String _title)
           
DGroup(java.lang.String _title, int _inset)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 int getEstimatedWidth()
           
 java.lang.String getTitle()
           
 void setAlignWidth(int width)
           
 javax.swing.JComponent setupLayout(javax.swing.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 java.lang.String title

inset

protected int inset
Constructor Detail

DGroup

public DGroup(java.lang.String _title)

DGroup

public DGroup(java.lang.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 javax.swing.JComponent setupLayout(javax.swing.JComponent component)
Specified by:
setupLayout in class DContainer

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in class DContainer

getComponent

public javax.swing.JComponent getComponent()
Specified by:
getComponent in interface DItem