Package system.windows.forms
Class ProgressBar
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.Control
-
- system.windows.forms.ProgressBar
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class ProgressBar extends Control
The base .NET class managing System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ProgressBar
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Windows.Formsstatic String
className
Qualified class name: System.Windows.Forms.ProgressBarstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ProgressBar()
ProgressBar(Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.forms.Control
addAutoSizeChanged, addBackColorChanged, addBindingContextChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDockChanged, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addInvalidated, addLayout, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addRightToLeftChanged, addSizeChanged, addStyleChanged, addSystemColorsChanged, addTabIndexChanged, addValidated, addValidating, addVisibleChanged, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, DrawToBitmap, EndInvoke, FindForm, Focus, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAllowDrop, getAnchor, getAutoScrollOffset, getAutoSize, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBindingContext, getBottom, getBounds, getCanFocus, getCanSelect, getCapture, getCheckForIllegalCrossThreadCalls, GetChildAtPoint, GetChildAtPoint, getClientRectangle, getClientSize, getCompanyName, GetContainerControl, getContainsFocus, getContextMenu, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getEnabled, getFocused, getFont, getForeColor, getHasChildren, getHeight, getInvokeRequired, getIsAccessible, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getParent, getPreferredSize, GetPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTag, getText, getTop, getTopLevelControl, getUseWaitCursor, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, PreProcessMessage, RectangleToClient, RectangleToScreen, Refresh, removeAutoSizeChanged, removeBackColorChanged, removeBindingContextChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDockChanged, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeInvalidated, removeLayout, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeRightToLeftChanged, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, removeTabIndexChanged, removeValidated, removeValidating, removeVisibleChanged, ResetBackColor, ResetBindings, ResetCursor, ResetFont, ResetImeMode, ResetRightToLeft, ResetText, ResumeLayout, ResumeLayout, Scale, Scale, Scale, ScaleBitmapLogicalToDevice, Select, SelectNextControl, SendToBack, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAllowDrop, setAnchor, setAutoScrollOffset, setAutoSize, setBackColor, setBackgroundImage, setBackgroundImageLayout, setBindingContext, setBounds, SetBounds, SetBounds, setCapture, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenu, setContextMenuStrip, setCursor, setDock, setEnabled, setFont, setForeColor, setHeight, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTag, setText, setTop, setUseWaitCursor, setVisible, setWidth, setWindowTarget, Show, SuspendLayout, Update
-
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, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final 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 String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Forms.ProgressBar- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProgressBar
public ProgressBar(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
ProgressBar
public ProgressBar() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, NullReferenceException, SecurityException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public 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 classControl
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public 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 classControl
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public 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 classControl
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classControl
-
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 classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ProgressBar cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoProgressBar
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ProgressBar
instance- Throws:
Throwable
- in case of error during cast operation
-
Increment
public void Increment(int value) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, Win32Exception, SecurityException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
Win32Exception
SecurityException
OutOfMemoryException
-
PerformStep
public void PerformStep() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
Win32Exception
SecurityException
NullReferenceException
OutOfMemoryException
-
ResetForeColor
public void ResetForeColor() throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, NullReferenceException, OutOfMemoryException
- Overrides:
ResetForeColor
in classControl
- Throws:
Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SecurityException
ArgumentOutOfRangeException
Win32Exception
NullReferenceException
OutOfMemoryException
-
getCausesValidation
public boolean getCausesValidation() throws Throwable
- Overrides:
getCausesValidation
in classControl
- Throws:
Throwable
-
setCausesValidation
public void setCausesValidation(boolean CausesValidation) throws Throwable
- Overrides:
setCausesValidation
in classControl
- Throws:
Throwable
-
setRightToLeftLayout
public void setRightToLeftLayout(boolean RightToLeftLayout) throws Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
ObjectDisposedException
Win32Exception
OutOfMemoryException
ArgumentException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
getTabStop
public boolean getTabStop() throws Throwable
- Overrides:
getTabStop
in classControl
- Throws:
Throwable
-
setTabStop
public void setTabStop(boolean TabStop) throws Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
- Overrides:
setTabStop
in classControl
- Throws:
Throwable
ArgumentException
ArgumentNullException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
-
setMarqueeAnimationSpeed
public void setMarqueeAnimationSpeed(int MarqueeAnimationSpeed) throws Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
setMaximum
public void setMaximum(int Maximum) throws Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
Win32Exception
SecurityException
NullReferenceException
OutOfMemoryException
-
setMinimum
public void setMinimum(int Minimum) throws Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
Win32Exception
SecurityException
NullReferenceException
OutOfMemoryException
-
setStep
public void setStep(int Step) throws Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentNullException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
-
setValue
public void setValue(int Value) throws Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, SecurityException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
Win32Exception
SecurityException
OutOfMemoryException
-
getImeMode
public ImeMode getImeMode() throws Throwable
- Overrides:
getImeMode
in classControl
- Throws:
Throwable
-
setImeMode
public void setImeMode(ImeMode ImeMode) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, KeyNotFoundException
- Overrides:
setImeMode
in classControl
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
KeyNotFoundException
-
getPadding
public Padding getPadding() throws Throwable
- Overrides:
getPadding
in classControl
- Throws:
Throwable
-
setPadding
public void setPadding(Padding Padding) throws Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException
-
getStyle
public ProgressBarStyle getStyle() throws Throwable
- Throws:
Throwable
-
setStyle
public void setStyle(ProgressBarStyle Style) throws Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
SecurityException
NullReferenceException
OutOfMemoryException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
addBackgroundImageChanged
public void addBackgroundImageChanged(EventHandler handler) throws Throwable
- Overrides:
addBackgroundImageChanged
in classControl
- Throws:
Throwable
-
removeBackgroundImageChanged
public void removeBackgroundImageChanged(EventHandler handler) throws Throwable
- Overrides:
removeBackgroundImageChanged
in classControl
- Throws:
Throwable
-
addBackgroundImageLayoutChanged
public void addBackgroundImageLayoutChanged(EventHandler handler) throws Throwable
- Overrides:
addBackgroundImageLayoutChanged
in classControl
- Throws:
Throwable
-
removeBackgroundImageLayoutChanged
public void removeBackgroundImageLayoutChanged(EventHandler handler) throws Throwable
- Overrides:
removeBackgroundImageLayoutChanged
in classControl
- Throws:
Throwable
-
addCausesValidationChanged
public void addCausesValidationChanged(EventHandler handler) throws Throwable
- Overrides:
addCausesValidationChanged
in classControl
- Throws:
Throwable
-
removeCausesValidationChanged
public void removeCausesValidationChanged(EventHandler handler) throws Throwable
- Overrides:
removeCausesValidationChanged
in classControl
- Throws:
Throwable
-
addDoubleClick
public void addDoubleClick(EventHandler handler) throws Throwable
- Overrides:
addDoubleClick
in classControl
- Throws:
Throwable
-
removeDoubleClick
public void removeDoubleClick(EventHandler handler) throws Throwable
- Overrides:
removeDoubleClick
in classControl
- Throws:
Throwable
-
addEnter
public void addEnter(EventHandler handler) throws Throwable
-
removeEnter
public void removeEnter(EventHandler handler) throws Throwable
- Overrides:
removeEnter
in classControl
- Throws:
Throwable
-
addFontChanged
public void addFontChanged(EventHandler handler) throws Throwable
- Overrides:
addFontChanged
in classControl
- Throws:
Throwable
-
removeFontChanged
public void removeFontChanged(EventHandler handler) throws Throwable
- Overrides:
removeFontChanged
in classControl
- Throws:
Throwable
-
addImeModeChanged
public void addImeModeChanged(EventHandler handler) throws Throwable
- Overrides:
addImeModeChanged
in classControl
- Throws:
Throwable
-
removeImeModeChanged
public void removeImeModeChanged(EventHandler handler) throws Throwable
- Overrides:
removeImeModeChanged
in classControl
- Throws:
Throwable
-
addLeave
public void addLeave(EventHandler handler) throws Throwable
-
removeLeave
public void removeLeave(EventHandler handler) throws Throwable
- Overrides:
removeLeave
in classControl
- Throws:
Throwable
-
addPaddingChanged
public void addPaddingChanged(EventHandler handler) throws Throwable
- Overrides:
addPaddingChanged
in classControl
- Throws:
Throwable
-
removePaddingChanged
public void removePaddingChanged(EventHandler handler) throws Throwable
- Overrides:
removePaddingChanged
in classControl
- Throws:
Throwable
-
addRightToLeftLayoutChanged
public void addRightToLeftLayoutChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeRightToLeftLayoutChanged
public void removeRightToLeftLayoutChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addTabStopChanged
public void addTabStopChanged(EventHandler handler) throws Throwable
- Overrides:
addTabStopChanged
in classControl
- Throws:
Throwable
-
removeTabStopChanged
public void removeTabStopChanged(EventHandler handler) throws Throwable
- Overrides:
removeTabStopChanged
in classControl
- Throws:
Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws Throwable
- Overrides:
addTextChanged
in classControl
- Throws:
Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws Throwable
- Overrides:
removeTextChanged
in classControl
- Throws:
Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws Throwable
- Overrides:
addKeyDown
in classControl
- Throws:
Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws Throwable
- Overrides:
removeKeyDown
in classControl
- Throws:
Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws Throwable
- Overrides:
removeKeyUp
in classControl
- Throws:
Throwable
-
addKeyPress
public void addKeyPress(KeyPressEventHandler handler) throws Throwable
- Overrides:
addKeyPress
in classControl
- Throws:
Throwable
-
removeKeyPress
public void removeKeyPress(KeyPressEventHandler handler) throws Throwable
- Overrides:
removeKeyPress
in classControl
- Throws:
Throwable
-
addMouseDoubleClick
public void addMouseDoubleClick(MouseEventHandler handler) throws Throwable
- Overrides:
addMouseDoubleClick
in classControl
- Throws:
Throwable
-
removeMouseDoubleClick
public void removeMouseDoubleClick(MouseEventHandler handler) throws Throwable
- Overrides:
removeMouseDoubleClick
in classControl
- Throws:
Throwable
-
addPaint
public void addPaint(PaintEventHandler handler) throws Throwable
-
removePaint
public void removePaint(PaintEventHandler handler) throws Throwable
- Overrides:
removePaint
in classControl
- Throws:
Throwable
-
-