Uses of Class
de.uni_paderborn.fujaba.fsa.swing.GrabManager

Packages that use GrabManager
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of GrabManager in de.uni_paderborn.fujaba.fsa.swing
 

Fields in de.uni_paderborn.fujaba.fsa.swing declared as GrabManager
(package private)  GrabManager LayoutWorker.manager
          No comment provided by developer, please add a comment to improve documentation.
private  GrabManager JGrab.manager
           N 0..1 JGrab ----------------------------- GrabManager grabs manager The GrabManager is an association object to the target JComponent.
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return GrabManager
 GrabManager JGrab.getManager()
          Get the manager attribute of the JGrab object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type GrabManager
 void RhombGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
protected  void RhombGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to one of the corners of the Rhomb according to the preferred orientation
 void OvalGrabLayouter.layout(GrabManager manager)
          Layouts all the grabs.
protected  void OvalGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, OvalBorder border)
          Layout the Grab around the oval target.
 void LifeLineGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
 boolean JGrab.setManager(GrabManager value)
          Sets the manager attribute of the JGrab object
 void JBendLineGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
protected  void JBendLineGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to 3/4 of the JBendLine, orientation is ignored
abstract  void GrabLayouter.layout(GrabManager manager)
          Assigns every Grab of manager a position on the border of the managers target
 void DefaultGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
private  void DefaultGrabLayouter.layoutAll(GrabManager manager, java.util.Map grabs, int size, Direction orientation)
          No comment provided by developer, please add a comment to improve documentation.
protected  void DefaultGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, Direction orientation, double align, double start, double end, double[] used)
          layout the grab
 void CircleGrabLayouter.layout(GrabManager manager)
          does the layout.
protected  void CircleGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          layout the Grab around the Circle
 

Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type GrabManager
LayoutWorker(GrabLayouter layouter, GrabManager manager)
          Constructor for class LayoutWorker
JGrab(GrabManager manager)
          Constructor for class JGrab