fr.ove.openmath.jome.ctrlview.bidim
Class LayoutAllocator

java.lang.Object
  extended byfr.ove.openmath.jome.ctrlview.bidim.LayoutAllocator
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BidimLayoutAllocator

public abstract class LayoutAllocator
extends java.lang.Object
implements java.io.Serializable

This class instanciates the right layout manager according to the specified display. This is an abstract class. It must be inherited to be specialized.

Version:
2.0 27/06/1999
Author:
© 1999 DIRAT Laurent
See Also:
Serialized Form

Constructor Summary
LayoutAllocator()
           
 
Method Summary
abstract  DisplayLayout allocateLayout(java.lang.String layoutName)
          Instanciates the right layout manager whose name is specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutAllocator

public LayoutAllocator()
Method Detail

allocateLayout

public abstract DisplayLayout allocateLayout(java.lang.String layoutName)
Instanciates the right layout manager whose name is specified.

Parameters:
layoutName - the (class) name of the layout manager.
The name is fully qualified, i.e. packageName.className


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.