com.jtechlabs.ui.widget.directorychooser
Class DirectoryChooserSelectionEvent
java.lang.Object
java.util.EventObject
com.jtechlabs.ui.widget.directorychooser.DirectoryChooserSelectionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DirectoryChooserSelectionEvent
- extends java.util.EventObject
An event that characterizes a change in the current selection.
- Version:
- 1.0
- Author:
- Aleksey Prochukhan
Constructor Summary |
DirectoryChooserSelectionEvent(java.lang.Object source,
java.io.File path)
Represents a change in the selection within JDirectoryChooser component. |
Method Summary |
java.io.File |
getPath()
Returns the selected path. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DirectoryChooserSelectionEvent
public DirectoryChooserSelectionEvent(java.lang.Object source,
java.io.File path)
- Represents a change in the selection within
JDirectoryChooser
component.
- Parameters:
source
- the source of event the source of event (JDirectoryChooser
component).path
- the selected path.
getPath
public java.io.File getPath()
- Returns the selected path.
- Returns:
- the selected path.
Copyright © 2005 JTechLabs.com All Rights Reserved.