net.sf.jdiskcatalog.api
Interface View

All Superinterfaces:
NodeSelectionListener
All Known Implementing Classes:
FileListView, SimpleDetailsView, TreeView

public interface View
extends NodeSelectionListener


Method Summary
 javax.swing.JComponent getComponent()
           
 void refresh()
           
 void setDocument(Document document)
           
 void setNodeSelectionListener(NodeSelectionListener listener)
           
 
Methods inherited from interface net.sf.jdiskcatalog.api.NodeSelectionListener
nodeSelected
 

Method Detail

getComponent

javax.swing.JComponent getComponent()

setDocument

void setDocument(Document document)

setNodeSelectionListener

void setNodeSelectionListener(NodeSelectionListener listener)

refresh

void refresh()


Copyright © 2007. All Rights Reserved.