org.jurvis.swing.explorer
Interface JvExplorerListDetailsModel

All Superinterfaces:
JvObjectTableModel, TableModel

public interface JvExplorerListDetailsModel
extends JvObjectTableModel

The JvExplorerListDetailsModel interface specifies the methods JvExplorerListDetails will use to interrogate a data model containing the details of a particular node in a JvExplorer.


Method Summary
 Collection getEmptyCollection()
          Return an empty collection suitable for putting the selected items within.
 void setActiveNode(JvExplorerNode activeNode)
          Set the active node in this details component.
 
Methods inherited from interface org.jurvis.swing.table.JvObjectTableModel
getObjectAt
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

setActiveNode

void setActiveNode(JvExplorerNode activeNode)
Set the active node in this details component. This method is not intended to be called by anything other than JvExplorer.

Parameters:
activeNode - the new active node

getEmptyCollection

Collection getEmptyCollection()
Return an empty collection suitable for putting the selected items within.

Specified by:
getEmptyCollection in interface JvObjectTableModel
Returns:
the empty collection


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.