groovy.swing.impl
Interface ContainerFacade

All Known Implementing Classes:
TableLayoutCell

public interface ContainerFacade

A facade to an object to which components can be added.

Version:
$Revision: 6778 $
Author:
James Strachan

Method Summary
 void addComponent(java.awt.Component component)
           
 

Method Detail

addComponent

void addComponent(java.awt.Component component)


Copyright © ${year} The Codehaus. All Rights Reserved.