Package com.javaranch.common

Interface Summary
ActionServlet.ActionHandler  
ButtonListener Implement two interfaces in one.
MoveListener Used by the LButton class.
PressListener Test to see if an LButton has been pressed.
ReleaseListener Test to see if an LButton has been released.
 

Class Summary
ActionServlet  
ADate Gregorian Date, american format (MM/DD/YYYY).
AWT contains a collection of static methods related to GUI's (AWT only).
ButtonAdapter Extend this and override the methods that you want to implement.
ButtonData This is a serializable object that can be passed in to create a new LButton.
ByteVector Like the Vector object, except rather than tracking dynamic array of pointers to different objects, this is simply a dynamic array of bytes.
CastMap This hashtable gives some extra casting help.
CRC A class that makes it easier to create CRC codes.
DataPool - - - - - - - - - - - - - - - - -
DateField Looks and smells like a JTextField, but gets picky about the input being the right date format.
DOM Some static method shortcuts to help with working with DOM.
DPoint A very lean serialized point type where X and Y are of type double.
EJB Abstract base class for EntityEJB and SessionEJB.
EJBClient An object the represents a client side access to a server.
Email Emails a message to a user.
EntityEJB This class provides empty EntityBean methods.
Env A class that loads an environment file and makes the data of that file available as key-value pairs.
ErrorLog ErrorLog is a simple way of handling warnings and errors in your programs.
Files Contains a collection of static methods related to files.
GDate Gregorian Date, international format (YYYY/MM/DD).
GUI Contains a collection of static methods related to GUI's (AWT and Swing stuff).
HTTP This class simplifies the exchange of objects with Servlets via the HTTP protocol.
ImageLoader This class helps you load images before you use them.
ImagePanel Lightweight panel that is the perfect size of given image.
IPoint A very lean serialized point type where X and Y are of type int.
IRect A very lean serialized rectangle type made of ints.
JDate Date is tracked as an integer.
KeyValuePair  
LButton Lightweight button that uses images for the button.
LogServlet Used for tracking events in a Servlet.
NameIDPair  
Numbers Contains a collection of static methods related to Numbers.
ObjectServlet Used for passing objects back and forth between applets and servlets.
ServletData  
Servlets This class simplifies the exchange of objects between clients and Servlets via the HTTP protocol.
SessionEJB Inheriting this abstract class provides empty SessionBean methods.
Str A robust string processing class.
Structures A collection of static methods related to data structures.
TestLog Used when unit testing code.
TextFileIn Since TextFileIn extends BufferedReader and adds nothing more than a convenient constructor, all other member functions are identical to BufferedReader.
TextFileOut A convenience class for writing text files.
Time Contains a collection of static methods related to Time.
 



Copyright ©2004 Paul Wheaton All Rights Reserved