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

Packages that use FSAContainer
de.uni_paderborn.fujaba.app The Fujaba Application 
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   
de.uni_paderborn.fujaba.usecase Support for Use Case Diagrams. 
 

Uses of FSAContainer in de.uni_paderborn.fujaba.app
 

Methods in de.uni_paderborn.fujaba.app with parameters of type FSAContainer
private  void FrameMain.saveFSAProperties(FSAContainer container)
          No comment provided by developer, please add a comment to improve documentation.
 

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'
 

Fields in de.uni_paderborn.fujaba.fsa declared as FSAContainer
private  FSAContainer FSAObject.currentParent
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.fsa that return FSAContainer
 FSAContainer FSAObject.getParent()
          get the parent of this FSAObject.
 

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

Fields in de.uni_paderborn.fujaba.fsa.listener declared as FSAContainer
private  FSAContainer RectangularSelectionListener.target
          No comment provided by developer, please add a comment to improve documentation.
(package private)  FSAContainer ParentNotifier.parent
          No comment provided by developer, please add a comment to improve documentation.
private  FSAContainer ParentEvent.oldParent
          No comment provided by developer, please add a comment to improve documentation.
private  FSAContainer ParentEvent.newParent
          No comment provided by developer, please add a comment to improve documentation.
 

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
 

Fields in de.uni_paderborn.fujaba.layout declared as FSAContainer
(package private)  FSAContainer MrLayout.LayoutThread.currentCanvas
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.layout with parameters of type FSAContainer
 void TreeLayout.reLayout(FSAContainer currentCanvas)
          UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void'
private  void SpringEmbedderLayout.springEmbedderLayout(FSAContainer currentCanvas)
          Layout Algorithm doing a Spring Embedder Layout
 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.
 

Constructors in de.uni_paderborn.fujaba.layout with parameters of type FSAContainer
MrLayout.LayoutThread(AbstractLayouter myLayout, FSAContainer currentCanvas)
          The constructor starts the layout process, see SwingWorker.
 

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.
 

Uses of FSAContainer in de.uni_paderborn.fujaba.usecase
 

Methods in de.uni_paderborn.fujaba.usecase that return FSAContainer
static FSAContainer Utility.getMainFSAContainer(ASGElement item)
          Get the item's main FSAContainer.