org.gjt.sp.jedit.browser
Class VFSDirectoryEntryTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- public class VFSDirectoryEntryTableModel
- extends 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
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 |
VFSDirectoryEntryTableModel
public VFSDirectoryEntryTableModel()
setRoot
public void setRoot(VFS vfs,
ArrayList list)
expand
public int expand(VFS vfs,
org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry entry,
ArrayList list)
collapse
public void collapse(VFS vfs,
int index)
getColumnCount
public int getColumnCount()
getRowCount
public int getRowCount()
getColumnName
public String getColumnName(int col)
getColumnClass
public Class getColumnClass(int col)
getValueAt
public Object getValueAt(int row,
int col)
getExtendedAttribute
public String getExtendedAttribute(int index)