Uses of Class
de.uni_paderborn.fujaba.fsa.FSAContainer

Packages that use FSAContainer
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.fsa.listener   
de.uni_paderborn.fujaba.layout   
de.uni_paderborn.fujaba.layout.classdiag   
 

Uses of FSAContainer in de.uni_paderborn.fujaba.fsa
 

Subclasses of FSAContainer in de.uni_paderborn.fujaba.fsa
 class FSABend
          fsa object for JBend
 class FSABendLine
          FSABendLine: FSAObject for JBendlines JBendLine is a Line with Bends attached to both ends, that handle the position of start- and endpoint of the line
 class FSACollapsable
          UMLClass: 'FSAPanel'
 class FSAEditorPane
          UMLClass: 'FSAEditorPane'
 class FSAEntryGrab
          No comment provided by developer, please add a comment to improve documentation.
 class FSAGrab
          fsaObject for JGrab A JGrab is a JBend that is attached to another JComponent and changes position with it.
 class FSALayeredPane
          UMLClass: 'FSALayeredPane'
 class FSALine
          Class FSALine
 class FSAPanel
          UMLClass: 'FSAPanel'
 class FSAPolyLine
          Class FSAPolyLine
 class FSAResizeable
          FSAResizeable.
 class FSASeparatedPanel
          FSA component for a separated panel.
 class FSAUnderlinedObject
          UMLClass: 'FSAUnderlinedObject'
 

Methods in de.uni_paderborn.fujaba.fsa that return FSAContainer
static FSAContainer FSAToolBox.getMainFSAContainer(ASGElement item)
          Get the item's main FSAContainer.
 FSAContainer FSAObject.getParent()
          get the parent of this FSAObject.
 

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

Methods in de.uni_paderborn.fujaba.fsa.listener that return FSAContainer
 FSAContainer ParentEvent.getOldParent()
          Get the oldParent attribute of the ParentEvent object
 FSAContainer ParentEvent.getNewParent()
          Get the newParent attribute of the ParentEvent object
 

Methods in de.uni_paderborn.fujaba.fsa.listener with parameters of type FSAContainer
protected  void ParentNotifier.fireParentChanged(FSAObject source, FSAContainer oldParent, FSAContainer newParent)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.fsa.listener with parameters of type FSAContainer
ParentEvent(FSAObject source, FSAContainer oldParent, FSAContainer newParent)
          Constructor for class ParentEvent
 

Uses of FSAContainer in de.uni_paderborn.fujaba.layout
 

Methods in de.uni_paderborn.fujaba.layout with parameters of type FSAContainer
 void TreeLayout.reLayout(FSAContainer currentCanvas)
          UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void'
 void SpringEmbedderLayout.reLayout(FSAContainer currentCanvas)
          UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void' Method for invoking a Spring Embedder Layout sequence.
 void MrLayout.reLayout(FSAContainer currentCanvas)
          The function which starts the Layout process on the current canvas
 void ControlFlowLayout.reLayoutNoThrow(FSAContainer currentCanvas)
          No comment provided by developer, please add a comment to improve documentation.
 void ControlFlowLayout.reLayout(FSAContainer currentCanvas)
          UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void'
protected  void AbstractLayouter.innerLayout(FSAContainer currentClass)
          No comment provided by developer, please add a comment to improve documentation.
protected  FSAObject AbstractLayouter.searchStart(FSAContainer searchCanvas, boolean withVisited)
          searchStart searches for DisFrame on the searchCanvas, from which the reLayouter can start.
abstract  void AbstractLayouter.reLayout(FSAContainer currentCanvas)
          This function needs to be implemented in the child-classes.
 

Uses of FSAContainer in de.uni_paderborn.fujaba.layout.classdiag
 

Methods in de.uni_paderborn.fujaba.layout.classdiag with parameters of type FSAContainer
 void ClassdiagramLayouter.reLayout(FSAContainer currentCanvas)
          No comment provided by developer, please add a comment to improve documentation.