Class ProgressMonitor
public class ProgressMonitor : Accessible, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAccessible
- Inheritance
-
ProgressMonitor
- Implements
- Extension Methods
Constructors
ProgressMonitor(Component, object, String, int, int)
public ProgressMonitor(Component arg0, object arg1, String arg2, int arg3, int arg4)
Parameters
ProgressMonitor(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ProgressMonitor(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AccessibleContext
public AccessibleContext AccessibleContext { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Maximum
https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#getMaximum-- https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#setMaximum-int-
public int Maximum { get; set; }
Property Value
MillisToDecideToPopup
https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#getMillisToDecideToPopup-- https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#setMillisToDecideToPopup-int-
public int MillisToDecideToPopup { get; set; }
Property Value
MillisToPopup
https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#getMillisToPopup-- https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#setMillisToPopup-int-
public int MillisToPopup { get; set; }
Property Value
Minimum
https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#getMinimum-- https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#setMinimum-int-
public int Minimum { get; set; }
Property Value
Note
https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#getNote-- https://docs.oracle.com/javase/8/docs/api/javax/swing/ProgressMonitor.html#setNote-java.lang.String-
public String Note { get; set; }
Property Value
Methods
Close()
public void Close()
CreatePoolableInstance(Component, object, String, int, int)
HPA initializer for ProgressMonitor(Java.Awt.Component arg0, object arg1, Java.Lang.String arg2, int arg3, int arg4)
public static ProgressMonitor CreatePoolableInstance(Component arg0, object arg1, String arg2, int arg3, int arg4)
Parameters
Returns
IsCanceled()
public bool IsCanceled()
Returns
SetProgress(int)
public void SetProgress(int arg0)