net.sf.ext.jflexsett.settings.ui
Interface ISettingsComponent

All Known Implementing Classes:
ColorField, FontSelector, NumberField, PictureField, RequiredFieldsTable, ShortTextField, URLField

public interface ISettingsComponent

When adding self-made components to the SettingsView they need to implement this interface as well as extend the JComponent or Component class


Method Summary
 java.lang.Object getValue()
          Retrieves a value from the component
 void setValue(java.lang.Object value)
          Applies a value to the component
 

Method Detail

setValue

public void setValue(java.lang.Object value)
Applies a value to the component


getValue

public java.lang.Object getValue()
Retrieves a value from the component