Uses of Class
ch.busyboxes.agoo.model.enumeration.WatchedFileState

Packages that use WatchedFileState
ch.busyboxes.agoo.controller.model Provides the model for the views of the web application. 
ch.busyboxes.agoo.model   
ch.busyboxes.agoo.model.enumeration   
 

Uses of WatchedFileState in ch.busyboxes.agoo.controller.model
 

Methods in ch.busyboxes.agoo.controller.model that return WatchedFileState
 WatchedFileState WebWatchedFile.getWatchedFileState()
          Get the watched file state
 

Methods in ch.busyboxes.agoo.controller.model with parameters of type WatchedFileState
 void WebWatchedFile.setWatchedFileState(WatchedFileState watchedFileState)
          Sets the watched file state
 

Uses of WatchedFileState in ch.busyboxes.agoo.model
 

Methods in ch.busyboxes.agoo.model that return WatchedFileState
 WatchedFileState WatchedFile.getWatchedFileState()
          Gets the watched file state
 

Methods in ch.busyboxes.agoo.model with parameters of type WatchedFileState
 void WatchedFile.setWatchedFileState(WatchedFileState watchedFileState)
          Sets the watched file state
 

Uses of WatchedFileState in ch.busyboxes.agoo.model.enumeration
 

Methods in ch.busyboxes.agoo.model.enumeration that return WatchedFileState
static WatchedFileState WatchedFileState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WatchedFileState[] WatchedFileState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009. All Rights Reserved.