Uses of Package
org.jhotdraw.util

Packages that use org.jhotdraw.util
org.jhotdraw.applet   
org.jhotdraw.application   
org.jhotdraw.contrib   
org.jhotdraw.contrib.dnd   
org.jhotdraw.contrib.html   
org.jhotdraw.contrib.zoom   
org.jhotdraw.figures   
org.jhotdraw.framework   
org.jhotdraw.samples.javadraw   
org.jhotdraw.standard   
org.jhotdraw.test.util   
org.jhotdraw.util   
 

Classes in org.jhotdraw.util used by org.jhotdraw.applet
PaletteButton
          A palette button is a three state button.
PaletteListener
          Interface for handling palette events.
UndoManager
          This class manages all the undoable commands.
VersionRequester
           
 

Classes in org.jhotdraw.util used by org.jhotdraw.application
PaletteButton
          A palette button is a three state button.
PaletteListener
          Interface for handling palette events.
StorageFormatManager
          The StorageFormatManager is a contains StorageFormats.
UndoManager
          This class manages all the undoable commands.
VersionRequester
           
 

Classes in org.jhotdraw.util used by org.jhotdraw.contrib
Command
          Commands encapsulate an action to be executed.
CommandListener
           
CommandMenu
          A Command enabled menu.
PaletteListener
          Interface for handling palette events.
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
Undoable
           
UndoableAdapter
          Most basic implementation for an Undoable activity.
VersionRequester
           
 

Classes in org.jhotdraw.util used by org.jhotdraw.contrib.dnd
Undoable
           
UndoableAdapter
          Most basic implementation for an Undoable activity.
 

Classes in org.jhotdraw.util used by org.jhotdraw.contrib.html
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
 

Classes in org.jhotdraw.util used by org.jhotdraw.contrib.zoom
Command
          Commands encapsulate an action to be executed.
 

Classes in org.jhotdraw.util used by org.jhotdraw.figures
Command
          Commands encapsulate an action to be executed.
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
Undoable
           
UndoableAdapter
          Most basic implementation for an Undoable activity.
 

Classes in org.jhotdraw.util used by org.jhotdraw.framework
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
Undoable
           
UndoManager
          This class manages all the undoable commands.
 

Classes in org.jhotdraw.util used by org.jhotdraw.samples.javadraw
Animatable
          Animatable defines a simple animation interface
PaletteListener
          Interface for handling palette events.
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
UndoManager
          This class manages all the undoable commands.
VersionRequester
           
 

Classes in org.jhotdraw.util used by org.jhotdraw.standard
Command
          Commands encapsulate an action to be executed.
CommandListener
           
PaletteButton
          A palette button is a three state button.
PaletteListener
          Interface for handling palette events.
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
Undoable
           
UndoableAdapter
          Most basic implementation for an Undoable activity.
 

Classes in org.jhotdraw.util used by org.jhotdraw.test.util
Bounds
          This class is a rectangle with floating point dimensions and location.
Clipboard
          A temporary replacement for a global clipboard.
ColorMap
          A map that is filled with some standard colors.
CommandButton
          A Command enabled button.
CommandChoice
          A Command enabled choice.
CommandMenu
          A Command enabled menu.
Filler
          A component that can be used to reserve white space in a layout.
FloatingTextField
          A text field overlay that is used to edit a TextFigure.
Geom
          Some geometric utilities.
GraphLayout
           
Iconkit
          The Iconkit class supports the sharing of images.
PaletteIcon
          A three state icon that can be used in Palettes.
PaletteLayout
          A custom layout manager for the palette.
RedoCommand
          Command to redo the latest undone change in the drawing.
ReverseListEnumerator
          An Enumeration that enumerates a list back (size-1) to front (0).
SerializationStorageFormat
          A SerializationStorageFormat is a straight-forward file format to store and restore Drawings.
StandardStorageFormat
          A StandardStorageFormat is an internal file format to store and restore Drawings.
StandardVersionControlStrategy
           
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
StorageFormatManager
          The StorageFormatManager is a contains StorageFormats.
UndoableAdapter
          Most basic implementation for an Undoable activity.
UndoableCommand
           
UndoableHandle
           
UndoableTool
           
UndoCommand
          Command to undo the latest change in the drawing.
UndoManager
          This class manages all the undoable commands.
UndoRedoActivity
          An UndoRedoActivity can be used to turn a UndoActivity into a RedoActivity.
VersionManagement
          Collection of utility methods that are useful for dealing with version information retrieved from reading jar files or package loaded by the class manager.
 

Classes in org.jhotdraw.util used by org.jhotdraw.util
Bounds
          This class is a rectangle with floating point dimensions and location.
Clipboard
          A temporary replacement for a global clipboard.
CollectionsFactory
           
Command
          Commands encapsulate an action to be executed.
CommandListener
           
Iconkit
          The Iconkit class supports the sharing of images.
PaletteButton
          A palette button is a three state button.
PaletteListener
          Interface for handling palette events.
StandardStorageFormat
          A StandardStorageFormat is an internal file format to store and restore Drawings.
Storable
          Interface that is used by StorableInput and StorableOutput to flatten and resurrect objects.
StorableInput
          An input stream that can be used to resurrect Storable objects.
StorableOutput
          An output stream that can be used to flatten Storable objects.
StorageFormat
          Interface to define a storage format.
Undoable
           
VersionControlStrategy
           
VersionRequester