Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.ui.designer | |
com.axemble.vdoc.sdk.providers |
Modifier and Type | Interface and Description |
---|---|
interface |
IBaseDesignManualTask |
interface |
IDesignAbortTask
Interface to describe the starting point of the aborting process.
|
interface |
IDesignAction
Interface to describe an action within a
IManualTask object. |
interface |
IDesignAndJoin
Interface to describe a 'and join' object within a diagram.
|
interface |
IDesignAnnotation |
interface |
IDesignApplicationManualTask
Interface to describe an application manual task within a diagram.
|
interface |
IDesignBlock
Interface to describe block object.
|
interface |
IDesignCellBlock
Interface to describe a line object inside a table.
|
interface |
IDesignComponent
Interface to describe block object.
|
interface |
IDesignContentComponent
Interface to describe either a block or a component object.
|
interface |
IDesignEmbeddedWorkflowTask
Interface to describe a workflow task within a diagram.
|
interface |
IDesignEndTask
Interface to describe a end task within a diagram.
|
interface |
IDesignField |
interface |
IDesignFieldLabel |
interface |
IDesignForm
Interface to describe a form.
|
interface |
IDesignFormBlock
Interface to describe a root object of a form.
|
interface |
IDesignLineBlock
Interface to describe a line object inside a table.
|
interface |
IDesignManualTask
Interface to describe a manual task within a diagram.
|
interface |
IDesignParallel
Interface to describe a parallel object within a diagram.
|
interface |
IDesignProperty
Interface to describe a property within a
IDesignResourceDefinition object. |
interface |
IDesignSectionBlock
Interface to describe a simple section object.
|
interface |
IDesignStartTask
Interface to describe a start task within a diagram.
|
interface |
IDesignTableBlock
Interface to describe a table object.
|
interface |
IDesignTest
Interface to describe a test within a diagram.
|
interface |
IDesignWorkflow
Interface to describe a workflow object.
|
Modifier and Type | Method and Description |
---|---|
ISelectionSupport |
ISelectionManager.getSingleSelection()
Gets the first element of the selection.
|
Modifier and Type | Method and Description |
---|---|
Collection<ISelectionSupport> |
ISelectionManager.getSelection()
Gets the selected design elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ISelectionManager.deselect(ISelectionSupport element)
Allows to deselect a
IDesignElement object. |
boolean |
ISelectionManager.select(ISelectionSupport element)
Allows to select a
IDesignElement object. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseToolProvider.hasElementsNoAllowCopy(Collection<ISelectionSupport> cDesignElements,
String listElementsNoAllowCopy) |
Copyright © 2021 Visiativ Software. All rights reserved.