Uses of Enum Class
net.thevpc.netbeans.launcher.model.LongOperationStatus
Packages that use LongOperationStatus
-
Uses of LongOperationStatus in net.thevpc.netbeans.launcher.model
Subclasses with type arguments of type LongOperationStatus in net.thevpc.netbeans.launcher.modelMethods in net.thevpc.netbeans.launcher.model that return LongOperationStatusModifier and TypeMethodDescriptionDefaultLongOperation.getStatus()LongOperation.getStatus()static LongOperationStatusReturns the enum constant of this class with the specified name.static LongOperationStatus[]LongOperationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.netbeans.launcher.model with parameters of type LongOperationStatusModifier and TypeMethodDescriptionvoidDefaultLongOperation.setStatus(LongOperationStatus status) voidWritableLongOperation.setStatus(LongOperationStatus status)