org.gjt.sp.jedit.browser
Class VFSDirectoryEntryTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byorg.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class VFSDirectoryEntryTableModel
extends javax.swing.table.AbstractTableModel

Since:
jEdit 4.2pre1
Version:
$Id: VFSDirectoryEntryTableModel.java,v 1.9 2004/01/14 04:36:50 spestov Exp $
Author:
Slava Pestov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
VFSDirectoryEntryTableModel()
           
 
Method Summary
 void collapse(VFS vfs, int index)
           
 int expand(VFS vfs, org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry entry, java.util.ArrayList list)
           
 java.lang.Class getColumnClass(int col)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 java.lang.String getExtendedAttribute(int index)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 void setRoot(VFS vfs, java.util.ArrayList list)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSDirectoryEntryTableModel

public VFSDirectoryEntryTableModel()
Method Detail

setRoot

public void setRoot(VFS vfs,
                    java.util.ArrayList list)

expand

public int expand(VFS vfs,
                  org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry entry,
                  java.util.ArrayList list)

collapse

public void collapse(VFS vfs,
                     int index)

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getColumnName

public java.lang.String getColumnName(int col)

getColumnClass

public java.lang.Class getColumnClass(int col)

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

getExtendedAttribute

public java.lang.String getExtendedAttribute(int index)