org.apache.geronimo.gshell.layout.model
Class Layout

java.lang.Object
  extended by org.apache.geronimo.gshell.layout.model.Layout

public class Layout
extends Object

The root container for a layout tree.

Version:
$Rev: 576846 $ $Date: 2007-09-18 04:20:47 -0700 (Tue, 18 Sep 2007) $

Field Summary
protected  String name
           
protected  List<Node> nodes
           
 
Constructor Summary
Layout(String name)
           
 
Method Summary
static Layout fromXML(InputStream input)
           
 String getName()
           
 List<Node> nodes()
           
 String toString()
           
static String toXML(Layout layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

nodes

protected List<Node> nodes
Constructor Detail

Layout

public Layout(String name)
Method Detail

nodes

public List<Node> nodes()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

fromXML

public static Layout fromXML(InputStream input)

toXML

public static String toXML(Layout layout)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.