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

A

AbstractSizer - Class in gui
The AbstractSizer class is the base class for classes that manage resizing components such as text panes that can lay out their contents differently depending on available space.
AbstractSizer(JComponent) - Constructor for class gui.AbstractSizer
new AbstractSizer(c) returns a new sizer whosed sized component is c.
add(String, T) - Method in class conversion.NameSpace
 
add(String) - Method in class mvc.Tabber
t.add(ttl) adds a tab with title ttl to t.
addCallback(Callback) - Method in class mvc.CallbackExecutor
ce.addCallback(cbk) registers cbk as an callback that is executed by ce when ce.executeCallbacks() is invoked.
addCallback(Callback) - Method in interface mvc.CallbackRegistry
cr.addCallback(cbk) registers cbk as a callback of cr.
addCallback(Callback) - Method in class mvc.ConstantModel
m.addCallback(cbk) registers cbk as an callback of m.
addCallback(Callback) - Method in class mvc.DerivedModelBase
ce.addCallback(cbk) registers cbk as an callback that is executed by ce when ce.executeCallbacks() is invoked.
addCallback(Callback) - Method in class mvc.DirectModel
m.addCallback(cbk) registers cbk as an callback of m.
addFile(String) - Method in class vfs.VFSDirectory
addFile(nm) adds the file named nm to this VFSDirectory.
addSourceModel(Model<?>) - Method in class mvc.DerivedModelBase
 
addSubdirectory(VFSDirectory) - Method in class vfs.VFSDirectory
d.addSubdirectory(nm) adds the subdirectory named nm to d.
addSubmodel(NamedModel<?>) - Method in class mvc.CompositeNotifier
DOCME.
addText(String, Object) - Method in class gui.multisource.MultisourceDocument
msd.addText(txt, src) adds txt to msd with source src.
addText(String, Object) - Method in class gui.multisource.MultisourceViewer
mv.addText(s, src) adds s at the start-new-text point of mv and advances the start-new-text point past the added text.
appBase - package appBase
The appBase package is a framework for creating programs that can run either as a standalone application or as an applet.
AppBase - Class in appBase
Class AppBase is used for creating combined applets and standalone applications.
AppBase() - Constructor for class appBase.AppBase
 
approveSelection() - Method in class gui.ImageFileChooser
 
AttachablePopupMenu - Class in gui
An AttachablePopupMenu is a popup menu that can be attached to several components at the same time.
AttachablePopupMenu() - Constructor for class gui.AttachablePopupMenu
new AttachablePopupMenu() returns a new attachable popup menu that has no title.
AttachablePopupMenu(String) - Constructor for class gui.AttachablePopupMenu
new AttachablePopupMenu(ttl) returns a new attachable popup menu with title ttl.
attachTo(Component) - Method in class gui.AttachablePopupMenu
p.attachTo(c) makes c respond to popup trigger events by popping up p.

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