JHotDraw 7.5.1

Package org.jhotdraw.draw.action

Provides default actions for structured drawing editors.

See:
          Description

Class Summary
AbstractDrawingEditorAction This abstract class can be extended to implement an Action that acts on behalf of a DrawingEditor.
AbstractDrawingViewAction This abstract class can be extended to implement an Action that acts on behalf of a DrawingView.
AbstractSelectedAction This abstract class can be extended to implement an Action that acts on behalf of the selected figures of a DrawingView.
AlignAction Aligns the selected figures.
AlignAction.East  
AlignAction.Horizontal  
AlignAction.North  
AlignAction.South  
AlignAction.Vertical  
AlignAction.West  
ApplyAttributesAction ApplyAttributesAction.
AttributeAction AttributeAction applies attribute values on the selected figures of the current DrawingView of a DrawingEditor.
AttributeToggler<T> AttributeToggler toggles an attribute of the selected figures between two different values.
BringToFrontAction ToFrontAction.
ButtonFactory ButtonFactory.
ColorIcon ColorIcon.
DefaultAttributeAction DefaultAttributeAction.
DrawingAttributeAction AttributeAction.
DrawingColorChooserAction The DrawingColorChooserAction changes a color attribute of the Drawing object in the current view of the DrawingEditor.
DrawingColorChooserHandler DrawingColorChooserHandler.
DrawingColorIcon DrawingColorIcon draws a shape with the specified color for the drawing in the current drawing view.
EditCanvasAction EditCanvasAction.
EditCanvasPanel The EditCanvasPanel can be used to edit the attributes of a Drawing.
EditGridAction EditGridAction.
EditGridPanel The EditGridPanel can be used to edit the properties of a GridConstrainer.
EditorColorChooserAction EditorColorChooserAction.
EditorColorIcon EditorColorIcon draws a shape with the color of the specified default attribute of the DrawingEditor onto the icon.
FontChooserHandler FontChooserHandler.
GroupAction GroupAction.
ImageBevelBorder Draws a filled bevel border using an image and insets.
IncreaseHandleDetailLevelAction SelectSameAction.
LineDecorationIcon LineDecorationIcon.
MoveAction Moves the selected figures by one unit.
MoveAction.East  
MoveAction.North  
MoveAction.South  
MoveAction.West  
MoveConstrainedAction Moves the selected figures by one constrained unit.
MoveConstrainedAction.East  
MoveConstrainedAction.North  
MoveConstrainedAction.South  
MoveConstrainedAction.West  
PickAttributesAction PickAttributesAction.
SelectionColorChooserAction This is like EditorColorChooserAction, but the JColorChooser is initialized with the color of the currently selected Figures.
SelectionColorChooserHandler SelectionColorChooserHandler.
SelectionColorIcon SelectionColorIcon draws a shape with the specified color for the selected figures in the current drawing view.
SelectSameAction SelectSameAction.
SendToBackAction SendToBackAction.
StrokeIcon StrokeIcon.
ToggleGridAction Toggles the grid of the current view.
UngroupAction UngroupAction.
ZoomAction ZoomAction.
ZoomEditorAction Zooms either the current view or all views of a DrawingEditor.
 

Package org.jhotdraw.draw.action Description

Provides default actions for structured drawing editors.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.