Ontimize 5.2072EN

com.ontimize.gui
Class CustomRowGridBagLayout

java.lang.Object
  extended byjava.awt.GridBagLayout
      extended bycom.ontimize.gui.CustomRowGridBagLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable

public class CustomRowGridBagLayout
extends java.awt.GridBagLayout

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.GridBagLayout
columnWeights, columnWidths, comptable, defaultConstraints, layoutInfo, MAXGRIDSIZE, MINSIZE, PREFERREDSIZE, rowHeights, rowWeights
 
Constructor Summary
CustomRowGridBagLayout()
           
 
Method Summary
 void addLayoutComponent(java.awt.Component componente, java.lang.Object constraints)
           
 
Methods inherited from class java.awt.GridBagLayout
addLayoutComponent, adjustForGravity, AdjustForGravity, arrangeGrid, ArrangeGrid, getConstraints, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutDimensions, getLayoutInfo, GetLayoutInfo, getLayoutOrigin, getLayoutWeights, getMinSize, GetMinSize, invalidateLayout, layoutContainer, location, lookupConstraints, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setConstraints, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomRowGridBagLayout

public CustomRowGridBagLayout()
Method Detail

addLayoutComponent

public void addLayoutComponent(java.awt.Component componente,
                               java.lang.Object constraints)

Ontimize