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 classBorderDecoratorInsert the type's description here.classDecoratorDecorator (using Decorator pattern) Creation date: (10.12.2000 11:02:55)classDesktopPaneDecoratorclassDrawingSurfaceInsert the type's description here.classPanelDecoratorPanelDecorator (using Decorator pattern) Creation date: (10.12.2000 11:02:55)classWorkspaceDesktopInsert the type's description here.Methods in com.cosylab.vdct.graphics that return VisualComponent Modifier and Type Method Description VisualComponentDsManager. addDrawingSurface(Object id, InternalFrameInterface displayer)VisualComponentDsManagerInterface. addDrawingSurface(Object id, InternalFrameInterface displayer)VisualComponentDecorator. getComponent()Insert the method's description here.VisualComponentDesktopPaneDecorator. getComponent()VisualComponentPanelDecorator. getComponent()Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type VisualComponent Modifier and Type Method Description voidDecorator. setComponent(VisualComponent newComponent)Insert the method's description here.voidDesktopPaneDecorator. setComponent(VisualComponent newComponent)voidPanelDecorator. setComponent(VisualComponent newComponent)Insert the method's description here.voidWorkspaceDesktop. 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.
-