Uses of Interface
org.openbp.jaspira.decoration.Decorator

Packages that use Decorator
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.figures.spline   
org.openbp.cockpit.modeler.tools   
org.openbp.cockpit.plugins.debugger   
org.openbp.jaspira.decoration   
 

Uses of Decorator in org.openbp.cockpit.modeler.drawing
 

Classes in org.openbp.cockpit.modeler.drawing that implement Decorator
 class SelectionDecorator.ContentStateDecorator
          Decorater for the tag content state.
 class SelectionDecorator.FillDecorator
          Decorater for a fill.
 class SelectionDecorator.FrameDecorator
          Decorater for a frame.
 class SelectionDecorator.OverlayDecorator
          Decorater for an overlay.
 class SelectionDecorator.StrokeDecorator
          Decorater for a stroke.
 

Uses of Decorator in org.openbp.cockpit.modeler.figures.spline
 

Classes in org.openbp.cockpit.modeler.figures.spline that implement Decorator
 class ChangeConnectionHandle.CanConnectDecorator
          Decorator that decorates a figure if the source of the connection can connect to it with a transparent green overlay rectangle.
 

Uses of Decorator in org.openbp.cockpit.modeler.tools
 

Classes in org.openbp.cockpit.modeler.tools that implement Decorator
 class ParamReorderTracker.SingleFigureDecorator
          Overlays the target figure with the ParamReorder.TargetFigure figure below.
 class XConnectionTool.CanConnectDecorator
          Decorator that paints figures we can connect to in green.
 

Uses of Decorator in org.openbp.cockpit.plugins.debugger
 

Classes in org.openbp.cockpit.plugins.debugger that implement Decorator
 class DebuggerPlugin.BreakPointDecorator
          Decorator for breakpoints.
 class DebuggerPlugin.StepDecorator
          Decorator for current position of halted process.
 

Uses of Decorator in org.openbp.jaspira.decoration
 

Classes in org.openbp.jaspira.decoration that implement Decorator
 class FilteredDecorator
          This class defines an abstract boolean decorator.
 class ListDecorator
          The list decorator is backuped by an internal list of qualifying owners.
 

Methods in org.openbp.jaspira.decoration with parameters of type Decorator
static void DecorationMgr.addDecorator(Plugin provider, java.lang.String key, Decorator decorator)
          Adds a decorator to the list of decorators.
static void DecorationMgr.removeDecorator(Plugin provider, java.lang.String key, Decorator decorator)
          Removes a decorator from the list of decorators.
 



Copyright © 2011. All Rights Reserved.