public interface IValueSettable
extends java.util.Observer
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 changeValueSetter
,
Observer
Modifier and Type | Method and Description |
---|---|
ComponentSetter[] |
getComponentSetters() |
ValueSetter[] |
getValueSetters() |
ValueSetter[] getValueSetters()
ComponentSetter[] getComponentSetters()