chrriis.uihierarchy
Class HParentLevel

java.lang.Object
  extended bychrriis.uihierarchy.HLevel
      extended bychrriis.uihierarchy.HParentLevel
Direct Known Subclasses:
HNode, HRootNode

public abstract class HParentLevel
extends HLevel

A parent level that contains some children.

Version:
1.0 2003.11.03
Author:
Christopher Deckers (chrriis@brainlex.com)

Method Summary
 Container getContainer()
          Get the container at this hierarchy level.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContainer

public Container getContainer()
Get the container at this hierarchy level.

Returns:
The container.