|
|||||||||
| 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> |
cancelEnabledStates
set of states in which user can press cancel button |
static EnumSet<DownloadState> |
completedStates
states those indicates that file is completed |
static EnumSet<DownloadState> |
forceEnabledStates
set of states in which user can press force download action |
static EnumSet<DownloadState> |
pauseEnabledStates
set of states in which user can press pause button |
static EnumSet<DownloadState> |
recheckExistingStates
set of states in which user can press validate links download action |
static EnumSet<DownloadState> |
resumeEnabledStates
set 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 | ||||||||