|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setValue(java.lang.Object value)
java.lang.Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |