de.kleopatra.forms.description
Interface LayoutDescription

All Known Implementing Classes:
DefaultLayoutDescription

public interface LayoutDescription

named collection of description elements.

it's meant to be essentially read-only

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

Method Summary
 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 getRows()
           
 void setBorder(LayoutBorder border)
           
 void setLayoutID(java.lang.Object id)
           
 

Method Detail

getConstraints

public java.util.List getConstraints()
returns constraints in the order in which they should be inserted.


getColumns

public java.util.List getColumns()

getRows

public java.util.List getRows()

getLayoutID

public java.lang.Object getLayoutID()

setLayoutID

public void setLayoutID(java.lang.Object id)

setBorder

public void setBorder(LayoutBorder border)

getBorder

public LayoutBorder getBorder()


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