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.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.ToolStripProgressBarstatic JCTypeclassTypeThe 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.ThrowableInternal 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.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionSecurityExceptionInvalidEnumArgumentExceptionRankExceptionMulticastNotSupportedExceptionIndexOutOfRangeException
-
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.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionSecurityExceptionInvalidEnumArgumentExceptionRankExceptionMulticastNotSupportedExceptionOutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDropTarget- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classToolStripControlHost- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDropTarget- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classToolStripControlHost- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDropTarget- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classToolStripControlHost- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDropTarget- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classToolStripControlHost- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classToolStripControlHost
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDropTarget- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classToolStripControlHost- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ToolStripProgressBar cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoToolStripProgressBar, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ToolStripProgressBarinstance- 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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionSecurityExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionSecurityExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
addValidating
public void addValidating(CancelEventHandler handler) throws java.lang.Throwable
- Overrides:
addValidatingin classToolStripControlHost- Throws:
java.lang.Throwable
-
removeValidating
public void removeValidating(CancelEventHandler handler) throws java.lang.Throwable
- Overrides:
removeValidatingin classToolStripControlHost- Throws:
java.lang.Throwable
-
addLocationChanged
public void addLocationChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addLocationChangedin classToolStripItem- Throws:
java.lang.Throwable
-
removeLocationChanged
public void removeLocationChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeLocationChangedin classToolStripItem- Throws:
java.lang.Throwable
-
addOwnerChanged
public void addOwnerChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addOwnerChangedin classToolStripItem- Throws:
java.lang.Throwable
-
removeOwnerChanged
public void removeOwnerChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeOwnerChangedin 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:
addTextChangedin classToolStripItem- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeTextChangedin classToolStripItem- Throws:
java.lang.Throwable
-
addValidated
public void addValidated(EventHandler handler) throws java.lang.Throwable
- Overrides:
addValidatedin classToolStripControlHost- Throws:
java.lang.Throwable
-
removeValidated
public void removeValidated(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeValidatedin classToolStripControlHost- Throws:
java.lang.Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
addKeyDownin classToolStripControlHost- Throws:
java.lang.Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
removeKeyDownin classToolStripControlHost- Throws:
java.lang.Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
addKeyUpin classToolStripControlHost- Throws:
java.lang.Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Overrides:
removeKeyUpin classToolStripControlHost- Throws:
java.lang.Throwable
-
addKeyPress
public void addKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
- Overrides:
addKeyPressin classToolStripControlHost- Throws:
java.lang.Throwable
-
removeKeyPress
public void removeKeyPress(KeyPressEventHandler handler) throws java.lang.Throwable
- Overrides:
removeKeyPressin classToolStripControlHost- Throws:
java.lang.Throwable
-
-