| javax.swing.JPanel net.sf.jftp.gui.framework.HPanel net.sf.jftp.gui.base.dir.DirPanel net.sf.jftp.gui.base.dir.DirComponent net.sf.jftp.gui.base.LocalDir
LocalDir | public LocalDir()(Code) | | LocalDir constructor.
|
LocalDir | public LocalDir(String path)(Code) | | LocalDir constructor.
|
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Handles the user events if the ui is unlocked
|
actionPerformed | public void actionPerformed(Object target, String msg)(Code) | | Called by FtpConnection
|
blockedTransfer | public synchronized void blockedTransfer(int index)(Code) | | Initiate a tranfer with ui locking enabled
|
chdir | public boolean chdir(String p)(Code) | | Change the directory of this connection and update the gui
|
connectionInitialized | public void connectionInitialized(BasicConnection con)(Code) | | Called by FtpConnection
|
fresh | public void fresh()(Code) | | Do a hard UI refresh - do no longer call this directly, use
safeUpdate() instead.
|
gui | public void gui(boolean fakeInit)(Code) | | Part of a gui refresh.
There's no need to call this by hand.
|
gui_init | public void gui_init()(Code) | | Creates the gui and adds the MouseListener etc.
|
lock | public void lock(boolean first)(Code) | | Lock the gui.
|
safeUpdate | public void safeUpdate()(Code) | | Safely refresh the UI.
|
setDirList | public void setDirList(boolean fakeInit)(Code) | | List directory and create/update the whole file list.
There's no need to call this by hand.
|
setViewPort | public void setViewPort()(Code) | | |
showContentWindow | public void showContentWindow(String url, DirEntry d)(Code) | | Mime type handler for doubleclicks on files
|
startTransfer | public void startTransfer(DirEntry entry)(Code) | | Start a file transfer.
Depending on the local and remote connection types some things like
local working directory have to be set, resuming may have to be checked etc.
As with ftp to ftp transfers the action used to download a file might actually be
an upload.
WARNING: If you do anything here, please check RemoteDir.startTransfer(), too!
|
transfer | public synchronized void transfer()(Code) | | Transfers all selected files
|
transfer | public void transfer(int i)(Code) | | Transfers single file, or all selected files if index is -1
|
unlock | public void unlock(boolean first)(Code) | | Unlock the gui.
|
updateProgress | public void updateProgress(String file, String type, long bytes)(Code) | | Called by FtpConnection, DownloadList is updated from here
|
|
|