org.globus.cog.gridface.interfaces
Interface FileViewerPanel

All Superinterfaces:
GridFace, ViewerPanel

public interface FileViewerPanel
extends ViewerPanel


Method Summary
 void copy()
           
 void cut()
          These methods should be able to interact with lot of data.
 void find()
           
 void findReplace()
           
 URI getURI()
           
 void open()
           
 void paste()
           
 void save()
           
 void saveAs()
           
 
Methods inherited from interface org.globus.cog.gridface.interfaces.ViewerPanel
register, setDefault
 
Methods inherited from interface org.globus.cog.gridface.interfaces.GridFace
lastUpdateTime, register, setLabel, setName, update
 

Method Detail

getURI

public URI getURI()

open

public void open()

save

public void save()

saveAs

public void saveAs()

find

public void find()

findReplace

public void findReplace()

cut

public void cut()
These methods should be able to interact with lot of data. There parameters are to be changed accordingly.


copy

public void copy()

paste

public void paste()