se.datadosen.explorer
Class ExplorerSelectionModel

java.lang.Object
  extended by se.datadosen.explorer.ExplorerSelectionModel

public class ExplorerSelectionModel
extends java.lang.Object


Constructor Summary
ExplorerSelectionModel(JExplorerPanel explorer)
           
 
Method Summary
 void addSelectionListener(SelectionListener l)
           
protected  void fireSelectionChange()
           
 void removeSelectionListener(SelectionListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplorerSelectionModel

public ExplorerSelectionModel(JExplorerPanel explorer)
Method Detail

removeSelectionListener

public void removeSelectionListener(SelectionListener l)

addSelectionListener

public void addSelectionListener(SelectionListener l)

fireSelectionChange

protected void fireSelectionChange()