|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |