JHotDraw 7.0.6

Uses of Class
org.jhotdraw.beans.AbstractBean

Packages that use AbstractBean
org.jhotdraw.app Defines a framework for document oriented applications. 
org.jhotdraw.beans Provides an abstract Bean class, so that we don't have to start from scratch over and over again. 
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.draw A sample drawing editor showcasing the drawing capabilities of the framework. 
org.jhotdraw.samples.net A very simple network diagram editor. 
org.jhotdraw.samples.pert An editor for PERT (Program Evaluation and Review Technique) diagrams. 
org.jhotdraw.samples.svg A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). 
 

Uses of AbstractBean in org.jhotdraw.app
 

Subclasses of AbstractBean in org.jhotdraw.app
 class AbstractApplication
          AbstractApplication.
 class DefaultAppletApplication
          Default Application that can be run as an Applet.
 class DefaultApplicationModel
          DefaultApplicationModel.
 class DefaultMDIApplication
          A DefaultMDIApplication can handle the life cycle of multiple document windows each being presented in a JInternalFrame of its own.
 class DefaultOSXApplication
          A DefaultOSXApplication can handle the life cycle of multiple document windows each being presented in a JFrame of its own.
 class DefaultSDIApplication
          A DefaultSDIApplication can handle the life cycle of a single document window being presented in a JFrame.
 

Uses of AbstractBean in org.jhotdraw.beans
 

Methods in org.jhotdraw.beans that return AbstractBean
 AbstractBean AbstractBean.clone()
           
 

Uses of AbstractBean in org.jhotdraw.draw
 

Subclasses of AbstractBean in org.jhotdraw.draw
 class AbstractDrawing
          AbstractDrawing.
 class DefaultDrawing
          DefaultDrawing.
 class DefaultDrawingEditor
          DefaultDrawingEditor.
 class QuadTreeDrawing
          QuadTreeDrawing uses a QuadTree2DDouble to improve responsiveness of drawings which contain many figures.
 

Uses of AbstractBean in org.jhotdraw.samples.draw
 

Subclasses of AbstractBean in org.jhotdraw.samples.draw
 class DrawApplicationModel
          DrawApplicationModel.
 

Uses of AbstractBean in org.jhotdraw.samples.net
 

Subclasses of AbstractBean in org.jhotdraw.samples.net
 class NetApplicationModel
          NetApplicationModel.
 

Uses of AbstractBean in org.jhotdraw.samples.pert
 

Subclasses of AbstractBean in org.jhotdraw.samples.pert
 class PertApplicationModel
          PertApplicationModel.
 

Uses of AbstractBean in org.jhotdraw.samples.svg
 

Subclasses of AbstractBean in org.jhotdraw.samples.svg
 class SVGApplicationModel
          SVGApplicationModel.
 class SVGDrawing
          SVGDrawing.
 


Copyright 1996-2006 © JHotDraw.org