rero.dck.items

Class FontInput

public class FontInput extends SuperInput implements ItemListener

Field Summary
protected booleanlisting
protected JComboBoxname
protected JLabelpreview
protected JComboBoxsize
protected JComboBoxstyle
protected Fontvalue
Constructor Summary
FontInput(String _variable, Font _value)
Method Summary
static Stringfunny()
JComponentgetComponent()
intgetEstimatedWidth()
voiditemStateChanged(ItemEvent ev)
voidrefresh()
voidsave()
voidsetAlignWidth(int width)

Field Detail

listing

protected boolean listing

name

protected JComboBox name

preview

protected JLabel preview

size

protected JComboBox size

style

protected JComboBox style

value

protected Font value

Constructor Detail

FontInput

public FontInput(String _variable, Font _value)

Method Detail

funny

public static String funny()

getComponent

public JComponent getComponent()

getEstimatedWidth

public int getEstimatedWidth()

itemStateChanged

public void itemStateChanged(ItemEvent ev)

refresh

public void refresh()

save

public void save()

setAlignWidth

public void setAlignWidth(int width)