de.miethxml.hawron.gui.context.event
Class FileSystemSelectionController

java.lang.Object
  extended byde.miethxml.hawron.gui.context.event.FileSystemSelectionController
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener, javax.swing.event.TreeSelectionListener

public class FileSystemSelectionController
extends java.lang.Object
implements javax.swing.event.ListSelectionListener, javax.swing.event.TreeSelectionListener

Author:
Simon Mieth

Constructor Summary
FileSystemSelectionController()
           
 
Method Summary
 void clearSelection()
           
 void setFileSystemTable(javax.swing.JTable fileSystemTable)
           
 void setFileSystemTree(javax.swing.JTree fileSystemTree)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemSelectionController

public FileSystemSelectionController()
Method Detail

setFileSystemTable

public void setFileSystemTable(javax.swing.JTable fileSystemTable)
Parameters:
fileSystemTable - The fileSystemTable to set.

setFileSystemTree

public void setFileSystemTree(javax.swing.JTree fileSystemTree)
Parameters:
fileSystemTree - The fileSystemTree to set.

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

clearSelection

public void clearSelection()

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener