Groovy Documentation

simplejpa.swing.glazed
[Groovy] Class GlazedColumn

java.lang.Object
  javax.swing.table.TableColumn
      simplejpa.swing.glazed.GlazedColumn

class GlazedColumn
extends TableColumn

Field Summary
 
Fields inherited from class TableColumn
COLUMN_WIDTH_PROPERTY, HEADER_VALUE_PROPERTY, HEADER_RENDERER_PROPERTY, CELL_RENDERER_PROPERTY
 
Property Summary
Class columnClass

Comparator comparator

Closure expression

String name

String property

 
Constructor Summary
GlazedColumn()

 
Method Summary
 
Methods inherited from class TableColumn
setResizable, addPropertyChangeListener, getWidth, getPropertyChangeListeners, removePropertyChangeListener, setWidth, getCellRenderer, getModelIndex, setCellRenderer, getCellEditor, getHeaderRenderer, getHeaderValue, setCellEditor, setHeaderValue, setPreferredWidth, disableResizedPosting, enableResizedPosting, getIdentifier, getMaxWidth, getMinWidth, getPreferredWidth, getResizable, setHeaderRenderer, setIdentifier, setMaxWidth, setMinWidth, setModelIndex, sizeWidthToFit, getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Property Detail

columnClass

Class columnClass


comparator

Comparator comparator


expression

Closure expression


name

String name


property

String property


 
Constructor Detail

GlazedColumn

GlazedColumn()


 

Groovy Documentation