Uses of Interface
com.Prominic.jFTPd.RemoteController

Packages that use RemoteController
com.Prominic.jFTPd   
 

Uses of RemoteController in com.Prominic.jFTPd
 

Classes in com.Prominic.jFTPd that implement RemoteController
 class FTPRemoteCtrlImpl
          This class is a RMI wrapper for the FTPHandler.
 class FTPRemoteCtrlImpl_Stub
           
 

Fields in com.Prominic.jFTPd declared as RemoteController
(package private)  RemoteController UsersWindow.controller
           
(package private)  RemoteController UserDetailWindow.controller
           
(package private)  RemoteController PropertiesWindow.controller
           
(package private)  RemoteController ControllerWindow.controller
           
 

Methods in com.Prominic.jFTPd that return RemoteController
 RemoteController RmtCtrlGeneratorImpl_Stub.getController()
           
 RemoteController RmtCtrlGeneratorImpl.getController()
           
 RemoteController RmtCtrlGenerator.getController()
           
 

Constructors in com.Prominic.jFTPd with parameters of type RemoteController
ControllerWindow(RemoteController controller)
           
PropertiesWindow(RemoteController c)
           
UserDetailWindow(RemoteController c, java.lang.String username, int id)
           
UsersWindow(RemoteController c)