de.uni_paderborn.fujaba.layout
Class ControlFlowLayout

java.lang.Object
  extended byde.uni_paderborn.fujaba.layout.AbstractLayouter
      extended byde.uni_paderborn.fujaba.layout.ControlFlowLayout

public class ControlFlowLayout
extends AbstractLayouter

Class 'ControlFlowLayout' specified in class diagram 'ControlFlowLayout.java diagram'.

Version:
$Revision: 1.26 $
Author:
$Author: schneider $

Method Summary
static ControlFlowLayout get()
          Use this method to get a reference to singleton layouter classes The class var is defined in AbstractLayouter
 void reLayout(FSAContainer currentCanvas)
          UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void'
 void reLayoutNoThrow(FSAContainer currentCanvas)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class de.uni_paderborn.fujaba.layout.AbstractLayouter
checkVisited, getChild, getFrame, getFromToFrame, getHorizDist, getLeft, getPreferredLen, getPresetAdjustment, getRevMyLayouter, getVertDist, innerLayout, isLastCondition, refreshOptions, removeYou, searchStart, setHorizDist, setLastCondition, setLeft, setPresetAdjustment, setRevMyLayouter, setVertDist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static ControlFlowLayout get()
Use this method to get a reference to singleton layouter classes The class var is defined in AbstractLayouter

Returns:
reference to singleton instance of Layout-Classes

reLayoutNoThrow

public void reLayoutNoThrow(FSAContainer currentCanvas)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
currentCanvas - No description provided

reLayout

public void reLayout(FSAContainer currentCanvas)
              throws java.lang.InterruptedException
UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void'

Specified by:
reLayout in class AbstractLayouter
Parameters:
currentCanvas - No description provided
Throws:
java.lang.InterruptedException - Exception description not provided