| Package | Description |
|---|---|
| com.corticon.eclipse.studio.rule.ruleflow.diagram.core |
| Modifier and Type | Method and Description |
|---|---|
void |
IRuleflowDiagramModelAPI.copy(DiagramSelection aDiagramSelection)
Copy the selected objects to the system clipboard.
|
void |
IRuleflowDiagramModelAPI.cut(DiagramSelection aDiagramSelection)
Cut the selected objects to the system clipboard.
|
void |
IRuleflowDiagramModelAPI.delete(DiagramSelection aDiagramSelection)
Delete the selected objects.
|
java.util.List |
IRuleflowDiagramModelAPI.getDragFeedback(DiagramSelection aDiagramSelection,
Coordinates aCoordinates)
Given a DiagramSelection (consisting of FlowShape instances), and Coordinates, return an
ArrayList of feedback codes (type Integer) corresponding to the order of the shapes specified
in the DiagramSelection.
|
boolean |
IRuleflowDiagramModelAPI.isEnabledCopy(DiagramSelection aDiagramSelection)
Determine whether copy function is enabled.
|
boolean |
IRuleflowDiagramModelAPI.isEnabledCut(DiagramSelection aDiagramSelection)
Determine whether cut function is enabled.
|
boolean |
IRuleflowDiagramModelAPI.isEnabledDelete(DiagramSelection aDiagramSelection)
Determine whether delete function is enabled.
|
boolean |
IRuleflowDiagramModelAPI.isEnabledPaste(DiagramSelection aDiagramSelection)
Determine whether paste function is enabled.
|
java.util.Collection |
IRuleflowDiagramModelAPI.paste(DiagramSelection aDiagramSelection)
Paste the system clipboard into the selected area.
|
boolean |
IRuleflowDiagramModelAPI.setSelection(DiagramSelection aDiagramSelection)
Set the selection state.
|
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.