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

S

scale(double) - Method in class conversion.LinearScaler
ls.scale(val) returns ls's scaled value for val.
scale(double) - Method in interface conversion.Scaler
sc.scale(val) returns sc's scaled value for val.
Scaler - Interface in conversion
A Scaler converts double values to scaled double values.
scrolled(JComponent) - Static method in class gui.Wrapper
Wrapper.scrolled(c) returns a scroll pane containing the view component of c.
scrolled(JComponent, int, int) - Static method in class gui.Wrapper
Wrapper.scrolled(c, w, h) returns a sized scroll pane containing c.
scrolled(Viewable) - Static method in class gui.Wrapper
Wrapper.scrolled(v) returns a sized scroll pane containing the view component of v.
scrolled(Viewable, int, int) - Static method in class gui.Wrapper
Wrapper.scrolled(v, w, h) returns a sized scroll pane containing the view component of v.
segments(int, int) - Method in class gui.multisource.MultisourceDocument
msd.segments() returns an iterator for the segments in msd that contain offsets from so to eo, inclusive.
setBounds(int, int) - Method in class mvc.IntegralRange.Controller
DOCME.
setBounds(int, int) - Method in class mvc.IntegralSlider
DOCME.
setBounds(double, double) - Method in class mvc.RealRange.Controller
DOCME.
setBounds(double, double) - Method in class mvc.RealSlider
DOCME.
setConversion(Converter<T, F>, Iterable<T>) - Method in class conversion.InverseConverter
 
setConversion(Converter<T, F>, Iterator<T>) - Method in class conversion.InverseConverter
DOCME.
setConversion(Converter<T, F>, T[]) - Method in class conversion.InverseConverter
DOCME.
setCurrentDirectory(File) - Method in class file.FilePanel
 
setDirectory(File) - Method in class file.FileGroup
 
setDisplayObjects(Iterator<TD>) - Method in class mvc.Choice.ControllerImplementation
Concrete subclasses should implement setDisplayObjects() to record and display objects from nms.
setDisplayObjects(Iterator<String>) - Method in class mvc.ComboBoxChooser
DOCME.
setDisplayObjects(Iterator<String>) - Method in class mvc.ListChooser
DOCME.
setDisplayObjects(Iterator<String>) - Method in class mvc.TabbedChooser
tc.setDisplayObjects(nms) sets the displayed choices of tc to the names iterated by nms .
setDoubleValue(double) - Method in class mvc.RealRange.Model
DOCME.
setEditable(boolean) - Method in class gui.multisource.MultisourceViewer
mv.setEditable(ed) sets the editability of mv to ed.
setFileable(Storable) - Method in class file.WorkSpace
ws.setFileable(flbl) sets the fileable of ws to flbl.
setFilter(FileFilter) - Method in class file.WorkSpace
ws.setFilter(fltr) sets the file filter of ws to fltr.
setFontSize(float) - Method in class appBase.AppBase
app.setFontSize(sz) sets the font size for app to sz.
setFontSize(float) - Static method in class appBase.FontManager
FontManager.setFontSize(sz) sets the font size for all swing display components to sz.
setFontSize(int) - Method in class gui.multisource.MultisourceViewer
mv.setFontSize(sz) sets the font size of mv to sz.
setHeight(int) - Method in class gui.AbstractSizer
s.setHeight(h) sets the initial heighth of the sized component of s to h.
setHeightEm(float) - Method in class gui.Spacer
sp.setHeightEm(hEm) sets the minimum, preferred, and maximum heights of sp to hEm ems.
setHGap(int) - Method in class gui.GriddedPanel
gp.setHGap(h) sets the horizontal gap between the componets in gp to h.
setIntValue(int) - Method in class mvc.IntegralRange.Model
DOCME.
setModel(Choice.Model<? extends T>) - Method in class mvc.CardView
DOCME.
setModel(Choice.Model<? extends T>) - Method in interface mvc.Choice.Controller
DOCME.
setModel(Choice.Model<? extends TC>) - Method in class mvc.Choice.ControllerImplementation
DOCME.
setModel(Model<? extends URL>) - Method in class mvc.HTMLView
DOCME.
setModel(IntegralRange.Model) - Method in class mvc.IntegralRange.Controller
DOCME.
setModel(Model<? extends Object>) - Method in class mvc.LabelView
DOCME.
setModel(NamedModel<? extends T>) - Method in class mvc.NamerView
nv.setModel(m) arranges for vw to view the value of m.
setModel(NamedModel<? extends Painter>) - Method in class mvc.PainterView
DOCME.
setModel(RealRange.Model) - Method in class mvc.RealRange.Controller
DOCME.
setModel(Model<? extends Object>) - Method in class mvc.TextAreaView
DOCME.
setModel(TM) - Method in class mvc.UpdateManager
um.setModel(m) replaces um's current model with m.
setModel(TM) - Method in interface mvc.View
vw.setModel(m) arranges for vw to view the value of m.
setModelValue() - Method in class mvc.Choice.ControllerImplementation
DOCME.
setModelValue() - Method in class mvc.IntegralRange.Controller
DOCME.
setModelValue() - Method in class mvc.RealRange.Controller
DOCME.
setModelValue() - Method in class mvc.UpdateManager
um.setModelValue() updates um's current model if necessary.
setRoot(AbstractDocument.AbstractElement) - Method in class gui.multisource.ElementView
ev.setRoot() sets r as the root element for ev's view.
setScale(double, double) - Method in class conversion.MutableLinearScaler
ls.setScale(val) adjusts ls to have zero point z and slope s.
setScale(double, double, double) - Method in class conversion.MutableLinearScaler
ls.setScale(val) adjusts ls to have zero point z and to scale val to sval.
setScale(double, double, double, double) - Method in class conversion.MutableLinearScaler
ls.setScale(val) adjusts ls to scale val1 to sval1 and val2 to sval2.
setSizeEm(float, float) - Method in class gui.Spacer
sp.setSizeEm(wEm, hEm) sets the minimum, preferred, and maximum sizes of sp to wEm ems by hEm ems.
setSourceColor(Object, Color) - Method in class gui.multisource.MultisourceBorder
msb.setSourceColor(s, c) sets the source color for sources whose identifier is s to c.
setSourceColor(Object, Color) - Method in class gui.multisource.MultisourceViewer
mv.setSourceColor(src, c) sets the source color of source identified by src in mv to c.
setSpacerSizeEm(float, float) - Method in interface mvc.CascadedChooser
 
