JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.app.ApplicationModel

Packages that use ApplicationModel
org.jhotdraw.app Defines a framework for document oriented applications. 
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 ApplicationModel in org.jhotdraw.app
 

Classes in org.jhotdraw.app that implement ApplicationModel
 class DefaultApplicationModel
          DefaultApplicationModel.
 

Methods in org.jhotdraw.app that return ApplicationModel
 ApplicationModel Application.getModel()
          Returns the application model.
 ApplicationModel AbstractApplication.getModel()
           
 

Methods in org.jhotdraw.app with parameters of type ApplicationModel
 void Application.setModel(ApplicationModel newValue)
          Sets the application model.
 void AbstractApplication.setModel(ApplicationModel newValue)
           
 

Uses of ApplicationModel in org.jhotdraw.samples.draw
 

Classes in org.jhotdraw.samples.draw that implement ApplicationModel
 class DrawApplicationModel
          DrawApplicationModel.
 

Uses of ApplicationModel in org.jhotdraw.samples.net
 

Classes in org.jhotdraw.samples.net that implement ApplicationModel
 class NetApplicationModel
          NetApplicationModel.
 

Uses of ApplicationModel in org.jhotdraw.samples.pert
 

Classes in org.jhotdraw.samples.pert that implement ApplicationModel
 class PertApplicationModel
          PertApplicationModel.
 

Uses of ApplicationModel in org.jhotdraw.samples.svg
 

Classes in org.jhotdraw.samples.svg that implement ApplicationModel
 class SVGApplicationModel
          SVGApplicationModel.
 


Copyright 1996-2006 © JHotDraw.org