Last updated

API / geotoolkit / controls / tools / EditEvents / EditEvents

Enumeration: EditEvents

tools.EditEvents.EditEvents

Events fired by AbstractEditor tools and Paint while creating/modifying a node

Table of contents

Enumeration Members

Contents

Enumeration Members

BeforeCommandApplied

BeforeCommandApplied = "BeforeCommandApplied"

Before any command was applied (duplicates any other command event). The applied command can be rejected at this point.


CommandApplied

CommandApplied = "CommandApplied"

Any command was applied (duplicates any other command event)


CommandApplying

CommandApplying = "CommandApplying"

After any command was applied (duplicates any other command event) but before EditEvents.CommandApplied event was raised. The applied command can be rejected at this point.


Continue

Continue = "Continue"

Node creation continues (e.g. second point was added)


Deleted

Deleted = "Deleted"

Node point was deleted


Drag

Drag = "Drag"

Node point was dragged


EditorChanged

EditorChanged = "EditorChanged"

Current editor changed (other node(s) editing started)


End

End = "End"

Node creation ended


Flipped

Flipped = "Flipped"

Node was flipped (vertically/horizontally)


Grouped

Grouped = "Grouped"

Several nodes were grouped into Group


Inserted

Inserted = "Inserted"

Node middle point was inserted


NodeDeleted

NodeDeleted = "NodeDeleted"

Node was deleted


NodeInserted

NodeInserted = "NodeInserted"

Node was inserted


NodeReplaced

NodeReplaced = "NodeReplaced"

Node has been replaced by another instance in scene graph


PropertyChanged

PropertyChanged = "PropertyChanged"

Node text was changed (for text editors only)


Redo

Redo = "Redo"

The last history command was redone


Resized

Resized = "Resized"

Node was resized


Reversed

Reversed = "Reversed"

Node points was reversed


Rotated

Rotated = "Rotated"

Node was rotated


SceneChanged

SceneChanged = "SceneChanged"

Node has been moved throughout the scene graph


Start

Start = "Start"

Node creation started (e.g. first point was added)


Translated

Translated = "Translated"

Node was translated


Undo

Undo = "Undo"

The last history command was undone


Ungrouped

Ungrouped = "Ungrouped"

Group node was ungrouped into set of its children