setSpacerSizeEm(float, float) - Method in class mvc.LeafCascadedChooser
 
setSpacerSizeEm(float, float) - Method in class mvc.NonLeafCascadedChooser
 
setTextConsumer(TextConsumer) - Method in class gui.multisource.MultisourceDocument
msd.setTextConsumer(tc) sets msd's text consumer to tc.
setTextConsumer(TextConsumer) - Method in class gui.multisource.MultisourceViewer
mv.setTextConsumer(tc) sets tc as the text consumer for mv.
setVGap(int) - Method in class gui.GriddedPanel
gp.setVGap(v) sets the vertical gap between the componets in gp to v.
setViewIndex(int) - Method in class mvc.Choice.ControllerImplementation
DOCME.
setViewIndex(int) - Method in class mvc.ComboBoxChooser
DOCME.
setViewIndex(int) - Method in class mvc.ListChooser
DOCME.
setViewIndex(int) - Method in class mvc.TabbedChooser
tc.setViewIndex(i) sets the choice with view index i as the selected item of tc.
setViewValue(int) - Method in class mvc.IntegralRange.Controller
DOCME.
setViewValue(int) - Method in class mvc.IntegralSlider
DOCME.
setViewValue(double) - Method in class mvc.RealRange.Controller
DOCME.
setViewValue(double) - Method in class mvc.RealSlider
DOCME.
setWidth(int) - Method in class gui.AbstractSizer
s.setWidth(w) sets the initial width of the sized component of s to w.
setWidth() - Method in class mvc.Tabber
t.setWidth() adjusts the height of t to fit its current width.
setWidth(int) - Method in class mvc.Tabber
t.setWidth(w) adjusts the width and height of t to give it width w.
setWidthEm(float) - Method in class gui.Spacer
sp.setWidthEm(hEm) sets the minimum, preferred, and maximum widths of sp to wEm ems.
SH_TYPE - Static variable in class file.FileType
 
showDialog() - Method in class gui.ImageFileChooser
 
showError(String, IOException) - Static method in class file.FileDialogs
 
showError(String, File, String) - Static method in class file.FileDialogs
 
showError(String, String, String) - Static method in class file.FileDialogs
 
Spacer - Class in gui
A Spacer is an empty label that is sized according to its current font size.
Spacer(float) - Constructor for class gui.Spacer
new Spacer(hEm) returns a Spacer with dimensions 0 by hEm ems.
Spacer(float, float) - Constructor for class gui.Spacer
new Spacer(wEm, hEm) returns a Spacer with dimensions wEm ems by hEm ems.
SQL_TYPE - Static variable in class file.FileType
 
start() - Method in interface vfs.VFSVisitor
v.start() performs algorithm initialization steps required when a new traversal is started with v.
Storable<T> - Interface in file
A Storable is a model that can be read from and written to a file.

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