Uses of Class
org.jhotdraw.standard.SelectionTool

Packages that use SelectionTool
org.jhotdraw.contrib   
org.jhotdraw.samples.javadraw   
org.jhotdraw.test.standard   
 

Uses of SelectionTool in org.jhotdraw.contrib
 

Subclasses of SelectionTool in org.jhotdraw.contrib
 class CustomSelectionTool
          A SelectionTool, which recognizes double clicks and popup menu triggers.
 

Uses of SelectionTool in org.jhotdraw.samples.javadraw
 

Subclasses of SelectionTool in org.jhotdraw.samples.javadraw
 class MySelectionTool
          A SelectionTool that interprets double clicks to inspect the clicked figure
 

Uses of SelectionTool in org.jhotdraw.test.standard
 

Methods in org.jhotdraw.test.standard that return SelectionTool
 SelectionTool SelectionToolTest.createInstance()
          Factory method for instances of the class to be tested.