Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
jsd.ftp.server.ftp.gui.FtpTree

Uses of FtpTree in jsd.ftp.server.ftp.gui
 

Fields in jsd.ftp.server.ftp.gui declared as FtpTree
protected  FtpTree PluginPanel.mTree
           
private  FtpTree FtpRootPanel.mTree
           
private  FtpTree FtpPanel.mjFtpTree
           
 

Methods in jsd.ftp.server.ftp.gui that return FtpTree
 FtpTree PluginPanel.getTree()
          Get ftp tree object.
 

Constructors in jsd.ftp.server.ftp.gui with parameters of type FtpTree
PluginPanel(FtpTree tree)
          Constructor - set the ftp tree object.
FtpUserPanel(FtpTree tree)
          Creates new panel.
FtpStatisticsPanel(FtpTree tree)
          Creates new panel to display ftp global statistics.
FtpSpyContainerPanel(FtpTree tree)
          Constructor - create empty tabbed frame
FtpRootPanel(FtpTree tree)
          Creates new panel for root.
FtpIpPanel(FtpTree tree)
          Instantiate IP restrictor panel
FtpFilePanel(FtpTree tree, FtpFileTableModel model, java.lang.String header)
          Instantiate login panel.
FtpConnectionPanel(FtpTree tree)
          Instantiate login panel.
FtpAboutPanel(FtpTree tree)
          Constructor.