org.noos.xing.mydoggy.plaf.ui.cmp
Class ExtendedTableLayout

java.lang.Object
  extended by info.clearthought.layout.TableLayout
      extended by org.noos.xing.mydoggy.plaf.ui.cmp.ExtendedTableLayout
All Implemented Interfaces:
info.clearthought.layout.TableLayoutConstants, LayoutManager, LayoutManager2, Serializable

public class ExtendedTableLayout
extends info.clearthought.layout.TableLayout

Author:
Angelo De Caro
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class info.clearthought.layout.TableLayout
info.clearthought.layout.TableLayout.Entry
 
Field Summary
 
Fields inherited from class info.clearthought.layout.TableLayout
C, checkForComponentOrientationSupport, crOffset, crSize, crSpec, defaultSize, dirty, hGap, list, methodGetComponentOrientation, oldHeight, oldWidth, R, vGap
 
Fields inherited from interface info.clearthought.layout.TableLayoutConstants
BOTTOM, CENTER, FILL, FULL, LEADING, LEFT, MINIMUM, PREFERRED, RIGHT, TOP, TRAILING
 
Constructor Summary
ExtendedTableLayout()
           
ExtendedTableLayout(boolean calcMinimumSize)
           
ExtendedTableLayout(double[][] size)
           
ExtendedTableLayout(double[][] size, boolean calcMinimumSize)
           
 
Method Summary
 int[] getColsInPixel()
           
 int[] getRowsInPixel()
           
 Dimension minimumLayoutSize(Container container)
           
 
Methods inherited from class info.clearthought.layout.TableLayout
addLayoutComponent, addLayoutComponent, assignAbsoluteSize, assignFillSize, assignPrefMinSize, assignRelativeSize, calculateLayoutSize, calculateLayoutSize, calculateOffset, calculateSize, calculateSizeAndOffset, deleteColumn, deleteCr, deleteRow, getColumn, getColumn, getComponentOrientation, getConstraints, getHGap, getInvalidEntry, getLayoutAlignmentX, getLayoutAlignmentY, getNumColumn, getNumRow, getOverlappingEntry, getRow, getRow, getVGap, init, insertColumn, insertCr, insertRow, invalidateLayout, layoutContainer, maximumLayoutSize, preferredLayoutSize, removeLayoutComponent, setColumn, setColumn, setConstraints, setCr, setCr, setHGap, setRow, setRow, setVGap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedTableLayout

public ExtendedTableLayout()

ExtendedTableLayout

public ExtendedTableLayout(double[][] size)

ExtendedTableLayout

public ExtendedTableLayout(double[][] size,
                           boolean calcMinimumSize)

ExtendedTableLayout

public ExtendedTableLayout(boolean calcMinimumSize)
Method Detail

minimumLayoutSize

public Dimension minimumLayoutSize(Container container)
Specified by:
minimumLayoutSize in interface LayoutManager
Overrides:
minimumLayoutSize in class info.clearthought.layout.TableLayout

getRowsInPixel

public int[] getRowsInPixel()

getColsInPixel

public int[] getColsInPixel()


Copyright © 2012. All Rights Reserved.