Uses of Class
org.netbeans.lib.cvsclient.command.watch.WatchMode

Packages that use WatchMode
org.netbeans.lib.cvsclient.command.watch   
 

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

Fields in org.netbeans.lib.cvsclient.command.watch declared as WatchMode
static WatchMode WatchMode.ADD
          This is the WatchMode that adds watching for the specified Watch.
static WatchMode WatchMode.OFF
          This is the WatchMode that disables watching.
static WatchMode WatchMode.ON
          This is the WatchMode that enables watching.
static WatchMode WatchMode.REMOVE
          This is the WatchMode that removes watching for the specified Watch.
 

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

Methods in org.netbeans.lib.cvsclient.command.watch with parameters of type WatchMode
 void WatchCommand.setWatchMode(WatchMode watchMode)
          Sets the WatchMode.
 


 

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