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.
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.