Uses of Interface
org.jhotdraw.util.VersionRequester

Packages that use VersionRequester
org.jhotdraw.applet   
org.jhotdraw.application   
org.jhotdraw.contrib   
org.jhotdraw.samples.javadraw   
org.jhotdraw.util   
 

Uses of VersionRequester in org.jhotdraw.applet
 

Classes in org.jhotdraw.applet that implement VersionRequester
 class DrawApplet
          DrawApplication defines a standard presentation for a drawing editor that is run as an applet.
 

Uses of VersionRequester in org.jhotdraw.application
 

Classes in org.jhotdraw.application that implement VersionRequester
 class DrawApplication
          DrawApplication defines a standard presentation for standalone drawing editors.
 

Uses of VersionRequester in org.jhotdraw.contrib
 

Classes in org.jhotdraw.contrib that implement VersionRequester
 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.
 

Uses of VersionRequester in org.jhotdraw.samples.javadraw
 

Classes in org.jhotdraw.samples.javadraw that implement VersionRequester
 class JavaDrawApp
           
 class JavaDrawApplet
           
 

Uses of VersionRequester in org.jhotdraw.util
 

Constructors in org.jhotdraw.util with parameters of type VersionRequester
StandardVersionControlStrategy(VersionRequester newVersionRequester)