Uses of Class
org.jhotdraw.application.DrawApplication

Packages that use DrawApplication
org.jhotdraw.contrib   
org.jhotdraw.samples.javadraw   
org.jhotdraw.test   
org.jhotdraw.test.samples.javadraw   
 

Uses of DrawApplication in org.jhotdraw.contrib
 

Subclasses of DrawApplication in org.jhotdraw.contrib
 class MDI_DrawApplication
          Many applications have the ability to deal with multiple internal windows.
 class SplitPaneDrawApplication
          A specialised DrawApplication, which offers basic support for a simple splitted pane content.
 

Constructors in org.jhotdraw.contrib with parameters of type DrawApplication
JPanelDesktop(DrawApplication newDrawApplication)
           
MDIDesktopPane(DrawApplication newDrawApplication)
           
 

Uses of DrawApplication in org.jhotdraw.samples.javadraw
 

Subclasses of DrawApplication in org.jhotdraw.samples.javadraw
 class JavaDrawApp
           
 

Uses of DrawApplication in org.jhotdraw.test
 

Methods in org.jhotdraw.test that return DrawApplication
 DrawApplication JHDTestCase.getDrawingEditor()
           
 

Uses of DrawApplication in org.jhotdraw.test.samples.javadraw
 

Methods in org.jhotdraw.test.samples.javadraw that return DrawApplication
 DrawApplication JavaDrawAppTest.createInstance()
          Factory method for instances of the class to be tested.