uic.zaval
Class UICBorderPanel

java.lang.Object
  extended by LwBorderPan
      extended by uic.zaval.UICBorderPanel

public class UICBorderPanel
extends LwBorderPan


Constructor Summary
UICBorderPanel()
           
 
Method Summary
 void add(LwComponent c, Object contstraints)
          Method introduced to make a borderpanel more like the awt/swing api.
 void setLayout(LwLayout layout)
          Method introduced to make a borderpanel more like the awt/swing api.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICBorderPanel

public UICBorderPanel()
Method Detail

add

public void add(LwComponent c,
                Object contstraints)
Method introduced to make a borderpanel more like the awt/swing api.

Parameters:
c - the component
contstraints - the constraints (position end sizing policy)

setLayout

public void setLayout(LwLayout layout)
Method introduced to make a borderpanel more like the awt/swing api.

Parameters:
layout - the layouter


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence