rero.dck.items

Class NormalInput

public class NormalInput extends JPanel implements DItem

Field Summary
protected JLabellabel
Constructor Summary
NormalInput(String text, int align)
Method Summary
JComponentgetComponent()
intgetEstimatedWidth()
voidrefresh()
voidsave()
voidsetAlignWidth(int width)
voidsetEnabled(boolean b)
voidsetParent(DParent parent)
voidsetText(String text)

Field Detail

label

protected JLabel label

Constructor Detail

NormalInput

public NormalInput(String text, int align)

Method Detail

getComponent

public JComponent getComponent()

getEstimatedWidth

public int getEstimatedWidth()

refresh

public void refresh()

save

public void save()

setAlignWidth

public void setAlignWidth(int width)

setEnabled

public void setEnabled(boolean b)

setParent

public void setParent(DParent parent)

setText

public void setText(String text)