de.uni_paderborn.fujaba.fsa.swing
Class LifeLineGrabLayouter

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.GrabLayouter
      extended byde.uni_paderborn.fujaba.fsa.swing.LifeLineGrabLayouter

public class LifeLineGrabLayouter
extends GrabLayouter

THE choice for rectangular shaped targets

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.swing.GrabLayouter
TARGET_PROPERTY
 
Method Summary
static GrabLayouter get()
           
 void 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.
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.GrabLayouter
getDefaultLayouter, getDefaultLayouterClass, getLayouter, getPreferredLayoutInformation, registerLayouterWithJComponent, setDefaultLayouterClass, unregisterLayouterFromJComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static GrabLayouter get()
Returns:
the singleton instance

layout

public void 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.

Overlapping is not handled

Specified by:
layout in class GrabLayouter
Parameters:
manager - No description provided
See Also:
GrabLayouter.getPreferredLayoutInformation(de.uni_paderborn.fujaba.fsa.swing.JGrab)