Uses of Class
org.xulux.guilayer.swing.widgets.Table

Packages that use Table
org.xulux.guilayer.swing.listeners   
org.xulux.guilayer.swing.models   
 

Uses of Table in org.xulux.guilayer.swing.listeners
 

Fields in org.xulux.guilayer.swing.listeners declared as Table
protected  Table UpdateButtonsListener.table
          Hack to reduce mess in table.
 

Constructors in org.xulux.guilayer.swing.listeners with parameters of type Table
UpdateButtonsListener(Table table)
           
 

Uses of Table in org.xulux.guilayer.swing.models
 

Fields in org.xulux.guilayer.swing.models declared as Table
protected  Table NyxTableCellRenderer.parent
          the parent table
protected  Table NyxTableModel.table
          the table
protected  Table NyxTableColumnModel.table
          the table
 

Methods in org.xulux.guilayer.swing.models with parameters of type Table
 void NyxTableModel.setTable(Table table)
          Set the table to be used in this tablemodel
 void NyxTableColumnModel.setTable(Table table)
           
 

Constructors in org.xulux.guilayer.swing.models with parameters of type Table
NyxTableCellRenderer(org.xulux.api.gui.IWidget widget, Table parent)
           
NyxTableColumnModel(Table table)
          Initializes the columnModel and sets the table for later reference
NyxTableModel(Table table)
           
NyxTableModel(javax.swing.table.TableModel model, Table table)
           
 



Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.