| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.vity.freerapid.gui.actions.DownloadsActions
public final class DownloadsActions
| Field Summary | |
|---|---|
| static EnumSet<DownloadState> | cancelEnabledStatesset of states in which user can press cancel button | 
| static EnumSet<DownloadState> | completedStatesstates those indicates that file is completed | 
| static EnumSet<DownloadState> | forceEnabledStatesset of states in which user can press force download action | 
| static EnumSet<DownloadState> | pauseEnabledStatesset of states in which user can press pause button | 
| static EnumSet<DownloadState> | recheckExistingStatesset of states in which user can press validate links download action | 
| static EnumSet<DownloadState> | resumeEnabledStatesset of states in which user can press resume button | 
| Method Summary | |
|---|---|
| static boolean | isProcessState(DownloadState s)Checks whether state download state means "working" | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static EnumSet<DownloadState> pauseEnabledStates
public static EnumSet<DownloadState> resumeEnabledStates
public static EnumSet<DownloadState> cancelEnabledStates
public static EnumSet<DownloadState> forceEnabledStates
public static EnumSet<DownloadState> recheckExistingStates
public static EnumSet<DownloadState> completedStates
| Method Detail | 
|---|
public static boolean isProcessState(DownloadState s)
s - given state
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||