Uses of Interface
com.cosylab.vdct.graphics.VisualComponent
-
Packages that use VisualComponent Package Description com.cosylab.vdct.graphics -
-
Uses of VisualComponent in com.cosylab.vdct.graphics
Classes in com.cosylab.vdct.graphics that implement VisualComponent Modifier and Type Class Description class
BorderDecorator
Insert the type's description here.class
Decorator
Decorator (using Decorator pattern) Creation date: (10.12.2000 11:02:55)class
DesktopPaneDecorator
class
DrawingSurface
Insert the type's description here.class
PanelDecorator
PanelDecorator (using Decorator pattern) Creation date: (10.12.2000 11:02:55)class
WorkspaceDesktop
Insert the type's description here.Methods in com.cosylab.vdct.graphics that return VisualComponent Modifier and Type Method Description VisualComponent
DsManager. addDrawingSurface(Object id, InternalFrameInterface displayer)
VisualComponent
DsManagerInterface. addDrawingSurface(Object id, InternalFrameInterface displayer)
VisualComponent
Decorator. getComponent()
Insert the method's description here.VisualComponent
DesktopPaneDecorator. getComponent()
VisualComponent
PanelDecorator. getComponent()
Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type VisualComponent Modifier and Type Method Description void
Decorator. setComponent(VisualComponent newComponent)
Insert the method's description here.void
DesktopPaneDecorator. setComponent(VisualComponent newComponent)
void
PanelDecorator. setComponent(VisualComponent newComponent)
Insert the method's description here.void
WorkspaceDesktop. setComponent(VisualComponent newComponent)
Constructors in com.cosylab.vdct.graphics with parameters of type VisualComponent Constructor Description Decorator(VisualComponent component)
ComponentManager constructor comment.DesktopPaneDecorator(VisualComponent component)
PanelDecorator(VisualComponent component)
ComponentManager constructor comment.
-