org.acm.seguin.pmd.swingui.event
Class DirectoryTableEvent
java.lang.Object
java.util.EventObject
org.acm.seguin.pmd.swingui.event.DirectoryTableEvent
- All Implemented Interfaces:
- java.io.Serializable
public class DirectoryTableEvent
- extends java.util.EventObject
- Since:
- December 13, 2002
- Version:
- $Revision: 1.1 $, $Date: 2003/07/29 20:51:59 $
- Author:
- Donald A. Leckie
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getSelectedFile
public java.io.File getSelectedFile()
- Returns:
notifyRequestFileSelected
public static void notifyRequestFileSelected(java.lang.Object source)
- Parameters:
dataNode
-
notifyFileSelectionChanged
public static void notifyFileSelectionChanged(java.lang.Object source,
java.io.File newFile)
- Parameters:
dataNode
-
notifySelectedFile
public static void notifySelectedFile(java.lang.Object source,
java.io.File selectedFile)
- Parameters:
dataNode
-