Uses of Interface
com.cosylab.vdct.graphics.DsManagerInterface
-
Packages that use DsManagerInterface Package Description com.cosylab.vdct.events.commands com.cosylab.vdct.graphics -
-
Uses of DsManagerInterface in com.cosylab.vdct.events.commands
Methods in com.cosylab.vdct.events.commands that return DsManagerInterface Modifier and Type Method Description DsManagerInterfaceGetDsManager. getManager()Constructors in com.cosylab.vdct.events.commands with parameters of type DsManagerInterface Constructor Description GetDsManager(DsManagerInterface manager) -
Uses of DsManagerInterface in com.cosylab.vdct.graphics
Classes in com.cosylab.vdct.graphics that implement DsManagerInterface Modifier and Type Class Description classDsManagerFields in com.cosylab.vdct.graphics declared as DsManagerInterface Modifier and Type Field Description protected DsManagerInterfaceWorkspaceInternalFrame. drawingSurfaceManagerMethods in com.cosylab.vdct.graphics that return DsManagerInterface Modifier and Type Method Description DsManagerInterfaceWorkspaceDesktop. getDrawingSurfaceManager()Methods in com.cosylab.vdct.graphics with parameters of type DsManagerInterface Modifier and Type Method Description voidWorkspaceDesktop. setDrawingSurfaceManager(DsManagerInterface drawingSurfaceManager)Constructors in com.cosylab.vdct.graphics with parameters of type DsManagerInterface Constructor Description WorkspaceInternalFrame(Object dsId, DesktopInterface desktop, DsManagerInterface drawingSurfaceManager)
-