rero.dck
Interface DItem

All Known Implementing Classes:
BlankInput, DGroup, ImagePreview, LabelInput, NormalInput, OtherInput, ServerList, SuperInput, TabbedInput

public interface DItem


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

Method Detail

setEnabled

public void setEnabled(boolean b)

save

public void save()

getEstimatedWidth

public int getEstimatedWidth()

setAlignWidth

public void setAlignWidth(int width)

setParent

public void setParent(DParent parent)

getComponent

public JComponent getComponent()

refresh

public void refresh()