Package system.windows.forms
Class ToolStripProgressBar
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.ToolStripItem
-
- system.windows.forms.ToolStripControlHost
-
- system.windows.forms.ToolStripProgressBar
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class ToolStripProgressBar extends ToolStripControlHost
The base .NET class managing System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripProgressBar
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.ToolStripProgressBarstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripProgressBar()
ToolStripProgressBar(java.lang.Object instance)
Internal constructor.ToolStripProgressBar(java.lang.String name)
-
Method Summary
-
Methods inherited from class system.windows.forms.ToolStripControlHost
addDisplayStyleChanged, addEnter, addGotFocus, addLeave, addLostFocus, Focus, getCausesValidation, getControl, getControlAlign, getDisplayStyle, getDoubleClickEnabled, getFocused, getImageAlign, getImageScaling, getImageTransparentColor, GetPreferredSize, getRightToLeftAutoMirrorImage, getTextAlign, getTextImageRelation, removeDisplayStyleChanged, removeEnter, removeGotFocus, removeLeave, removeLostFocus, ResetBackColor, ResetForeColor, setCausesValidation, setControlAlign, setDisplayStyle, setDoubleClickEnabled, setImageAlign, setImageScaling, setImageTransparentColor, setRightToLeftAutoMirrorImage, setTextAlign, setTextImageRelation
-
Methods inherited from class system.windows.forms.ToolStripItem
addAvailableChanged, addBackColorChanged, addClick, addDoubleClick, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addVisibleChanged, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAlignment, getAllowDrop, getAnchor, getAutoSize, getAutoToolTip, getAvailable, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBounds, getCanSelect, getContentRectangle, GetCurrentParent, getDock, getEnabled, getFont, getForeColor, getHeight, getImage, getImageIndex, getImageKey, getIsDisposed, getIsOnDropDown, getIsOnOverflow, getMargin, getMergeAction, getMergeIndex, getName, getOverflow, getOwner, getOwnerItem, getPadding, getPlacement, getPressed, getRightToLeft, getSelected, getSize, getTag, getText, getTextDirection, getToolTipText, getVisible, getWidth, Invalidate, Invalidate, PerformClick, removeAvailableChanged, removeBackColorChanged, removeClick, removeDoubleClick, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeVisibleChanged, ResetDisplayStyle, ResetFont, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAlignment, setAllowDrop, setAnchor, setAutoSize, setAutoToolTip, setAvailable, setBackColor, setBackgroundImage, setBackgroundImageLayout, setDock, setEnabled, setFont, setForeColor, setHeight, setImage, setImageIndex, setImageKey, setMargin, setMergeAction, setMergeIndex, setName, setOverflow, setOwner, setPadding, setRightToLeft, setSize, setTag, setText, setTextDirection, setToolTipText, setVisible, setWidth
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.ToolStripProgressBar- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToolStripProgressBar
public ToolStripProgressBar(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ToolStripProgressBar
public ToolStripProgressBar() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, ArgumentOutOfRangeException, Win32Exception, OutOfMemoryException, SecurityException, InvalidEnumArgumentException, RankException, MulticastNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
ArgumentOutOfRangeException
Win32Exception
OutOfMemoryException
SecurityException
InvalidEnumArgumentException
RankException
MulticastNotSupportedException
IndexOutOfRangeException
-
ToolStripProgressBar
public ToolStripProgressBar(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, SecurityException, InvalidEnumArgumentException, RankException, MulticastNotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ConfigurationErrorsException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
SecurityException
InvalidEnumArgumentException
RankException
MulticastNotSupportedException
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classToolStripControlHost
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classToolStripControlHost
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classToolStripControlHost
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classToolStripControlHost
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classToolStripControlHost
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classToolStripControlHost
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolStripProgressBar cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoToolStripProgressBar
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolStripProgressBar
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Increment
public void Increment(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
PerformStep
public void PerformStep() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
NotSupportedException
NullReferenceException
OutOfMemoryException
-
getRightToLeftLayout
public boolean getRightToLeftLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeftLayout
public void setRightToLeftLayout(boolean RightToLeftLayout) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
InvalidOperationException
ObjectDisposedException
Win32Exception
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentException
-
getMarqueeAnimationSpeed
public int getMarqueeAnimationSpeed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMarqueeAnimationSpeed
public void setMarqueeAnimationSpeed(int MarqueeAnimationSpeed) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
getMaximum
public int getMaximum() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximum
public void setMaximum(int Maximum) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception, SecurityException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
Win32Exception
SecurityException
OutOfMemoryException
-
getMinimum
public int getMinimum() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMinimum
public void setMinimum(int Minimum) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception, SecurityException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
Win32Exception
SecurityException
OutOfMemoryException
-
getStep
public int getStep() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStep
public void setStep(int Step) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
getValue
public int getValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValue
public void setValue(int Value) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
Win32Exception
SecurityException
NullReferenceException
OutOfMemoryException
-
getProgressBar
public ProgressBar getProgressBar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStyle
public ProgressBarStyle getStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStyle
public void setStyle(ProgressBarStyle Style) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
NullReferenceException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
addValidating
public void addValidating(CancelEventHandler handler) throws java.lang.Throwable
- Overrides:
addValidating
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
removeValidating
public void removeValidating(CancelEventHandler handler) throws java.lang.Throwable
- Overrides:
removeValidating
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
addLocationChanged
public void addLocationChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addLocationChanged
in classToolStripItem
- Throws:
java.lang.Throwable
-
removeLocationChanged
public void removeLocationChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeLocationChanged
in classToolStripItem
- Throws:
java.lang.Throwable
-
addOwnerChanged
public void addOwnerChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addOwnerChanged
in classToolStripItem
- Throws:
java.lang.Throwable
-
removeOwnerChanged
public void removeOwnerChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeOwnerChanged
in classToolStripItem
- Throws:
java.lang.Throwable
-
addRightToLeftLayoutChanged
public void addRightToLeftLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRightToLeftLayoutChanged
public void removeRightToLeftLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addTextChanged
in classToolStripItem
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeTextChanged
in classToolStripItem
- Throws:
java.lang.Throwable
-
addValidated
public void addValidated(EventHandler handler) throws java.lang.Throwable
- Overrides:
addValidated
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
removeValidated
public void removeValidated(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeValidated
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
addKeyDown
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
removeKeyDown
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
addKeyUp
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
removeKeyUp
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
addKeyPress
public void addKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
- Overrides:
addKeyPress
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
removeKeyPress
public void removeKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
- Overrides:
removeKeyPress
in classToolStripControlHost
- Throws:
java.lang.Throwable
-
-