de.uni_paderborn.fujaba.layout
Class MrLayout.LayoutThread

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.SwingWorker
      extended byde.uni_paderborn.fujaba.layout.MrLayout.LayoutThread
Enclosing class:
MrLayout

private class MrLayout.LayoutThread
extends SwingWorker

This inner classes starts if called a new layout threat based on the selected layouter

Version:
$Revision: 1.34 $
Author:
$Author: lowende $

Field Summary
(package private)  FSAContainer currentCanvas
          No comment provided by developer, please add a comment to improve documentation.
(package private)  AbstractLayouter myLayout
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.basic.SwingWorker
 
Constructor Summary
MrLayout.LayoutThread(AbstractLayouter myLayout, FSAContainer currentCanvas)
          The constructor starts the layout process, see SwingWorker.
 
Method Summary
 java.lang.Object construct()
          This Method is invoked by a new thread.
 void finished()
          This Method is invoked after the layouter is ready.
 
Methods inherited from class de.uni_paderborn.fujaba.basic.SwingWorker
get, interrupt, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myLayout

AbstractLayouter myLayout
No comment provided by developer, please add a comment to improve documentation.


currentCanvas

FSAContainer currentCanvas
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

MrLayout.LayoutThread

public MrLayout.LayoutThread(AbstractLayouter myLayout,
                             FSAContainer currentCanvas)
The constructor starts the layout process, see SwingWorker.

Parameters:
myLayout - The desired layouter
currentCanvas - The Canvas to be layout
Method Detail

construct

public java.lang.Object construct()
This Method is invoked by a new thread.

Specified by:
construct in class SwingWorker
Returns:
Nothing to care about.

finished

public void finished()
This Method is invoked after the layouter is ready.

Overrides:
finished in class SwingWorker