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

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

public class GroupNode
extends Node

A group of nodes.

Version:
$Rev: 573690 $ $Date: 2007-09-07 13:27:12 -0700 (Fri, 07 Sep 2007) $

Field Summary
protected  List<Node> nodes
           
 
Fields inherited from class org.apache.geronimo.gshell.layout.model.Node
name
 
Constructor Summary
GroupNode(String name)
           
 
Method Summary
 List<Node> nodes()
           
 
Methods inherited from class org.apache.geronimo.gshell.layout.model.Node
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodes

protected List<Node> nodes
Constructor Detail

GroupNode

public GroupNode(String name)
Method Detail

nodes

public List<Node> nodes()


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