Uses of Package
org.jhotdraw.standard

Packages that use org.jhotdraw.standard
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.standard   
org.jhotdraw.util   
 

Classes in org.jhotdraw.standard used by org.jhotdraw.contrib
AbstractConnector
          AbstractConnector provides default implementation for the Connector interface.
AbstractFigure
          AbstractFigure provides default implementations for the Figure interface.
AbstractHandle
          AbstractHandle provides defaulf implementation for the Handle interface.
AbstractTool
          Default implementation support for Tools.
ChopBoxConnector
          A ChopBoxConnector locates connection points by choping the connection between the centers of the two figures at the display box.
CompositeFigure
          A Figure that is composed of several figures.
ConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
CreationTool
          A tool to create new figures.
SelectionTool
          Tool to select and manipulate figures.
TextHolder
          The interface of a figure that has some editable text contents.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.contrib.dnd
AbstractTool
          Default implementation support for Tools.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.contrib.html
AbstractFigure
          AbstractFigure provides default implementations for the Figure interface.
AbstractTool
          Default implementation support for Tools.
CreationTool
          A tool to create new figures.
TextHolder
          The interface of a figure that has some editable text contents.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.contrib.zoom
AbstractCommand
           
AbstractTool
          Default implementation support for Tools.
StandardDrawingView
          The standard implementation of DrawingView.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.figures
AbstractCommand
           
AbstractConnector
          AbstractConnector provides default implementation for the Connector interface.
AbstractFigure
          AbstractFigure provides default implementations for the Figure interface.
AbstractHandle
          AbstractHandle provides defaulf implementation for the Handle interface.
AbstractTool
          Default implementation support for Tools.
ActionTool
          A tool that performs an action when it is active and the mouse is clicked.
ChopBoxConnector
          A ChopBoxConnector locates connection points by choping the connection between the centers of the two figures at the display box.
CompositeFigure
          A Figure that is composed of several figures.
CreationTool
          A tool to create new figures.
DecoratorFigure
          DecoratorFigure can be used to decorate other figures with decorations like borders.
DeleteCommand.UndoActivity
           
FigureTransferCommand
          Common base clase for commands that transfer figures between a drawing and the clipboard.
LocatorHandle
          A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
TextHolder
          The interface of a figure that has some editable text contents.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.framework
TextHolder
          The interface of a figure that has some editable text contents.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.samples.javadraw
AbstractFigure
          AbstractFigure provides default implementations for the Figure interface.
AbstractTool
          Default implementation support for Tools.
CompositeFigure
          A Figure that is composed of several figures.
DecoratorFigure
          DecoratorFigure can be used to decorate other figures with decorations like borders.
SelectionTool
          Tool to select and manipulate figures.
StandardDrawing
          The standard implementation of the Drawing interface.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.standard
AbstractCommand
           
AbstractConnector
          AbstractConnector provides default implementation for the Connector interface.
AbstractFigure
          AbstractFigure provides default implementations for the Figure interface.
AbstractHandle
          AbstractHandle provides defaulf implementation for the Handle interface.
AbstractLocator
          AbstractLocator provides default implementations for the Locator interface.
AbstractTool
          Default implementation support for Tools.
AlignCommand.Alignment
           
ChangeConnectionHandle
          ChangeConnectionHandle factors the common code for handles that can be used to reconnect connections.
ChangeConnectionHandle.UndoActivity
           
CompositeFigure
          A Figure that is composed of several figures.
FigureTransferCommand
          Common base clase for commands that transfer figures between a drawing and the clipboard.
LocatorHandle
          A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
SendToBackCommand.UndoActivity
           
TextHolder
          The interface of a figure that has some editable text contents.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.test.standard
AlignCommand
          Align a selection of figures relative to each other.
BoxHandleKit
          A set of utility methods to create Handles for the common locations on a figure's display box.
BringToFrontCommand
          BringToFrontCommand brings the selected figures in the front of the other figures.
BufferedUpdateStrategy
          The BufferedUpdateStrategy implements an update strategy that first draws a view into a buffer followed by copying the buffer to the DrawingView.
ChangeAttributeCommand
          Command to change a named figure attribute.
ChangeConnectionEndHandle
          A handle to reconnect the end point of a connection to another figure.
ChangeConnectionStartHandle
          Handle to reconnect the start of a connection to another figure.
ChopBoxConnector
          A ChopBoxConnector locates connection points by choping the connection between the centers of the two figures at the display box.
ConnectionHandle
          A handle to connect figures.
ConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
CopyCommand
          Copy the selection to the clipboard.
CreationTool
          A tool to create new figures.
CutCommand
          Delete the selection and move the selected figures to the clipboard.
DeleteCommand
          Command to delete the selection.
DeleteFromDrawingVisitor
           
DragTracker
          DragTracker implements the dragging of the clicked figure.
DuplicateCommand
          Duplicate the selection and select the duplicates.
FastBufferedUpdateStrategy
           
FigureAndEnumerator
           
FigureChangeAdapter
          Empty implementation of FigureChangeListener.
FigureChangeEventMulticaster
          Manages a list of FigureChangeListeners to be notified of specific FigureChangeEvents.
FigureEnumerator
          An Enumeration for a Collection of Figures.
GridConstrainer
          Constrains a point such that it falls on a grid.
HandleAndEnumerator
           
HandleEnumerator
           
HandleTracker
          HandleTracker implements interactions with the handles of a Figure.
InsertIntoDrawingVisitor
           
LocatorConnector
          A LocatorConnector locates connection points with the help of a Locator.
LocatorHandle
          A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
NullDrawingView
          This DrawingView provides a very basic implementation.
NullHandle
          A handle that doesn't change the owned figure.
NullTool
          Default implementation support for Tools.
OffsetLocator
          A locator to offset another Locator.
PasteCommand
          Command to insert the clipboard into the drawing.
PeripheralLocator
           
RelativeLocator
          A locator that specfies a point that is relative to the bounds of a figure.
ReverseFigureEnumerator
          An Enumeration that enumerates a Collection of figures back (size-1) to front (0).
SelectAllCommand
          Command to select all figures in a view.
SelectAreaTracker
          SelectAreaTracker implements a rubberband selection of an area.
SelectionTool
          Tool to select and manipulate figures.
SendToBackCommand
          A command to send the selection to the back of the drawing.
SimpleUpdateStrategy
          The SimpleUpdateStrategy implements an update strategy that directly redraws a DrawingView.
SingleFigureEnumerator
          An Enumeration that contains only a single Figures.
StandardDrawing
          The standard implementation of the Drawing interface.
StandardDrawingView
          The standard implementation of DrawingView.
StandardFigureSelection
          FigureSelection enables to transfer the selected figures to a clipboard.
ToggleGridCommand
          A command to toggle the snap to grid behavior.
ToolButton
          A PaletteButton that is associated with a tool.
 

Classes in org.jhotdraw.standard used by org.jhotdraw.util
AbstractCommand
           
AbstractCommand.EventDispatcher
           
AbstractTool.EventDispatcher
           
FigureChangeAdapter
          Empty implementation of FigureChangeListener.