Uses of Class
org.ujac.util.table.LayoutHints

Packages that use LayoutHints
org.ujac.util.table   
 

Uses of LayoutHints in org.ujac.util.table
 

Methods in org.ujac.util.table that return LayoutHints
 LayoutHints Column.getLayoutHints()
          Gets the layout hints.
 LayoutHints DefaultColumn.getLayoutHints()
          Gets the layout hints.
 LayoutHints LayoutHints.setAlign(int align)
          Setter method for the the property align.
 LayoutHints LayoutHints.setHeader(String header)
          Setter method for the the property title.
 LayoutHints LayoutHints.setHeaderAlign(int headerAlign)
          Setter method for the the property headerAlign.
 LayoutHints LayoutHints.setLevel(int level)
          Sets the level of importance.
 LayoutHints LayoutHints.setVisible(boolean visible)
          Setter method for the the property visible.
 LayoutHints LayoutHints.setWidth(float width)
          Setter method for the the property width.
 

Methods in org.ujac.util.table with parameters of type LayoutHints
 Column FilteredTable.addColumn(String name, int type, LayoutHints layoutHints)
           
 Column ResultSetTable.addColumn(String name, int type, LayoutHints layoutHints)
          Adds a column to the table
 Column Table.addColumn(String name, int type, LayoutHints layoutHints)
          Adds a column to the table
 Column ReportTable.addColumn(String name, int type, LayoutHints layoutHints)
           
 Column DataTable.addColumn(String name, int type, LayoutHints layoutHints)
          Adds a column to the table
protected  int HeaderRow.getFieldAlignment(LayoutHints lh)
          Gets the field alignment.
protected  int BaseRow.getFieldAlignment(LayoutHints lh)
          Gets the field alignment.
 Column Column.setLayoutHints(LayoutHints layoutHints)
          Sets the layout hints.
 Column DefaultColumn.setLayoutHints(LayoutHints layoutHints)
          Sets the layout hints.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.