org.openrdf.sesame.config.ui
Class ColumnData

java.lang.Object
  extended byorg.openrdf.sesame.config.ui.ColumnData

public class ColumnData
extends Object

Column

Version:
$Revision: 1.3.4.2 $
Author:
Peter van 't Hof, Arjohn Kampman

Field Summary
 int alignment
          Alignment
 String title
          Title
 int width
          Width
 
Constructor Summary
ColumnData(String title, int width, int alignment)
          Creates a new ColumnData with the supplied title, width and alignment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title
Title


width

public int width
Width


alignment

public int alignment
Alignment

Constructor Detail

ColumnData

public ColumnData(String title,
                  int width,
                  int alignment)
Creates a new ColumnData with the supplied title, width and alignment

Parameters:
title - Title
width - Width
alignment - Alignment


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.