Uses of Class
org.netbeans.lib.cvsclient.command.Watch

Packages that use Watch
org.netbeans.lib.cvsclient.command   
org.netbeans.lib.cvsclient.command.edit   
org.netbeans.lib.cvsclient.command.unedit   
org.netbeans.lib.cvsclient.command.watch   
 

Uses of Watch in org.netbeans.lib.cvsclient.command
 

Fields in org.netbeans.lib.cvsclient.command declared as Watch
static Watch Watch.ALL
           
static Watch Watch.COMMIT
           
static Watch Watch.EDIT
           
static Watch Watch.NONE
           
static Watch Watch.UNEDIT
           
 

Methods in org.netbeans.lib.cvsclient.command with parameters of type Watch
static java.lang.String Watch.getWatchString(Watch watch)
          Returns the temporary watch value used in the Notify request.
 

Uses of Watch in org.netbeans.lib.cvsclient.command.edit
 

Methods in org.netbeans.lib.cvsclient.command.edit that return Watch
 Watch EditCommand.getTemporaryWatch()
          Returns the temporary watch.
 

Methods in org.netbeans.lib.cvsclient.command.edit with parameters of type Watch
 void EditCommand.setTemporaryWatch(Watch temporaryWatch)
          Sets the temporary watch.
 

Uses of Watch in org.netbeans.lib.cvsclient.command.unedit
 

Methods in org.netbeans.lib.cvsclient.command.unedit that return Watch
 Watch UneditCommand.getTemporaryWatch()
          Returns the temporary watch.
 

Methods in org.netbeans.lib.cvsclient.command.unedit with parameters of type Watch
 void UneditCommand.setTemporaryWatch(Watch temporaryWatch)
          Sets the temporary watch.
 

Uses of Watch in org.netbeans.lib.cvsclient.command.watch
 

Methods in org.netbeans.lib.cvsclient.command.watch that return Watch
 Watch WatchCommand.getWatch()
          Returns the watch.
 

Methods in org.netbeans.lib.cvsclient.command.watch with parameters of type Watch
 void WatchCommand.setWatch(Watch watch)
          Sets the watch.
 


 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.