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

N

Named - Interface in conversion
A Named object has a getName() method for obtaining the object's name.
named(JComponent) - Static method in class gui.Wrapper
Wrapper.named(c) returns a title bordered panel containing c.
named(JComponent, int, int) - Static method in class gui.Wrapper
Wrapper.named(c, w, h) returns a sized title bordered panel containing c.
named(Viewable) - Static method in class gui.Wrapper
Wrapper.named(v) returns a title bordered panel containing the view component of v.
named(Viewable, int, int) - Static method in class gui.Wrapper
Wrapper.named(v, w, h) returns a sized title bordered panel containing the view component of v.
named(NamedViewable) - Static method in class gui.Wrapper
Wrapper.named(nv) returns a title bordered panel containing the view component of v.
named(NamedViewable, int, int) - Static method in class gui.Wrapper
Wrapper.named(nv, w, h) returns a sized title bordered panel containing the view component of v.
NamedDirectModel<T> - Class in mvc
DOCME.
NamedDirectModel(String) - Constructor for class mvc.NamedDirectModel
new NamedDirectModel(nm) returns a new NamedDirectModel with name nm.
NamedModel<T> - Interface in mvc
DOCME.
NamedNamer<T extends Named> - Class in conversion
A NamedNamer names objects that implement the Named interface using their Named.getName() method.
NamedNamer() - Constructor for class conversion.NamedNamer
 
NamedViewable - Interface in gui
A NamedViewable implements both the Named interface and the Viewable interface.
Namer<T> - Interface in conversion
A Namer names objects of type T.
NamerConverter<T> - Class in conversion
DOCME.
NamerConverter(Namer<? super T>) - Constructor for class conversion.NamerConverter
new NamerConverter(nmr) returns a new NamerConverter.
NamerView<T> - Class in mvc
A NamerView displays the value of a model using a Namer to convert the value to a string.
NamerView(NamedModel<? extends T>) - Constructor for class mvc.NamerView
new NamerView(m) returns a new NamerView of model m using an ObjectNamer as a namer.
NamerView(NamedModel<? extends T>, Namer<? super T>) - Constructor for class mvc.NamerView
new NamerView(m, nmr) returns a new NamerView of model m using nmr as a namer.
NameSpace<T> - Class in conversion
 
NameSpace() - Constructor for class conversion.NameSpace
 
NameSpace(NameSpace<T>) - Constructor for class conversion.NameSpace
 
NativeDirectory - Class in vfs
A NativeDirectory is a VFSDirectory representing a directory in the native file system.
NativeDirectory(URL) - Constructor for class vfs.NativeDirectory
new NativeDirectory(url) returns a new virtual file system root directory representing the native directory whose URL is url.
NativeDirectory(String, NativeDirectory) - Constructor for class vfs.NativeDirectory
new NativeDirectory(nm, par) returns a virtual directory named nm whose parent is par.
NonLeafCascadedChooser<T> - Class in mvc
 
NonLeafCascadedChooser(String, Iterable<CascadedChooser<T>>) - Constructor for class mvc.NonLeafCascadedChooser
 
notifyObservers() - Method in class mvc.DirectModel
executeCallbacks() invokes the execute() method for all callbacks of this model.

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