|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Animator | This class extends Thread to provide several features that make it
easier to build animations. |
FileChooserFilter | This class extends javax.swing.filechooser.FileFilter
and exists primarily to avoid the ambiguity that arises because there is
also a FileFilter class in java.io . |
JTFTools | This class provides a collection of static utility methods that are used elsewhere in the ACM packages. |
MediaTools | This class implements a standard mechanism for loading images, sounds, and data files from the resources associated with a jar file. |
MovieClip | This class represents a video clip, which can be read from a QuickTime movie file or web-based resource. |
OptionTable | This class implements a simple tool for parsing key/value pairs from a string. |
Platform | This class contains methods to support platform-specific code. |
RandomGenerator | This class implements a simple random number generator that allows clients to generate pseudorandom integers, doubles, booleans, and colors. |
SoundClip | This class represents a sound, which can be created from a URL, sound file, resource stream, or digital samples. |
SwingTimer | This class is equivalent to javax.swing.Timer and
exists only to avoid the ambiguity that arises because there is
also a Timer class in java.util . |
Exception Summary | |
---|---|
CancelledException | This class allows a dialog to signal clients that it has been cancelled. |
ErrorException | This class allows errors to be reported in a consistent way. |
This package includes several classes that are common to the ACM package
suite.
Novice users of the package will, in general, not need to use most of
these classes.
The following list provides a brief description of each of the
acm.util
classes, starting with the classes that are
most likely to be of use:
RandomGenerator
Random
class from
java.util
and offers a few useful simplifications
for working with pseudorandom values.
MediaTools
SoundClip
MovieClip
ErrorException
ErrorException
is that it is defined as a RuntimeException
subclass
and therefore does not need to be caught or declared in a
throws
clause.
CancelledException
FileChooserFilter
Platform
SwingTimer
javax.swing.Timer
and
exists only to avoid the ambiguity that arises because there is
also a Timer
class in java.util
.
FileChooserFilter
FileFilter
class
in javax.swing.filechooser
.
OptionTable
TableLayout
class in the acm.gui
package.
JTFTools
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |