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

All Known Implementing Classes:
ColorSelector, FieldSelectorField, FileField, FontSelector, IconSelector, NumberField, PasswordField, PictureField, ReportTextPositionCombo, RequiredFieldsTable, ShortTextField, TimeField, 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