rero.dck
Interface DItem

All Known Implementing Classes:
BlankInput, CharsetInput, CheckboxInput, ColorInput, DGroup, DirectoryInput, FileInput, FileListInput, FloatInput, FontInput, ImageInput, ImagePreview, LabelInput, ListInput, NetworkSelect, NormalInput, OptionInput, OtherInput, SelectInput, ServerList, StringInput, SuperInput, TabbedInput, TextInput

public interface DItem


Method Summary
 javax.swing.JComponent getComponent()
           
 int getEstimatedWidth()
           
 void refresh()
           
 void save()
           
 void setAlignWidth(int width)
           
 void setEnabled(boolean b)
           
 void setParent(DParent parent)
           
 

Method Detail

setEnabled

void setEnabled(boolean b)

save

void save()

getEstimatedWidth

int getEstimatedWidth()

setAlignWidth

void setAlignWidth(int width)

setParent

void setParent(DParent parent)

getComponent

javax.swing.JComponent getComponent()

refresh

void refresh()