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

C

Callback - Interface in mvc
A Callback responds to changes in the value of a Model.
CallbackExecutor - Class in mvc
A CallbackExecutor provides a registration, unregistration and execution service for callbacks.
CallbackExecutor() - Constructor for class mvc.CallbackExecutor
new CallbackExecutor() returns a new CallbackExecutor.
CallbackRegistry - Interface in mvc
A CallbackRegistry provides registration and unregistration service for callbacks.
CardView<T extends Viewable> - Class in mvc
DOCME.
CardView(Choice.Model<? extends T>) - Constructor for class mvc.CardView
new CardView(m) returns a new CardView.
CardView(Choice.Model<? extends T>, WrapMethod) - Constructor for class mvc.CardView
new CardView(m) returns a new CardView.
CascadedChooser<T> - Interface in mvc
 
changeSuffix(File) - Method in class gui.ImageType
 
Choice<T> - Class in mvc
A Choice is a model type that restricts model values to a fixed set of choices with Java type T.
Choice(T[]) - Constructor for class mvc.Choice
new Choice(cl) returns a new Choice with choice values from cl.
Choice(Iterable<? extends T>) - Constructor for class mvc.Choice
new Choice(cl) returns a new Choice with choice values from cl.
Choice(Iterator<? extends T>) - Constructor for class mvc.Choice
new Choice(cl) returns a new Choice with choice values from cl.
Choice.Controller<T> - Interface in mvc
 
Choice.ControllerImplementation<TC,TD> - Class in mvc
Concrete subclasses should retain TC as a parameter but should replace TD in the class declaration and all of its method declarations with a non-generic class that can be displayed by the subclass.
Choice.ControllerImplementation(Choice.Model<? extends TC>, Converter<? super TC, ? extends TD>) - Constructor for class mvc.Choice.ControllerImplementation
new Controller(m, cvtr) returns a new Controller for the values of m.
Choice.Model<TM> - Class in mvc
DOCME.
CLASS_TYPE - Static variable in class file.FileType
 
ClassNameNamer - Class in conversion
DOCME.
ClassNameNamer() - Constructor for class conversion.ClassNameNamer
new ClassNameNamer() returns a new ClassNameNamer.
clear() - Method in interface file.Storable
st.clear() sets st to an initial state with empty content.
clear() - Method in class gui.multisource.MultisourceDocument
msd.clear() removes all text from msd.
clear() - Method in class gui.multisource.MultisourceViewer
mv.clear() removes all text from mv.
ComboBoxChooser<T> - Class in mvc
DOCME.
ComboBoxChooser(Choice.Model<? extends T>) - Constructor for class mvc.ComboBoxChooser
new ComboBoxChooser(m) returns a new ComboBoxChooser.
ComboBoxChooser(Choice.Model<? extends T>, Converter<? super T, ? extends String>) - Constructor for class mvc.ComboBoxChooser
new ComboBoxChooser(m, cvtr) returns a new ComboBoxChooser.
ComboBoxChooser(Choice.Model<? extends T>, Namer<? super T>) - Constructor for class mvc.ComboBoxChooser
new ComboBoxChooser(m, cvtr) returns a new ComboBoxChooser.
commitUserText() - Method in class gui.multisource.MultisourceDocument
msd.commitUserText() commits the currently uncommitted user text in msd and sends the text to msd's text consumer.
ComponentGraphics - Class in gui
The ComponentGraphics class provides services for printing or exporting an image from a Swing JComponent.
ComponentGraphics(JComponent) - Constructor for class gui.ComponentGraphics
new ComponentGraphics(c) returns a new ComponentGraphics for exporting c.
CompositeModel<T,S extends NamedModel<? extends T>> - Class in mvc
A CompositeModel gets its value from its currently selected submodel.
CompositeModel(String, Choice<S>) - Constructor for class mvc.CompositeModel
new CompositeModel(nm, mc) returns a new CompositeModel named nm.
CompositeModel(String, Choice.Model<S>) - Constructor for class mvc.CompositeModel
new CompositeModel(nm, smm) returns a new CompositeModel named nm.
CompositeNotifier - Class in mvc
A CompositeNotifier is a notifier that manages notifications for a composite model.
CompositeNotifier() - Constructor for class mvc.CompositeNotifier
new CompositeNotifier() returns a new CompositeNotifier.
computePreferredSize(Dimension) - Method in class gui.AbstractSizer
computePreferredSize(sz) returns a preferred size based on the current actual size sz.
computeValue() - Method in class mvc.DerivedModelBase
 
Condition<T> - Interface in conversion
A Condition is a strategy for deciding if data items satisfy a condition.
ConstantModel<T> - Class in mvc
A ConstantModel is a NamedModel whose value is fixed when it is constructed.
ConstantModel(String, T) - Constructor for class mvc.ConstantModel
new ConstantModel(nm, val) returns a new ConstantModel with name nm and constant value val.
consumeText(String) - Method in interface gui.multisource.TextConsumer
tc.consumeText(txt) consumes txt according to the algorithm implemented in tc.
conversion - package conversion
The conversion package provides some utility classes for converting objects from one class to another.
Converter<F,T> - Interface in conversion
A Converter converts values from type F to type T.
convertTo(F) - Method in interface conversion.Converter
 
convertTo(F) - Method in class conversion.InverseConverter
DOCME.
convertTo(T) - Method in class conversion.NamerConverter
DOCME.
convertTo(Object) - Method in class conversion.ToStringConverter
new ToStringConverter() returns a new ToStringConverter.
createContentPane() - Method in class appBase.AppBase
createContentPane() is a primitive operation used to create the content pane.
createFontSizeAction(float) - Method in class appBase.AppBase
app.getFontSize() returns the font size of app.
createGlue() - Method in class mvc.GlueFactory
 
createMenuBar() - Method in class appBase.AppBase
createMenuBar() is a hook operation used to create the menu bar.
createModel(String) - Method in class mvc.Choice
mc.createModel(nm) returns a new editable model with name nm whose possible values are the choices of mc.
createModel(String) - Method in class mvc.IntegralRange
mc.createModel() returns a new editable model whose possible values are the choices of mc.
createModel(String) - Method in class mvc.RealRange
mc.createModel() returns a new editable model whose possible values are the choices of mc.
createPaneledWrapMethod() - Static method in class gui.Wrapper
This method is experimental - it may be of little use.
createUnwrappedWrapMethod() - Static method in class gui.Wrapper
This method is experimental - it may be of little use.
createViewComponent() - Method in class mvc.Choice.ControllerImplementation
 
createViewComponent() - Method in class mvc.ComboBoxChooser
DOCME.
createViewComponent() - Method in class mvc.IntegralRange.Controller
DOCME.
createViewComponent() - Method in class mvc.IntegralSlider
DOCME.
createViewComponent() - Method in class mvc.ListChooser
DOCME.
createViewComponent() - Method in class mvc.RealRange.Controller
DOCME.
createViewComponent() - Method in class mvc.RealSlider
DOCME.
createViewComponent() - Method in class mvc.TabbedChooser
tc.createViewComponent() returns the component that displays the choices of tc.
CSH_TYPE - Static variable in class file.FileType
 

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