org.onemind.swingweb.templaterender.layout
Class DefaultLayoutHelper

java.lang.Object
  extended byorg.onemind.swingweb.templaterender.layout.DefaultLayoutHelper
All Implemented Interfaces:
ContainerLayoutHelper

public class DefaultLayoutHelper
extends java.lang.Object
implements ContainerLayoutHelper


Constructor Summary
DefaultLayoutHelper()
           
 
Method Summary
 java.util.List getCells(java.awt.Component[] children)
           
 java.util.List getCells(java.awt.Container container)
           
 ComponentGridLayout getLayout(java.awt.Component[] children)
           
 ComponentGridLayout getLayout(java.awt.Container container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLayoutHelper

public DefaultLayoutHelper()
Method Detail

getCells

public java.util.List getCells(java.awt.Component[] children)
Specified by:
getCells in interface ContainerLayoutHelper

getLayout

public ComponentGridLayout getLayout(java.awt.Component[] children)
Specified by:
getLayout in interface ContainerLayoutHelper

getLayout

public ComponentGridLayout getLayout(java.awt.Container container)
Specified by:
getLayout in interface ContainerLayoutHelper

getCells

public java.util.List getCells(java.awt.Container container)
Specified by:
getCells in interface ContainerLayoutHelper


Copyright © 2004-2007 . All Rights Reserved.