org.beanfabrics.swt.table
Class ViewConfig.Column

java.lang.Object
  extended by org.beanfabrics.swt.table.ViewConfig.Column
Enclosing class:
ViewConfig

public static class ViewConfig.Column
extends java.lang.Object


Field Summary
 java.lang.String header
           
 Path path
           
 int width
           
 
Constructor Summary
ViewConfig.Column(Path path, java.lang.String header, int with)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public final Path path

header

public final java.lang.String header

width

public final int width
Constructor Detail

ViewConfig.Column

public ViewConfig.Column(Path path,
                         java.lang.String header,
                         int with)