Package system.windows.forms
Class ToolStripProgressBar
- java.lang.Object
-
- 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=8.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=8.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 org.mases.jcobridge.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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addKeyDown(KeyEventHandler handler)
void
addKeyPress(KeyPressEventHandler handler)
void
addKeyUp(KeyEventHandler handler)
void
addLocationChanged(EventHandler handler)
void
addOwnerChanged(EventHandler handler)
void
addRightToLeftLayoutChanged(EventHandler handler)
void
addTextChanged(EventHandler handler)
void
addValidated(EventHandler handler)
void
addValidating(CancelEventHandler handler)
static ToolStripProgressBar
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoToolStripProgressBar
, a cast assert is made to check if types are compatible.java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typeint
getMarqueeAnimationSpeed()
int
getMaximum()
int
getMinimum()
ProgressBar
getProgressBar()
boolean
getRightToLeftLayout()
int
getStep()
ProgressBarStyle
getStyle()
int
getValue()
void
Increment(int value)
void
PerformStep()
void
removeKeyDown(KeyEventHandler handler)
void
removeKeyPress(KeyPressEventHandler handler)
void
removeKeyUp(KeyEventHandler handler)
void
removeLocationChanged(EventHandler handler)
void
removeOwnerChanged(EventHandler handler)
void
removeRightToLeftLayoutChanged(EventHandler handler)
void
removeTextChanged(EventHandler handler)
void
removeValidated(EventHandler handler)
void
removeValidating(CancelEventHandler handler)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setMarqueeAnimationSpeed(int MarqueeAnimationSpeed)
void
setMaximum(int Maximum)
void
setMinimum(int Minimum)
void
setRightToLeftLayout(boolean RightToLeftLayout)
void
setStep(int Step)
void
setStyle(ProgressBarStyle Style)
void
setValue(int Value)
-
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, addCommandCanExecuteChanged, addCommandChanged, addCommandParameterChanged, addDoubleClick, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addVisibleChanged, DoDragDrop, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAlignment, getAllowDrop, getAnchor, getAutoSize, getAutoToolTip, getAvailable, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBounds, getCanSelect, getCommand, getCommandParameter, 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, removeCommandCanExecuteChanged, removeCommandChanged, removeCommandParameterChanged, 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, setCommand, setCommandParameter, 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.windows.forms.BindableComponent
addBindingContextChanged, getBindingContext, getDataBindings, removeBindingContextChanged, setBindingContext
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
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=8.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
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
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, ArgumentNullException, PlatformNotSupportedException, Win32Exception, ArgumentException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, ArgumentOutOfRangeException, MulticastNotSupportedException, OverflowException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
Win32Exception
ArgumentException
InvalidOperationException
NotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
ArgumentOutOfRangeException
MulticastNotSupportedException
OverflowException
OutOfMemoryException
KeyNotFoundException
-
ToolStripProgressBar
public ToolStripProgressBar(java.lang.String name) throws java.lang.Throwable, Win32Exception, ArgumentException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.Throwable
Win32Exception
ArgumentException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
MulticastNotSupportedException
OutOfMemoryException
ObjectDisposedException
-
-
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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classToolStripControlHost
-
getJCOType
public org.mases.jcobridge.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, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
PerformStep
public void PerformStep() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getRightToLeftLayout
public boolean getRightToLeftLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeftLayout
public void setRightToLeftLayout(boolean RightToLeftLayout) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getMarqueeAnimationSpeed
public int getMarqueeAnimationSpeed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMarqueeAnimationSpeed
public void setMarqueeAnimationSpeed(int MarqueeAnimationSpeed) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getMaximum
public int getMaximum() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximum
public void setMaximum(int Maximum) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getMinimum
public int getMinimum() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMinimum
public void setMinimum(int Minimum) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getStep
public int getStep() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStep
public void setStep(int Step) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValue
public int getValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValue
public void setValue(int Value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
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, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
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
-
-