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

Packages that use JGrab
de.uni_paderborn.fujaba.fsa.actions   
de.uni_paderborn.fujaba.fsa.listener   
de.uni_paderborn.fujaba.fsa.swing   
de.uni_paderborn.fujaba.uml.unparse   
 

Uses of JGrab in de.uni_paderborn.fujaba.fsa.actions
 

Methods in de.uni_paderborn.fujaba.fsa.actions that return JGrab
private  JGrab GrabAutoAlignAction.findGrab(javax.swing.JComponent comp)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of JGrab in de.uni_paderborn.fujaba.fsa.listener
 

Methods in de.uni_paderborn.fujaba.fsa.listener that return JGrab
private  JGrab GrabMouseListener.findGrab(javax.swing.JComponent source)
          No comment provided by developer, please add a comment to improve documentation.
 

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

Fields in de.uni_paderborn.fujaba.fsa.swing declared as JGrab
private  JGrab RoleLayout.grab
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return JGrab
 JGrab RoleLayout.getGrab()
          Get the grab attribute of the RoleLayout object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type JGrab
 boolean RoleLayout.setGrab(JGrab value)
          Sets the grab attribute of the RoleLayout object
protected  void RhombGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to one of the corners of the Rhomb according to the preferred orientation
protected  int PanelGrabUI.getTouchOffset(JGrab g)
          Get the touchOffset attribute of the PanelGrabUI object
protected  int PanelGrabUI.getTouchLength(JGrab g)
          Get the touchLength attribute of the PanelGrabUI object
protected  int PanelGrabUI.getAlignmentOffset(JGrab g)
          Get the alignmentOffset attribute of the PanelGrabUI object
protected  void OvalGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, OvalBorder border)
          Layout the Grab around the oval target.
protected  double[] OvalGrabLayouter.getPreferredLayoutInformation(JGrab grab)
          the preferred orientation and alignment are determined by the angle of the first line of the grab to the center of the circle
protected  void JBendLineGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to 3/4 of the JBendLine, orientation is ignored
protected  int GrabUI.getTouchOffset(JGrab g)
          Get the touchOffset attribute of the GrabUI object
protected  int GrabUI.getTouchLength(JGrab g)
          Get the touchLength attribute of the GrabUI object
protected  int GrabUI.getAlignmentOffset(JGrab g)
          Get the alignmentOffset attribute of the GrabUI object
protected  int GrabUI.getPadOffset(JGrab g)
          Get the padOffset attribute of the GrabUI object
private  void GrabManager.registerGrab(JGrab grab)
          No comment provided by developer, please add a comment to improve documentation.
private  void GrabManager.unregisterGrab(JGrab grab)
          No comment provided by developer, please add a comment to improve documentation.
 boolean GrabManager.addToGrabs(JGrab value)
          Add a Grab to the list of Grabs that are managed by this Object.
 boolean GrabManager.hasInGrabs(JGrab value)
           
 boolean GrabManager.removeFromGrabs(JGrab value)
          Removes the Grab value from the list of Grabs and updates the common ancestor of all grabs
protected  double[] GrabLayouter.getPreferredLayoutInformation(JGrab grab)
          Retrieves the preferred orientation and alignment of the Grab and sets these values in the Grab.
protected  void DefaultGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, Direction orientation, double align, double start, double end, double[] used)
          layout the grab
static DefaultGrabLayouter.EnumKey DefaultGrabLayouter.EnumKey.create(JGrab grab, Direction orientation, double align)
          No comment provided by developer, please add a comment to improve documentation.
private static double DefaultGrabLayouter.EnumKey.getAngle(JGrab grab, JBendLine line, Direction orientation)
          Get the angle attribute of the EnumKey class
private static java.awt.Point DefaultGrabLayouter.EnumKey.getGrabCoordinates(JGrab grab)
          Get the grabCoordinates attribute of the EnumKey class
protected  void CircleGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          layout the Grab around the Circle
protected  double[] CircleGrabLayouter.getPreferredLayoutInformation(JGrab grab)
          the preferred orientation and alignment are determined by the angle of the first line of the grab to the center of the circle
 

Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type JGrab
RoleLayout(JGrab grab, javax.swing.JComponent adornmentComponent, javax.swing.JComponent roleComponent, javax.swing.JComponent cardComponent)
          Constructor for class RoleLayout
GrabDecoratorConstraints(JGrab target, int gapX, int gapY, byte align)
          Constructor for class GrabDecoratorConstraints
GrabDecoratorConstraints(JGrab target, byte align)
          Constructor for class GrabDecoratorConstraints
GrabConstraints(JGrab target)
          Constructor for class GrabConstraints
 

Uses of JGrab in de.uni_paderborn.fujaba.uml.unparse
 

Methods in de.uni_paderborn.fujaba.uml.unparse that return JGrab
private  JGrab UMLink.createGrab(UMLLink link, FSABendLine line, javax.swing.JComponent grabParent, java.lang.String role, UMLObject target)
          No comment provided by developer, please add a comment to improve documentation.