org.itr_rescue.dataGuard.remoteView.FileSystem.SearchView
Class RemoteFileSearchView

java.lang.Object
  extended by org.itr_rescue.dataGuard.remoteView.FileSystem.RemoteFileSystemView
      extended by org.itr_rescue.dataGuard.remoteView.FileSystem.SearchView.RemoteFileSearchView
All Implemented Interfaces:
java.awt.event.FocusListener, java.awt.event.MouseListener, java.util.EventListener, javax.swing.event.ListSelectionListener, IRemoteFileSystemView, IRemoteView

public class RemoteFileSearchView
extends RemoteFileSystemView


Field Summary
protected  RemoteFileSystemView relatedView
           
protected static java.util.HashMap<java.lang.String,java.lang.String> searchActions
           
 
Fields inherited from class org.itr_rescue.dataGuard.remoteView.FileSystem.RemoteFileSystemView
actions, popupMenu, scrollPane, server, structure_name, system, tableModel, theList
 
Constructor Summary
RemoteFileSearchView()
           
 
Method Summary
 void deleteFile(java.lang.String fileId)
           
 void format()
           
 java.lang.String getAction(java.lang.String actionType)
           
 XmlFileSystemModel getFileSystem()
           
 IRemoteFileSystemView getRelatedView()
           
 AbstractStorageServer getRemoteServer()
           
 java.lang.String getRemoteUniqueCode()
           
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void openDirectory(java.lang.String dirName)
           
 void setRelatedView(RemoteFileSystemView relatedView)
           
protected  void setupColumns()
           
 
Methods inherited from class org.itr_rescue.dataGuard.remoteView.FileSystem.RemoteFileSystemView
addFile, addItem, associateServer, clearAllFiles, displayContentsOfDirectory, focusGained, focusLost, getFilePopupMenu, getFolderPopupMenu, getOutputPane, getRandom, getScrollPane, getSelectedFile, getSelectedFiles, getSelectedFilesName, getSelectedFilesNumber, getVoidPopupMenu, initializeMenuItem, mouseEntered, mouseExited, mousePressed, mouseReleased, populate, refresh, setSystem, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relatedView

protected RemoteFileSystemView relatedView

searchActions

protected static java.util.HashMap<java.lang.String,java.lang.String> searchActions
Constructor Detail

RemoteFileSearchView

public RemoteFileSearchView()
Method Detail

setupColumns

protected void setupColumns()
Overrides:
setupColumns in class RemoteFileSystemView

getRelatedView

public IRemoteFileSystemView getRelatedView()

setRelatedView

public void setRelatedView(RemoteFileSystemView relatedView)

deleteFile

public void deleteFile(java.lang.String fileId)
Specified by:
deleteFile in interface IRemoteFileSystemView
Overrides:
deleteFile in class RemoteFileSystemView

format

public void format()
Specified by:
format in interface IRemoteFileSystemView
Overrides:
format in class RemoteFileSystemView

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class RemoteFileSystemView

openDirectory

public void openDirectory(java.lang.String dirName)
Specified by:
openDirectory in interface IRemoteFileSystemView
Overrides:
openDirectory in class RemoteFileSystemView

getAction

public java.lang.String getAction(java.lang.String actionType)
Specified by:
getAction in interface IRemoteView
Overrides:
getAction in class RemoteFileSystemView

getFileSystem

public XmlFileSystemModel getFileSystem()
Specified by:
getFileSystem in interface IRemoteFileSystemView
Overrides:
getFileSystem in class RemoteFileSystemView

getRemoteServer

public AbstractStorageServer getRemoteServer()
Specified by:
getRemoteServer in interface IRemoteView
Overrides:
getRemoteServer in class RemoteFileSystemView

getRemoteUniqueCode

public java.lang.String getRemoteUniqueCode()
Specified by:
getRemoteUniqueCode in interface IRemoteView
Overrides:
getRemoteUniqueCode in class RemoteFileSystemView