Uses of Class
net.lingala.zip4j.progress.ProgressMonitor.State
-
Packages that use ProgressMonitor.State Package Description net.lingala.zip4j.progress -
-
Uses of ProgressMonitor.State in net.lingala.zip4j.progress
Fields in net.lingala.zip4j.progress declared as ProgressMonitor.State Modifier and Type Field Description private ProgressMonitor.State
ProgressMonitor. state
Methods in net.lingala.zip4j.progress that return ProgressMonitor.State Modifier and Type Method Description ProgressMonitor.State
ProgressMonitor. getState()
static ProgressMonitor.State
ProgressMonitor.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProgressMonitor.State[]
ProgressMonitor.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.lingala.zip4j.progress with parameters of type ProgressMonitor.State Modifier and Type Method Description void
ProgressMonitor. setState(ProgressMonitor.State state)
-