Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
Packages that use ISelectionSupport
-
Uses of ISelectionSupport in com.axemble.vdoc.sdk.interfaces.ui.designer
Subinterfaces of ISelectionSupport in com.axemble.vdoc.sdk.interfaces.ui.designerModifier and TypeInterfaceDescriptioninterface
interface
Interface to describe the starting point of the aborting process.interface
Interface to describe an action within ainvalid reference
IManualTask
interface
Interface to describe a 'and join' object within a diagram.interface
interface
Interface to describe an application manual task within a diagram.interface
Interface to describe block object.interface
Interface to describe a line object inside a table.interface
Interface to describe block object.interface
Interface to describe either a block or a component object.interface
Interface to describe a workflow task within a diagram.interface
Interface to describe a end task within a diagram.interface
interface
interface
Interface to describe a form.interface
Interface to describe a root object of a form.interface
Interface to describe a line object inside a table.interface
Interface to describe a manual task within a diagram.interface
Interface to describe a parallel object within a diagram.interface
Interface to describe a property within ainvalid reference
IDesignResourceDefinition
interface
Interface to describe a simple section object.interface
Interface to describe a start task within a diagram.interface
Interface to describe a table object.interface
Interface to describe a test within a diagram.interface
Interface to describe a workflow object.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return ISelectionSupportModifier and TypeMethodDescriptionISelectionManager.getSingleSelection()
Gets the first element of the selection.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return types with arguments of type ISelectionSupportModifier and TypeMethodDescriptionISelectionManager.getSelection()
Gets the selected design elements.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type ISelectionSupportModifier and TypeMethodDescriptionboolean
ISelectionManager.deselect
(ISelectionSupport element) Allows to deselect aIDesignElement
object.boolean
ISelectionManager.select
(ISelectionSupport element) Allows to select aIDesignElement
object. -
Uses of ISelectionSupport in com.axemble.vdoc.sdk.providers
Method parameters in com.axemble.vdoc.sdk.providers with type arguments of type ISelectionSupportModifier and TypeMethodDescriptionprotected boolean
BaseToolProvider.hasElementsNoAllowCopy
(Collection<ISelectionSupport> cDesignElements, String listElementsNoAllowCopy)