All packages of JHotDraw 7 framework have the prefix org.jhotdraw
.
The most important packages with this prefix are:
.draw |
Provides all things directly related to representing a structured drawing and editing it. Key interfaces in this package for representing a drawing: Figure, Drawing, ConnectionFigure, Connector; Key interfaces for editing a drawing:DrawingEditor, DrawingView, Tool, Handle. |
.app |
Defines a framework for document oriented applications. Key interfaces in this package: Application, Project. |
.samples |
Contains sample applications that you can use as a copy and paste source for creating your own drawing editor. |
What about all the other packages? Well, they contain supporting classes and smaller frameworks that are used by the drawing framework and the application framework. These other packages are currently only documented with JavaDoc documentation.