Package | Description |
---|---|
org.vectomatic.svg.edit.client.command | |
org.vectomatic.svg.edit.client.command.dnd | |
org.vectomatic.svg.edit.client.gxt.widget |
Modifier and Type | Method and Description |
---|---|
static DndCommandFactory.DropGesture |
DndCommandFactory.DropGesture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DndCommandFactory.DropGesture[] |
DndCommandFactory.DropGesture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DndCommandFactory.processDragAndDrop(DndCommandFactory.DropGesture dropGesture) |
Modifier and Type | Field and Description |
---|---|
protected DndCommandFactory.DropGesture |
CopyCommand.dropGesture
The drop gesture
|
protected DndCommandFactory.DropGesture |
CloneCommand.dropGesture
The drop gesture
|
protected DndCommandFactory.DropGesture |
MoveCommand.dropGesture
The drop gesture
|
protected DndCommandFactory.DropGesture |
ReorderCommand.dropGesture
The drop gesture
|
Modifier and Type | Method and Description |
---|---|
void |
DndLinkHandler.createCommands(List<SVGElementModel> sourceElements,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture) |
void |
DndCopyHandler.createCommands(List<SVGElementModel> sourceElements,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture) |
void |
IDndHandler.createCommands(List<SVGElementModel> sourceElements,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture)
Creates the commands which represent the drag and drop operation
|
void |
DndMoveHandler.createCommands(List<SVGElementModel> sourceElements,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture) |
Constructor and Description |
---|
CloneCommand(List<SVGElementModel> models,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture) |
CopyCommand(List<SVGElementModel> models,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture,
String description) |
MoveCommand(List<SVGElementModel> models,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture) |
ReorderCommand(List<SVGElementModel> models,
SVGElementModel target,
DndCommandFactory.DropGesture dropGesture) |
Modifier and Type | Field and Description |
---|---|
protected DndCommandFactory.DropGesture |
SVGTreePanelDropTarget.dropGesture |
Copyright © 2018. All Rights Reserved.