|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValueSettable
this interface means the object provides one or more ValueSetter
through which the client changes the value. All ValueSetters will be added
to the Controlpane of the Applet.
the user also have to implement update()
mehtod of Observer to do
whatever needed corrospoiding the value change
ValueSetter
,
Observer
Method Summary | |
---|---|
ComponentSetter[] |
getComponentSetters()
|
ValueSetter[] |
getValueSetters()
|
Methods inherited from interface java.util.Observer |
---|
update |
Method Detail |
---|
ValueSetter[] getValueSetters()
ComponentSetter[] getComponentSetters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |