A C D F G H L M P S T V

A

addJarFile() - Method in class mae.sss.Chooser
 
addJarFile(File) - Method in class mae.sss.Chooser
 

C

Chooser - class mae.sss.Chooser.
More static methods, mostly to choose from something
Chooser(ClassLoader) - Constructor for class mae.sss.Chooser
 
chooseClass() - Method in class mae.sss.Chooser
 
chooser() - Static method in class mae.sss.Menu
(Chooser actions -- see Chooser)

D

DemoMenu - class mae.sss.DemoMenu.
Adds various static methods to SSS, a less capable version of Menu class

F

file() - Static method in class mae.sss.Chooser
Shows standard file chooser
file(String) - Static method in class mae.sss.Chooser
Shows standard file chooser, showing the files with a given extension
fonts() - Static method in class mae.sss.Chooser
Shows a font chooser
frames() - Static method in class mae.sss.Chooser
An array of active Frames, including hidden ones

G

gc() - Static method in class mae.sss.Chooser
Invokes System.gc(), showing time and free memory
getApplet() - Static method in class mae.sss.DemoMenu
Returns the calling Applet, if any
getLoader(Object) - Static method in class mae.sss.Chooser
Who loaded this Object?

H

help() - Static method in class mae.sss.DemoMenu
Starts a Teacher session from SSS
help() - Static method in class mae.sss.Menu
Starts a Teacher session

L

loadClass() - Static method in class mae.sss.Chooser
Shows standard file chooser to choose a class file.
loadClass(URL, String) - Static method in class mae.sss.Chooser
Most general method: loads any class anywhere, if its URL is known.
loader() - Method in class mae.sss.Chooser
 

M

Menu - class mae.sss.Menu.
Adds various static methods to SSS
mae.sss - package mae.sss
Small, Simple, Safe: a tool for inspecting and experimenting with classes.
makeChooser() - Static method in class mae.sss.Chooser
Chooses a jar file and makes a Chooser with it

P

println(Object) - Static method in class mae.sss.DemoMenu
Prints the object into system output
println(Object) - Static method in class mae.sss.Menu
Prints the object into system output

S

save(String) - Static method in class mae.sss.Menu
Saves a String into a text file
sort(Object[]) - Static method in class mae.sss.DemoMenu
Sort the array in ascending order.
sort(Object[]) - Static method in class mae.sss.Menu
Sort the array in ascending order.
systemClass() - Static method in class mae.sss.Chooser
Shows a dialog to choose a java class (classes that begin with java and javax can be chosen).
systemClass(String) - Static method in class mae.sss.Chooser
Chooses system class by name (searching java classes, extensions, and the class path)
systemClass(String) - Static method in class mae.sss.DemoMenu
Chooses system class by name (including extensions and the class path)

T

teach(String) - Static method in class mae.sss.DemoMenu
Starts a Teacher session from a named resource
teacher() - Static method in class mae.sss.Menu
Starts a Teacher session from a File
threads() - Static method in class mae.sss.Chooser
An array of active Threads
toArray(Enumeration) - Static method in class mae.sss.Menu
Shows the contents of an Enumeration as an array of Objects
toArray(Iterator) - Static method in class mae.sss.Menu
Shows the contents of an Iterator as an array of Objects
toFrame(Component) - Static method in class mae.sss.DemoMenu
If the Component is already on a Frame, returns it.
toFrame(Component) - Static method in class mae.sss.Menu
If the Component is already on a Frame, returns it.
toString(File) - Static method in class mae.sss.Menu
Reads a text file into a String
toString(InputStream) - Static method in class mae.sss.Menu
Reads an InputStream into a String.
toTree(Container) - Static method in class mae.sss.DemoMenu
Shows the containment hierarchy of Container c (possibly JComponent).
toTree(TreeNode) - Static method in class mae.sss.DemoMenu
Shows the contents of a TreeNode; returns an array of nodes
toTree(File) - Static method in class mae.sss.Menu
Shows the contents of a directory, or a zip/jar file.
toTree(TreeNode) - Static method in class mae.sss.Menu
Shows the contents of a TreeNode; returns an array of nodes
toTree(Container) - Static method in class mae.sss.Menu
Shows the containment hierarchy of Container c (possibly JComponent).

V

version() - Static method in class mae.sss.DemoMenu
Shows SSS version (splash screen)
version() - Static method in class mae.sss.Menu
Shows SSS version (splash screen)

A C D F G H L M P S T V