rero.dck
Class DGroup
java.lang.Object
rero.dck.DContainer
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
|
Constructor Summary |
DGroup(java.lang.String _title)
|
DGroup(java.lang.String _title,
int _inset)
|
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 |
title
protected java.lang.String title
inset
protected int inset
DGroup
public DGroup(java.lang.String _title)
DGroup
public DGroup(java.lang.String _title,
int _inset)
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