|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tie | |
---|---|
edu.hws.jcm.awt | |
edu.hws.jcm.draw |
Uses of Tie in edu.hws.jcm.awt |
---|
Methods in edu.hws.jcm.awt with parameters of type Tie | |
---|---|
void |
Animator.sync(Tie tie,
Tieable newest)
Part of the Tieable interface. |
void |
Tieable.sync(Tie tie,
Tieable newest)
This routine is called to tell this Tieable that the serial numbers of the Tieables that have been added to the Tie do not match. |
void |
VariableInput.sync(Tie tie,
Tieable newest)
Synchronize serial number and value with newest, unless this VariableInput is itself newest. |
void |
VariableSlider.sync(Tie tie,
Tieable newest)
Change the value and serial number of this object to match those of newest. |
Uses of Tie in edu.hws.jcm.draw |
---|
Fields in edu.hws.jcm.draw declared as Tie | |
---|---|
protected Tie |
CoordinateRect.syncWith
This contains other Limit objects with which the CoordinateRect is synchronizing. |
protected Tie |
LimitControlPanel.syncWith
A Tie holding this panel and the CoordinateRects that it controls. |
Methods in edu.hws.jcm.draw with parameters of type Tie | |
---|---|
void |
CoordinateRect.setSyncWith(Tie tie)
Set the Tie object that is used to synchronize this CoordinareRect with other objects. |
void |
CoordinateRect.sync(Tie tie,
Tieable newest)
Part of the Tieable interface. |
void |
LimitControlPanel.sync(Tie t,
Tieable newest)
Part of the Tieable interface, and not meant to be called directly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |