Uses of Interface
org.xnap.gui.table.ColumnModel

Packages that use ColumnModel
org.xnap.gui.menu Provides implementations of common menus. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.plugin.azureus   
org.xnap.plugin.freeway   
org.xnap.plugin.jtella A Gnutella plugin based on the JTella library. 
org.xnap.plugin.limewire   
org.xnap.plugin.opennap.gui   
org.xnap.plugin.pircbot An IRC plugin based on the PircBot library. 
org.xnap.plugin.viewer.zipviewer   
 

Uses of ColumnModel in org.xnap.gui.menu
 

Methods in org.xnap.gui.menu that return ColumnModel
static ColumnModel TableColumnsMenu.toModel(Column[] columns)
           
 

Constructors in org.xnap.gui.menu with parameters of type ColumnModel
TableColumnsMenu(java.lang.String name, ColumnModel cm, TablePreferencesProvider tpp, java.lang.String table)
           
TableColumnsMenu(java.lang.String name, ColumnModel cm, TablePreferencesProvider tpp, java.lang.String table, int skip)
           
 

Uses of ColumnModel in org.xnap.gui.table
 

Classes in org.xnap.gui.table that implement ColumnModel
 class AbstractColumnTableModel
          Provides a sortable table model with dynamic column support.
 class AbstractColumnTreeTableModel
          Provides a sortable table model with dynamic column support.
 class ChannelTableModel
           
 class ChatPeerTableModel
          Provides a table model for Peer objects in chat tables.
 class DefaultColumnTreeTableModel
           
 class FilteredTransferTableModel
          The model for the upload and download table.
 class HotlistTableModel
           
 class LibraryTableModel
          Table model which displays repository files in its columns.
 class PeerTableModel
          Provides a table model for Peer objects.
 class SearchTableModel
          The model for the search table.
 class TransferTableModel
          The model for the upload and download table.
 

Constructors in org.xnap.gui.table with parameters of type ColumnModel
TablePreferencesHandler(TablePreferencesProvider prefs, java.lang.String table, ColumnModel model, javax.swing.table.TableColumnModel tcm)
           
 

Uses of ColumnModel in org.xnap.plugin.azureus
 

Classes in org.xnap.plugin.azureus that implement ColumnModel
 class AzureusTrackerTableModel
          Table model for objects.
 

Uses of ColumnModel in org.xnap.plugin.freeway
 

Classes in org.xnap.plugin.freeway that implement ColumnModel
 class FreewayPanel.FreewayStatsTableModel
           
 

Uses of ColumnModel in org.xnap.plugin.jtella
 

Classes in org.xnap.plugin.jtella that implement ColumnModel
 class JTellaConnectionTableModel
          Table model for Connection objects.
 

Uses of ColumnModel in org.xnap.plugin.limewire
 

Classes in org.xnap.plugin.limewire that implement ColumnModel
 class LimeWireConnectionTableModel
          Table model for ManagedConnection objects.
 

Uses of ColumnModel in org.xnap.plugin.opennap.gui
 

Classes in org.xnap.plugin.opennap.gui that implement ColumnModel
 class OpenNapServerTableModel
           
 class OpenNapWhoisTableModel
           
 

Uses of ColumnModel in org.xnap.plugin.pircbot
 

Classes in org.xnap.plugin.pircbot that implement ColumnModel
 class PircBotServerTableModel
           
 

Uses of ColumnModel in org.xnap.plugin.viewer.zipviewer
 

Classes in org.xnap.plugin.viewer.zipviewer that implement ColumnModel
 class ZipFileTableModel
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.