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
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 String title
inset
protected int inset
DGroup
public DGroup(String _title)
DGroup
public DGroup(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 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