Uses of Class
com.amalgamasimulation.desktop.binding.RedrawRestrictionManager
Packages that use RedrawRestrictionManager
Package
Description
-
Uses of RedrawRestrictionManager in com.amalgamasimulation.desktop.binding
Constructors in com.amalgamasimulation.desktop.binding with parameters of type RedrawRestrictionManagerModifierConstructorDescriptionSelectionBinding(org.eclipse.jface.viewers.TableViewer tableViewer, org.eclipse.core.databinding.observable.list.IObservableList<T> observableList, RedrawRestrictionManager redrawRestrictionManager) -
Uses of RedrawRestrictionManager in com.amalgamasimulation.graphicaleditor.commands
Fields in com.amalgamasimulation.graphicaleditor.commands declared as RedrawRestrictionManagerModifier and TypeFieldDescriptionprotected RedrawRestrictionManagerGraphicalEditorCompoundCommand.redrawRestrictionManagerConstructors in com.amalgamasimulation.graphicaleditor.commands with parameters of type RedrawRestrictionManagerModifierConstructorDescriptionGraphicalEditorCompoundCommand(RedrawRestrictionManager redrawRestrictionManager, boolean restrictRedraw) RedrawRestrictionCommand(RedrawRestrictionManager redrawRestrictionManager, boolean restrictionState) -
Uses of RedrawRestrictionManager in com.amalgamasimulation.graphicaleditor.handlers
Methods in com.amalgamasimulation.graphicaleditor.handlers with parameters of type RedrawRestrictionManagerModifier and TypeMethodDescriptionprotected <A extends org.eclipse.emf.ecore.EObject,O extends org.eclipse.emf.ecore.EObject>
org.eclipse.emf.common.command.CompoundCommandDeleteSelectedOnTypeHandler.createRemoveAllCommand(List<A> arcs, List<O> objects, org.eclipse.emf.ecore.util.ECrossReferenceAdapter eCrossReferenceAdapter, RedrawRestrictionManager redrawRestrictionManager) -
Uses of RedrawRestrictionManager in com.amalgamasimulation.graphicaleditor.views
Fields in com.amalgamasimulation.graphicaleditor.views declared as RedrawRestrictionManagerModifier and TypeFieldDescriptionprotected RedrawRestrictionManagerInfiniteCanvasViewer.redrawRestrictionManagerMethods in com.amalgamasimulation.graphicaleditor.views that return RedrawRestrictionManagerMethods in com.amalgamasimulation.graphicaleditor.views with parameters of type RedrawRestrictionManagerModifier and TypeMethodDescriptionvoidInfiniteCanvasViewer.setRedrawRestrictionManager(RedrawRestrictionManager redrawRestrictionManager) Constructors in com.amalgamasimulation.graphicaleditor.views with parameters of type RedrawRestrictionManagerModifierConstructorDescriptionGraphicalEditor(org.eclipse.swt.widgets.Composite parent, org.eclipse.emf.ecore.util.ECrossReferenceAdapter crossReferenceAdapter, com.google.inject.Injector injector, RedrawRestrictionManager redrawRestrictionManager)