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

M

Model<T> - Interface in mvc
A Model has a dynamic value of type T and provides a mechanism for notifying observers when that value changes.
MultisourceBorder - Class in gui.multisource
A MultisourceBorder is a border that displays a color code indicating the source of text in a MultisourceDocument.
MultisourceBorder(JTextPane, MultisourceDocument) - Constructor for class gui.multisource.MultisourceBorder
new MultisourceBorder(c, msd) returns a multisource border that reflects the sources for text in msd and can be installed in c.
MultisourceBorder(JTextPane, MultisourceDocument, int) - Constructor for class gui.multisource.MultisourceBorder
new MultisourceBorder(tp, msd, w) returns a new multisource border with width w that reflects the sources for text in msd and can be installed on tp.
MultisourceDocument - Class in gui.multisource
A MultisourceDocument is a document with segments that are attributed to different sources.
MultisourceDocument(TextConsumer) - Constructor for class gui.multisource.MultisourceDocument
new MultisourceDocument(tc) returns a new MultisourceDocument with text consumer tc.
MultisourceDocument.SourceSegment - Class in gui.multisource
A SourceSegment represents a contiguous, single source segment of text in a multisource document.
MultisourceViewer - Class in gui.multisource
A MultisourceViewer displays multisource text and displays the sources of lines of text as color codes on the left of the text.
MultisourceViewer() - Constructor for class gui.multisource.MultisourceViewer
new MultisourceViewer() returns a new MultisourceViewer with a do-nothing text consumer.
MultisourceViewer(TextConsumer) - Constructor for class gui.multisource.MultisourceViewer
new MultisourceViewer(tc) returns a new MultisourceViewer with text consumer tc.
MutableLinearScaler - Class in conversion
DOCME.
MutableLinearScaler() - Constructor for class conversion.MutableLinearScaler
new MutableLinearScaler() returns a new MutableLinearScaler.
mvc - package mvc
The mvc package is an attempt to define generic model, view, and controller classes.

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