org.globus.cog.gridface.interfaces
Interface DirectoryBrowser

All Superinterfaces:
GridFace
All Known Implementing Classes:
DirectoryBrowserImpl

public interface DirectoryBrowser
extends GridFace

different functions needed for the directory browser to be implemented as combination of methods available in the underlying file transfer client


Method Summary
 String getSelected()
          Get the name of the currently selected file
 URI getURI()
          Get the currently selected files URI
 void setSelected(String filename)
          Select the file corresponding to the file name
 void setURI(URI uri)
          Set the URI
 
Methods inherited from interface org.globus.cog.gridface.interfaces.GridFace
lastUpdateTime, register, setLabel, setName, update
 

Method Detail

setURI

public void setURI(URI uri)
Set the URI


getURI

public URI getURI()
Get the currently selected files URI


setSelected

public void setSelected(String filename)
Select the file corresponding to the file name


getSelected

public String getSelected()
Get the name of the currently selected file