org.jhotdraw.draw.action
Class BringToFrontAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jhotdraw.draw.action.AbstractSelectedAction
-
- org.jhotdraw.draw.action.BringToFrontAction
-
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Disposable
public class BringToFrontAction extends AbstractSelectedAction
ToFrontAction.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringID
-
Constructor Summary
Constructors Constructor and Description BringToFrontAction(DrawingEditor editor)Creates a new instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidactionPerformed(java.awt.event.ActionEvent e)static voidbringToFront(DrawingView view, java.util.Collection<Figure> figures)-
Methods inherited from class org.jhotdraw.draw.action.AbstractSelectedAction
dispose, getEditor, isUpdatEnabledState, setEditor, setUpdateEnabledState
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BringToFrontAction
public BringToFrontAction(DrawingEditor editor)
Creates a new instance.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
bringToFront
public static void bringToFront(DrawingView view, java.util.Collection<Figure> figures)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG