A D M O S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Analog - Class in <Unnamed>
-
This class provides a slider that notifies an Observer when its value changes.
- Analog(Observer) - Constructor for class Analog
-
Construct an object of this class.
D
- Digital - Class in <Unnamed>
-
This class provides a TextField that notifies an Observer when its value changes.
- Digital(Observer) - Constructor for class Digital
-
Construct an object of this class.
M
- main(String[]) - Static method in class Main
- Main - Class in <Unnamed>
-
This program holds two graphical components: a TextField and a JSlider.
- Main() - Constructor for class Main
O
- Observer - Class in <Unnamed>
-
This class observes the changes of an integer property in a set of observable objects.
- Observer() - Constructor for class Observer
S
- setInt(int) - Method in class Analog
-
Set the value of this Settable.
- setInt(int) - Method in class Digital
-
Set the value of this Settable.
- setInt(int) - Method in interface Settable
-
Set the value of an integer property.
- setSettable(Settable[]) - Method in class Observer
-
Set the observable of this observer.
- Settable - Interface in <Unnamed>
-
Interface to characterize objects that have an integer value.
U
- update(Settable, int) - Method in class Observer
-
Update the settables with a new value.
All Classes All Packages