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

java.lang.Object
  extended by org.apache.geronimo.gshell.layout.model.Node
Direct Known Subclasses:
AliasNode, CommandNode, GroupNode

public abstract class Node
extends Object

The rudimentary elemnet of a layout.

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

Field Summary
protected  String name
           
 
Constructor Summary
protected Node(String name)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

Node

protected Node(String name)
Method Detail

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


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