JFlex.gui
Class GridPanelConstraint

java.lang.Object
  extended by JFlex.gui.GridPanelConstraint

public class GridPanelConstraint
extends java.lang.Object

Constraints for layout elements of GridLayout


Constructor Summary
GridPanelConstraint(int x, int y, int width, int height, int handle, java.awt.Component component)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridPanelConstraint

public GridPanelConstraint(int x,
                           int y,
                           int width,
                           int height,
                           int handle,
                           java.awt.Component component)