uk.ac.ic.doc.automed.editor.layout
Class LogicalRootLayout

java.lang.Object
  extended by uk.ac.ic.doc.automed.editor.layout.RootLayout
      extended by uk.ac.ic.doc.automed.editor.layout.LogicalRootLayout
All Implemented Interfaces:
LayoutInterface

public class LogicalRootLayout
extends RootLayout


Constructor Summary
LogicalRootLayout(Gui g, java.lang.Object[] o)
           
 
Method Summary
 SchemaObject ChooseMainNode(SchemaObject[] so)
           
static UserActionResult logicalRootLayout(Gui g, java.lang.Object[] o)
           
 
Methods inherited from class uk.ac.ic.doc.automed.editor.layout.RootLayout
initialiseRepository, main, NotProcessed, ProcessLinkNode, ProcessNode, run, setAtributs, setGenerations, setOffset, setRootNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalRootLayout

public LogicalRootLayout(Gui g,
                         java.lang.Object[] o)
Method Detail

logicalRootLayout

public static UserActionResult logicalRootLayout(Gui g,
                                                 java.lang.Object[] o)

ChooseMainNode

public SchemaObject ChooseMainNode(SchemaObject[] so)
Specified by:
ChooseMainNode in class RootLayout