abbot.finder
Interface Hierarchy

All Known Implementing Classes:
AWTHierarchy

public interface Hierarchy

Provides access to all components in a hierarchy.


Method Summary
 boolean contains(Component c)
           
 void dispose(Window w)
           
 Collection getComponents(Component c)
           
 Container getParent(Component c)
           
 Collection getRoots()
           
 

Method Detail

getRoots

public Collection getRoots()

getComponents

public Collection getComponents(Component c)

getParent

public Container getParent(Component c)

contains

public boolean contains(Component c)

dispose

public void dispose(Window w)


Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge