A C D E F G H I J L M N O P R S T U V W X

R

read(File) - Method in interface file.Storable
st.read(f) reads into st from the file f.
RealRange - Class in mvc
A RealRange is a model type for double values, specifying lower and upper bounds on values.
RealRange(Double, Double) - Constructor for class mvc.RealRange
new RealRange(lo, hi) returns a new RealRange with values from lo to hi.
RealRange(Double, Double, Double) - Constructor for class mvc.RealRange
new RealRange(lo, hi, st) returns a new RealRange with values from lo to hi.
RealRange.Controller - Class in mvc
DOCME.
RealRange.Controller(RealRange.Model) - Constructor for class mvc.RealRange.Controller
new Controller(m) returns a new Controller for the values of m.
RealRange.Model - Class in mvc
DOCME.
RealSlider - Class in mvc
DOCME.
RealSlider(RealRange.Model) - Constructor for class mvc.RealSlider
DOCME.
refresh() - Method in class file.FileGroup
 
refresh() - Method in class gui.multisource.ElementView
ev.refresh() refreshes ev's view of its root element.
removeAll() - Method in class mvc.Tabber
t.removeAll() removes all titles displayed by t.
removeCallback(Callback) - Method in class mvc.CallbackExecutor
ce.removeCallback(cbk) unregisters cbk as an callback that is executed by ce when ce.executeCallbacks() is invoked.
removeCallback(Callback) - Method in interface mvc.CallbackRegistry
cr.removeCallback(cbk) unregisters cbk as a callback of cr.
removeCallback(Callback) - Method in class mvc.ConstantModel
m.removeCallback(cbk) unregisters cbk as an callback of m.
removeCallback(Callback) - Method in class mvc.DerivedModelBase
ce.removeCallback(cbk) unregisters cbk as an callback that is executed by ce when ce.executeCallbacks() is invoked.
removeCallback(Callback) - Method in class mvc.DirectModel
m.removeCallback(cbk) unregisters cbk as an callback of m.
removeSubmodel(NamedModel<?>) - Method in class mvc.CompositeNotifier
DOCME.

A C D E F G H I J L M N O P R S T U V W X