Uses of Package
org.jhotdraw.contrib

Packages that use org.jhotdraw.contrib
org.jhotdraw.application   
org.jhotdraw.contrib   
org.jhotdraw.contrib.html   
org.jhotdraw.contrib.zoom   
org.jhotdraw.samples.javadraw   
org.jhotdraw.test.contrib   
 

Classes in org.jhotdraw.contrib used by org.jhotdraw.application
Desktop
           
 

Classes in org.jhotdraw.contrib used by org.jhotdraw.contrib
CommandCheckBoxMenuItem
          CommandCheckBoxMenuItem implements a command that can be added to a menu as a checkbox menu item
CommandHolder
          CommandHolder defines the interface for wrapper objects holding a Command, like menu items or toolbar tools.
CommandMenuItem
          CommandMenuItem implements a command that can be added to a menu as a menu item
CTXCommandMenu
          A Command enabled menu.
Desktop
           
DesktopEvent
           
DesktopListener
           
Layoutable
          A Layoutable is a target for a Layouter who lays out the Layoutable according to its layout algorithm
Layouter
          A Layouter encapsulates a algorithm to layout a figure.
MDIDesktopPane
          An extension of JDesktopPane that supports often used MDI functionality.
PolygonFigure
          A scalable, rotatable polygon with an arbitrary number of points Based on PolyLineFigure
SimpleLayouter
           
 

Classes in org.jhotdraw.contrib used by org.jhotdraw.contrib.html
DiamondFigure
          A diamond with vertices at the midpoints of its enclosing rectangle
Layoutable
          A Layoutable is a target for a Layouter who lays out the Layoutable according to its layout algorithm
Layouter
          A Layouter encapsulates a algorithm to layout a figure.
PolygonFigure
          A scalable, rotatable polygon with an arbitrary number of points Based on PolyLineFigure
TextAreaFigure
          A TextAreaFigure contains formatted text.
TextAreaTool
          A TextAreaTool creates TextAreaFigures.
TriangleFigure
          A triangle with same dimensions as its enclosing rectangle, and apex at any of 8 places
 

Classes in org.jhotdraw.contrib used by org.jhotdraw.contrib.zoom
MiniMapView
          Utility component for enhancing component scrolling.
 

Classes in org.jhotdraw.contrib used by org.jhotdraw.samples.javadraw
MDI_DrawApplication
          Many applications have the ability to deal with multiple internal windows.
 

Classes in org.jhotdraw.contrib used by org.jhotdraw.test.contrib
ChopDiamondConnector
          A ChopDiamondConnector locates connection points by choping the connection between the centers of the two figures at the edge of a diamond figure.
ChopPolygonConnector
          A ChopPolygonConnector locates a connection point by chopping the connection at the polygon boundary.
ClippingUpdateStrategy
          The ClippingUpdateStrategy will only draw those Figures in the DrawingView which intersect the Graphic's clipping rectangle.
CommandCheckBoxMenuItem
          CommandCheckBoxMenuItem implements a command that can be added to a menu as a checkbox menu item
CommandMenuItem
          CommandMenuItem implements a command that can be added to a menu as a menu item
ComponentFigure
           
CompositeFigureCreationTool
           
CTXCommandMenu
          A Command enabled menu.
CTXWindowMenu
          Menu component that handles the functionality expected of a standard "Windows" menu for MDI applications.
CustomSelectionTool
          A SelectionTool, which recognizes double clicks and popup menu triggers.
CustomToolBar
          This ToolBar allows to use several panels with tools.
DesktopEventService
           
DiamondFigure
          A diamond with vertices at the midpoints of its enclosing rectangle
FloatingTextArea
          A FloatingTextArea overlays an editor on top of an area in a drawing
GraphicalCompositeFigure
          The GraphicalCompositeFigure fills in the gap between a CompositeFigure and other figures which mainly have a presentation purpose.
Helper
           
JPanelDesktop
           
JScrollPaneDesktop
           
MDI_DrawApplication
          Many applications have the ability to deal with multiple internal windows.
MDIDesktopPane
          An extension of JDesktopPane that supports often used MDI functionality.
MiniMapView
          Utility component for enhancing component scrolling.
NestedCreationTool
           
PolygonFigure
          A scalable, rotatable polygon with an arbitrary number of points Based on PolyLineFigure
PolygonHandle
          A handle for a node on the polygon.
PolygonTool
          Based on ScribbleTool
SimpleLayouter
           
SplitConnectionTool
           
StandardLayouter
          A StandardLayouter contains standard algorithm for layouting a Layoutable.
TextAreaFigure
          A TextAreaFigure contains formatted text.
TextAreaTool
          A TextAreaTool creates TextAreaFigures.
TriangleFigure
          A triangle with same dimensions as its enclosing rectangle, and apex at any of 8 places
WindowMenu
          Menu component that handles the functionality expected of a standard "Windows" menu for MDI applications.