KickJava   Java API By Example, From Geeks To Geeks.

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


1 // automatically generated
2

3 package org.objectweb.fractal.swing;
4
5 public interface FlowLayoutAttributes extends org.objectweb.fractal.api.control.AttributeController {
6   int getAlignment ();
7   void setAlignment (int arg0);
8   int getHgap ();
9   void setHgap (int arg0);
10   int getVgap ();
11   void setVgap (int arg0);
12 }
13
Popular Tags