public class ArrangeWindowsAction
extends javax.swing.AbstractAction
Arrangeable object.
If you want this behavior in your application, you have to create it
and put it in your ApplicationModel in method
ApplicationModel.initApplication(org.jhotdraw.app.Application).
FIXME - Register as PropertyChangeListener on Arrangeable.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CASCADE_ID |
static java.lang.String |
HORIZONTAL_ID |
static java.lang.String |
VERTICAL_ID |
| Constructor and Description |
|---|
ArrangeWindowsAction(Arrangeable arrangeable,
Arrangeable.Arrangement arrangement)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
public static final java.lang.String VERTICAL_ID
public static final java.lang.String HORIZONTAL_ID
public static final java.lang.String CASCADE_ID
public ArrangeWindowsAction(Arrangeable arrangeable, Arrangeable.Arrangement arrangement)