|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressMonitor.Options | |
---|---|
net.sf.swinglib.components | This package contains extensions of standard Swing components. |
Uses of ProgressMonitor.Options in net.sf.swinglib.components |
---|
Methods in net.sf.swinglib.components that return ProgressMonitor.Options | |
---|---|
static ProgressMonitor.Options |
ProgressMonitor.Options.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProgressMonitor.Options[] |
ProgressMonitor.Options.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in net.sf.swinglib.components with parameters of type ProgressMonitor.Options | |
---|---|
ProgressMonitor(JFrame owner,
String title,
String text,
Action action,
ProgressMonitor.Options... options)
Base constructor, allowing customization of the dialog's appearance and behavior. |
|
ProgressMonitor(JFrame owner,
String title,
String text,
ProgressMonitor.Options... options)
Convenience constructor for a dialog that does not have an action button. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |