uic.zaval
Class UICBorderPanel
java.lang.Object
  
LwBorderPan
      
uic.zaval.UICBorderPanel
public class UICBorderPanel
- extends LwBorderPan
 
 
| 
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 | 
 
UICBorderPanel
public UICBorderPanel()
add
public void add(LwComponent c,
                Object contstraints)
- Method introduced to make a borderpanel more like the awt/swing api.
- Parameters:
 c - the componentcontstraints - 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