Uses of Enum Class
ca.corbett.extras.progress.MultiProgressDialog.TruncationMode
Packages that use MultiProgressDialog.TruncationMode
Package
Description
This package contains classes and utilities for working with progress bars, and with
long-running tasks that require progress bars.
-
Uses of MultiProgressDialog.TruncationMode in ca.corbett.extras.progress
Methods in ca.corbett.extras.progress that return MultiProgressDialog.TruncationModeModifier and TypeMethodDescriptionMultiProgressDialog.getTruncationMode()Returns the current truncation mode for long progress messages.Returns the enum constant of this class with the specified name.static MultiProgressDialog.TruncationMode[]MultiProgressDialog.TruncationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras.progress with parameters of type MultiProgressDialog.TruncationModeModifier and TypeMethodDescriptionvoidMultiProgressDialog.setTruncationMode(MultiProgressDialog.TruncationMode truncationMode) The default behavior is to truncate long progress messages at the end.