org.jhotdraw.app.action.window
Class ArrangeWindowsAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jhotdraw.app.action.window.ArrangeWindowsAction
-
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class ArrangeWindowsAction extends javax.swing.AbstractActionChanges the arrangement of anArrangeableobject.If you want this behavior in your application, you have to create it and put it in your
ApplicationModelin methodApplicationModel.initApplication(org.jhotdraw.app.Application). FIXME - Register as PropertyChangeListener on Arrangeable.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCASCADE_IDstatic java.lang.StringHORIZONTAL_IDstatic java.lang.StringVERTICAL_ID
-
Constructor Summary
Constructors Constructor and Description ArrangeWindowsAction(Arrangeable arrangeable, Arrangeable.Arrangement arrangement)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidactionPerformed(java.awt.event.ActionEvent e)
-
-
-
Field Detail
-
VERTICAL_ID
public static final java.lang.String VERTICAL_ID
- See Also:
- Constant Field Values
-
HORIZONTAL_ID
public static final java.lang.String HORIZONTAL_ID
- See Also:
- Constant Field Values
-
CASCADE_ID
public static final java.lang.String CASCADE_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ArrangeWindowsAction
public ArrangeWindowsAction(Arrangeable arrangeable, Arrangeable.Arrangement arrangement)
Creates a new instance.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG