com.plumtree.portaluiinfrastructure.layout
Class LayoutFactory

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.layout.LayoutFactory
All Implemented Interfaces:
ILayoutFactory

public class LayoutFactory
extends java.lang.Object
implements ILayoutFactory


Constructor Summary
LayoutFactory(java.lang.Object _oKey)
          To make sure people don't create LayoutFactories directly, we require a special key that only the LayoutService has.
 
Method Summary
 ILayoutDisplay CreateDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutFactory

public LayoutFactory(java.lang.Object _oKey)
To make sure people don't create LayoutFactories directly, we require a special key that only the LayoutService has. Call LayoutService.getFactoryInstance() instead to get the Layout Factory.

Parameters:
_oKey -
Method Detail

CreateDisplay

public ILayoutDisplay CreateDisplay()
Specified by:
CreateDisplay in interface ILayoutFactory
Returns:
a new instance of the ILayoutDisplay class.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.