Uses of Interface
org.tigris.gef.ui.PopupGenerator

Packages that use PopupGenerator
org.tigris.gef.demo   
org.tigris.gef.presentation   
 

Uses of PopupGenerator in org.tigris.gef.demo
 

Classes in org.tigris.gef.demo that implement PopupGenerator
 class FigSampleNode
           
 class FigSampleNode3
           
 

Uses of PopupGenerator in org.tigris.gef.presentation
 

Classes in org.tigris.gef.presentation that implement PopupGenerator
 class Fig
          This class is the base class for basic drawing objects such as rectangles, lines, text, circles, etc.
 class FigCircle
          Primitive Fig for displaying circles and ovals.
 class FigCube
          This class is needed to paint cubes (the only 3dim Element in UML)
 class FigDiamond
          Primitive Fig to paint rectangles on a LayerDiagram.
 class FigEdge
          Abastract Fig class for representing edges between ports.
 class FigEdgeLine
          An FigEdge that shows a straight line from the source port to the destination port.
 class FigEdgeLineDotted
          An FigEdge that shows a straight line from the source port to the destination port.
 class FigEdgePoly
          A Fig that paints edges between ports.
 class FigEdgeRectiline
          A Fig that paints edges between ports.
 class FigGroup
          A FigGroup is a collection of Figs to all be treated as a single item
 class FigImage
          Primitive Fig to paint images (such as icons) on a LayerDiagram.
 class FigInk
          Primitive Fig to paint Ink on a LayerDiagram.
 class FigLine
          Class to display lines in diagrams.
 class FigNode
          Class to present a node (such as a NetNode) in a diagram.
 class FigPoly
          Primitive Fig to paint Polygons on a LayerDiagram.
 class FigRect
          Primitive Fig to paint rectangles on a LayerDiagram.
 class FigRRect
          Primitive Fig to paint rounded rectangles on a LayerDiagram.
 class FigSpline
           
 class FigText
          This class handles painting and editing text Fig's in a LayerDiagram.