|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVSUserInterface | |
com.ice.cvsc | Implements the CVS client/server protocol. |
com.ice.jcvsii | Implements a CVS client application on top of the com.ice.cvsc package. |
Uses of CVSUserInterface in com.ice.cvsc |
Classes in com.ice.cvsc that implement CVSUserInterface | |
class |
CVSBufferedUI
|
class |
CVSNullUI
|
Methods in com.ice.cvsc that return CVSUserInterface | |
CVSUserInterface |
CVSRequest.getUserInterface()
|
Methods in com.ice.cvsc with parameters of type CVSUserInterface | |
void |
CVSRequest.setUserInterface(CVSUserInterface ui)
|
boolean |
CVSProject.verifyPassword(CVSUserInterface ui,
java.lang.String userName,
java.lang.String password,
boolean trace)
|
CVSResponse |
CVSProject.ensureRepositoryPath(CVSUserInterface ui,
java.lang.String localDirectory,
CVSResponse resultResp)
Guarentees that the repository contains the path specified. |
Uses of CVSUserInterface in com.ice.jcvsii |
Classes in com.ice.jcvsii that implement CVSUserInterface | |
class |
CheckOutPanel
|
class |
CreatePanel
|
class |
ExportPanel
|
class |
ImportPanel
|
class |
InitRepositoryPanel
|
class |
ProjectFrame
This is the frame that implements the 'Project Window' in jCVS. |
class |
TestConnectPanel
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |