KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > fractal > swing > ContainerAttributes


1 // automatically generated
2

3 package org.objectweb.fractal.swing;
4
5
6 public interface ContainerAttributes extends ComponentAttributes {
7   java.awt.LayoutManager JavaDoc getLayout ();
8   void setLayout (java.awt.LayoutManager JavaDoc arg0);
9 }
10
Popular Tags