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 DsManagerInterface
GetDsManager. 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 class
DsManager
Fields in com.cosylab.vdct.graphics declared as DsManagerInterface Modifier and Type Field Description protected DsManagerInterface
WorkspaceInternalFrame. drawingSurfaceManager
Methods in com.cosylab.vdct.graphics that return DsManagerInterface Modifier and Type Method Description DsManagerInterface
WorkspaceDesktop. getDrawingSurfaceManager()
Methods in com.cosylab.vdct.graphics with parameters of type DsManagerInterface Modifier and Type Method Description void
WorkspaceDesktop. setDrawingSurfaceManager(DsManagerInterface drawingSurfaceManager)
Constructors in com.cosylab.vdct.graphics with parameters of type DsManagerInterface Constructor Description WorkspaceInternalFrame(Object dsId, DesktopInterface desktop, DsManagerInterface drawingSurfaceManager)
-