Uses of Class
org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.Cursors
-
Packages that use AbstractCanvas.Cursors Package Description org.kie.workbench.common.stunner.core.client.canvas -
-
Uses of AbstractCanvas.Cursors in org.kie.workbench.common.stunner.core.client.canvas
Methods in org.kie.workbench.common.stunner.core.client.canvas that return AbstractCanvas.Cursors Modifier and Type Method Description static AbstractCanvas.CursorsAbstractCanvas.Cursors. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractCanvas.Cursors[]AbstractCanvas.Cursors. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.stunner.core.client.canvas with parameters of type AbstractCanvas.Cursors Modifier and Type Method Description CAbstractCanvas.CanvasView. setCursor(AbstractCanvas.Cursors cursor)VAbstractCanvasView. setCursor(AbstractCanvas.Cursors cursor)protected voidAbstractCanvasView. setViewCursor(AbstractCanvas.Cursors cursor)static com.google.gwt.dom.client.Style.CursorAbstractCanvasView. toViewCursor(AbstractCanvas.Cursors cursor)
-