de.miethxml.hawron.gui.context.event
Class FileSystemSelectionController
java.lang.Object
de.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemSelectionController
public FileSystemSelectionController()
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