JHotDraw 7.0.6

Uses of Class
org.jhotdraw.app.action.Arrangeable.Arrangement

Packages that use Arrangeable.Arrangement
org.jhotdraw.app.action Provides Action objects for document oriented and project oriented applications as well as some specific user interface components to present them on a graphical user interface. 
org.jhotdraw.gui Contains general purpose graphical user interface (GUI) classes. 
 

Uses of Arrangeable.Arrangement in org.jhotdraw.app.action
 

Methods in org.jhotdraw.app.action that return Arrangeable.Arrangement
 Arrangeable.Arrangement Arrangeable.getArrangement()
           
static Arrangeable.Arrangement Arrangeable.Arrangement.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Arrangeable.Arrangement[] Arrangeable.Arrangement.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jhotdraw.app.action with parameters of type Arrangeable.Arrangement
 void Arrangeable.setArrangement(Arrangeable.Arrangement newValue)
           
 

Constructors in org.jhotdraw.app.action with parameters of type Arrangeable.Arrangement
ArrangeAction(Arrangeable arrangeable, Arrangeable.Arrangement arrangement)
          Creates a new instance.
 

Uses of Arrangeable.Arrangement in org.jhotdraw.gui
 

Methods in org.jhotdraw.gui that return Arrangeable.Arrangement
 Arrangeable.Arrangement MDIDesktopPane.getArrangement()
           
 

Methods in org.jhotdraw.gui with parameters of type Arrangeable.Arrangement
 void MDIDesktopPane.setArrangement(Arrangeable.Arrangement newValue)
           
 


Copyright 1996-2006 © JHotDraw.org