API / geotoolkit / controls / tools / EditEvents / EditEvents
tools.EditEvents.EditEvents
Events fired by AbstractEditor tools and Paint while creating/modifying a node
Enumeration Members
Enumeration Members
• BeforeCommandApplied = "BeforeCommandApplied"
Before any command was applied (duplicates any other command event). The applied command can be rejected at this point.
• CommandApplied = "CommandApplied"
Any command was applied (duplicates any other command event)
• 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"
Node creation continues (e.g. second point was added)
• Deleted = "Deleted"
Node point was deleted
• Drag = "Drag"
Node point was dragged
• EditorChanged = "EditorChanged"
Current editor changed (other node(s) editing started)
• End = "End"
Node creation ended
• Flipped = "Flipped"
Node was flipped (vertically/horizontally)
• Grouped = "Grouped"
Several nodes were grouped into Group
• Inserted = "Inserted"
Node middle point was inserted
• NodeDeleted = "NodeDeleted"
Node was deleted
• NodeInserted = "NodeInserted"
Node was inserted
• NodeReplaced = "NodeReplaced"
Node has been replaced by another instance in scene graph
• PropertyChanged = "PropertyChanged"
Node text was changed (for text editors only)
• Redo = "Redo"
The last history command was redone
• Resized = "Resized"
Node was resized
• Reversed = "Reversed"
Node points was reversed
• Rotated = "Rotated"
Node was rotated
• SceneChanged = "SceneChanged"
Node has been moved throughout the scene graph
• Start = "Start"
Node creation started (e.g. first point was added)
• Translated = "Translated"
Node was translated
• Undo = "Undo"
The last history command was undone
• Ungrouped = "Ungrouped"
Group node was ungrouped into set of its children