org.xnap.gui
Interface DirectoryProvider

All Known Implementing Classes:
LibraryPanel, LibraryTree

public interface DirectoryProvider

Defines the requirements for classes that provide selection of a File object that is a directory.

See Also:
xnap.gui.action.PasteFileAction

Method Summary
 java.io.File getDirectory()
          Invoked by an action to query the selected directory.
 void hasChanged(java.io.File directory)
          Invoked if directory contents was changed by the action.
 

Method Detail

getDirectory

java.io.File getDirectory()
Invoked by an action to query the selected directory.


hasChanged

void hasChanged(java.io.File directory)
Invoked if directory contents was changed by the action.

Parameters:
directory - the directory that has changed


Copyright © 2001-2005 XNap Team. All Rights Reserved.