Uses of Interface
org.eclipse.zest.core.widgets.ConstraintAdapter
Packages that use ConstraintAdapter
-
Uses of ConstraintAdapter in org.eclipse.zest.core.viewers
Methods in org.eclipse.zest.core.viewers that return types with arguments of type ConstraintAdapterModifier and TypeMethodDescriptionList
<? extends ConstraintAdapter> AbstractStructuredGraphViewer.getConstraintAdapters()
Gets all the constraint adapters currently on the viewerMethods in org.eclipse.zest.core.viewers with parameters of type ConstraintAdapterModifier and TypeMethodDescriptionvoid
AbstractStructuredGraphViewer.addConstraintAdapter
(ConstraintAdapter constraintAdapter) Adds a new constraint adapter to the list of constraints -
Uses of ConstraintAdapter in org.eclipse.zest.core.widgets
Methods in org.eclipse.zest.core.widgets with parameters of type ConstraintAdapterModifier and TypeMethodDescriptionvoid
Graph.addConstraintAdapter
(ConstraintAdapter constraintAdapter) Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Method parameters in org.eclipse.zest.core.widgets with type arguments of type ConstraintAdapterModifier and TypeMethodDescriptionvoid
Graph.setConstraintAdapters
(List<ConstraintAdapter> constraintAdapters) Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.