de.kleopatra.forms.description
Class DefaultLayoutDescription

java.lang.Object
  extended byde.kleopatra.forms.description.DefaultLayoutDescription
All Implemented Interfaces:
LayoutDescription

public class DefaultLayoutDescription
extends java.lang.Object
implements LayoutDescription

this is for persistance and handing around the descriptive data.

Version:
$ $Revision: 1.1.1.1 $ $Date: 2004/05/17 15:03:43 $
Author:
(C) 2003 Jeanette Winzenburg, Berlin

Field Summary
protected  LayoutBorder border
           
protected  java.util.List columns
           
protected  java.util.List constraints
           
protected  java.lang.Object layoutID
           
protected  java.util.List rows
           
 
Constructor Summary
DefaultLayoutDescription()
           
DefaultLayoutDescription(LayoutDescription description)
           
 
Method Summary
 void copyFrom(LayoutDescription description)
           
 LayoutBorder getBorder()
           
 java.util.List getColumns()
           
 java.util.List getConstraints()
          returns constraints in the order in which they should be inserted.
 java.lang.Object getLayoutID()
           
 java.util.List getListConstraints()
          DO NOT USE - public as an implementation side-effect.
 java.util.List getRows()
           
 void setBorder(LayoutBorder border)
           
 void setColumns(java.util.List columns)
          DO NOT USE - public as an implementation side-effect.
 void setLayoutID(java.lang.Object layoutID)
           
 void setListConstraints(java.util.List constraints)
          DO NOT USE - public as an implementation side-effect.
 void setRows(java.util.List rows)
          DO NOT USE - public as an implementation side-effect.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rows

protected java.util.List rows

columns

protected java.util.List columns

constraints

protected java.util.List constraints

layoutID

protected java.lang.Object layoutID

border

protected LayoutBorder border
Constructor Detail

DefaultLayoutDescription

public DefaultLayoutDescription()

DefaultLayoutDescription

public DefaultLayoutDescription(LayoutDescription description)
Method Detail

copyFrom

public void copyFrom(LayoutDescription description)

toString

public java.lang.String toString()

getColumns

public java.util.List getColumns()
Specified by:
getColumns in interface LayoutDescription

getRows

public java.util.List getRows()
Specified by:
getRows in interface LayoutDescription

getConstraints

public java.util.List getConstraints()
Description copied from interface: LayoutDescription
returns constraints in the order in which they should be inserted.

Specified by:
getConstraints in interface LayoutDescription

getLayoutID

public java.lang.Object getLayoutID()
Specified by:
getLayoutID in interface LayoutDescription

setLayoutID

public void setLayoutID(java.lang.Object layoutID)
Specified by:
setLayoutID in interface LayoutDescription

setBorder

public void setBorder(LayoutBorder border)
Specified by:
setBorder in interface LayoutDescription

getBorder

public LayoutBorder getBorder()
Specified by:
getBorder in interface LayoutDescription

setRows

public void setRows(java.util.List rows)
DO NOT USE - public as an implementation side-effect.


setColumns

public void setColumns(java.util.List columns)
DO NOT USE - public as an implementation side-effect.


setListConstraints

public void setListConstraints(java.util.List constraints)
DO NOT USE - public as an implementation side-effect.


getListConstraints

public java.util.List getListConstraints()
DO NOT USE - public as an implementation side-effect.



Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.