Uses of Interface
com.cosylab.vdct.graphics.InternalFrameInterface
-
Packages that use InternalFrameInterface Package Description com.cosylab.vdct.graphics -
-
Uses of InternalFrameInterface in com.cosylab.vdct.graphics
Classes in com.cosylab.vdct.graphics that implement InternalFrameInterface Modifier and Type Class Description class
WorkspaceInternalFrame
Methods in com.cosylab.vdct.graphics that return InternalFrameInterface Modifier and Type Method Description InternalFrameInterface
DrawingSurface. getDisplayer()
Methods in com.cosylab.vdct.graphics with parameters of type InternalFrameInterface Modifier and Type Method Description VisualComponent
DsManager. addDrawingSurface(Object id, InternalFrameInterface displayer)
VisualComponent
DsManagerInterface. addDrawingSurface(Object id, InternalFrameInterface displayer)
void
DesktopInterface. setFocused(InternalFrameInterface frame)
void
WorkspaceDesktop. setFocused(InternalFrameInterface frame)
Constructors in com.cosylab.vdct.graphics with parameters of type InternalFrameInterface Constructor Description DrawingSurface(Object id, int serialNumber, InternalFrameInterface displayer, CopyContext copyContext)
displayer can be null when no gui is linked to this.
-