public static class DefaultDragAndDropContext.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DefaultDragAndDropContext |
build() |
DefaultDragAndDropContext.Builder |
withContext(CockpitContext context) |
DefaultDragAndDropContext.Builder |
withDraggedContext(CockpitContext draggedContext) |
DefaultDragAndDropContext.Builder |
withKeys(Set<MouseKeys> keys) |
DefaultDragAndDropContext.Builder |
withTargetContext(CockpitContext targetContext) |
public DefaultDragAndDropContext.Builder withKeys(Set<MouseKeys> keys)
public DefaultDragAndDropContext.Builder withContext(CockpitContext context)
public DefaultDragAndDropContext.Builder withDraggedContext(CockpitContext draggedContext)
public DefaultDragAndDropContext.Builder withTargetContext(CockpitContext targetContext)
public DefaultDragAndDropContext build()
Copyright © 2018. All rights reserved.