Package system.windows.forms
Class ToolStripItem
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.ToolStripItem
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDropTarget
- Direct Known Subclasses:
ToolStripButton,ToolStripControlHost,ToolStripDropDownItem,ToolStripLabel,ToolStripSeparator
public class ToolStripItem extends Component implements IDropTarget
The base .NET class managing System.Windows.Forms.ToolStripItem, 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.ToolStripItem
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.ToolStripItemstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripItem()ToolStripItem(java.lang.Object instance)Internal constructor.
-
Method Summary
-
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.ToolStripItem- See Also:
- Constant Field Values
-
-
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 classComponent- 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 classComponent- 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 classComponent- 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 classComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDropTarget- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ToolStripItem cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoToolStripItem, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ToolStripIteminstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetPreferredSize
public Size GetPreferredSize(Size constrainingSize) throws java.lang.Throwable, ArgumentNullException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidEnumArgumentException
-
DoDragDrop
public DragDropEffects DoDragDrop(NetObject data, DragDropEffects allowedEffects) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentException
-
GetCurrentParent
public ToolStrip GetCurrentParent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Invalidate
public void Invalidate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException
-
Invalidate
public void Invalidate(Rectangle r) throws java.lang.Throwable, ConfigurationErrorsException, ArgumentException, ArgumentNullException, InvalidEnumArgumentException, ArgumentOutOfRangeException, ThreadStateException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableConfigurationErrorsExceptionArgumentExceptionArgumentNullExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionThreadStateExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionMulticastNotSupportedException
-
PerformClick
public void PerformClick() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, InvalidAsynchronousStateException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, Win32Exception, NullReferenceException, NotSupportedException, OverflowException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidAsynchronousStateExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionWin32ExceptionNullReferenceExceptionNotSupportedExceptionOverflowExceptionInvalidEnumArgumentException
-
ResetBackColor
public void ResetBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException
-
ResetDisplayStyle
public void ResetDisplayStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryException
-
ResetFont
public void ResetFont() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
ResetForeColor
public void ResetForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException
-
ResetImage
public void ResetImage() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, OverflowException, ObjectDisposedException, Win32Exception, OutOfMemoryException, InvalidAsynchronousStateException, AbandonedMutexException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionSecurityExceptionOverflowExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionInvalidAsynchronousStateExceptionAbandonedMutexException
-
ResetMargin
public void ResetMargin() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResetPadding
public void ResetPadding() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResetRightToLeft
public void ResetRightToLeft() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryException
-
ResetTextDirection
public void ResetTextDirection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryException
-
Select
public void Select() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, RankException, InvalidOperationException, KeyNotFoundException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
-
getAllowDrop
public boolean getAllowDrop() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowDrop
public void setAllowDrop(boolean AllowDrop) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ThreadStateException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionThreadStateExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
getAutoSize
public boolean getAutoSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAutoSize
public void setAutoSize(boolean AutoSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getAutoToolTip
public boolean getAutoToolTip() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAutoToolTip
public void setAutoToolTip(boolean AutoToolTip) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAvailable
public boolean getAvailable() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAvailable
public void setAvailable(boolean Available) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, KeyNotFoundException, ArgumentException, InvalidAsynchronousStateException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionArgumentExceptionInvalidAsynchronousStateException
-
getCanSelect
public boolean getCanSelect() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDoubleClickEnabled
public boolean getDoubleClickEnabled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDoubleClickEnabled
public void setDoubleClickEnabled(boolean DoubleClickEnabled) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEnabled
public boolean getEnabled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnabled
public void setEnabled(boolean Enabled) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, Win32Exception, NullReferenceException, MulticastNotSupportedException, OverflowException, InvalidAsynchronousStateException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionNullReferenceExceptionMulticastNotSupportedExceptionOverflowExceptionInvalidAsynchronousStateException
-
getIsDisposed
public boolean getIsDisposed() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsOnDropDown
public boolean getIsOnDropDown() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsOnOverflow
public boolean getIsOnOverflow() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPressed
public boolean getPressed() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRightToLeftAutoMirrorImage
public boolean getRightToLeftAutoMirrorImage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRightToLeftAutoMirrorImage
public void setRightToLeftAutoMirrorImage(boolean RightToLeftAutoMirrorImage) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
getSelected
public boolean getSelected() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getVisible
public boolean getVisible() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVisible
public void setVisible(boolean Visible) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, KeyNotFoundException, ArgumentException, InvalidAsynchronousStateException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionArgumentExceptionInvalidAsynchronousStateException
-
getHeight
public int getHeight() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHeight
public void setHeight(int Height) throws java.lang.Throwable, ArgumentNullException- Throws:
java.lang.ThrowableArgumentNullException
-
getImageIndex
public int getImageIndex() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, OverflowException, AccessViolationException
-
setImageIndex
public void setImageIndex(int ImageIndex) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, NullReferenceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getMergeIndex
public int getMergeIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMergeIndex
public void setMergeIndex(int MergeIndex) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getWidth
public int getWidth() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setWidth
public void setWidth(int Width) throws java.lang.Throwable, ArgumentNullException- Throws:
java.lang.ThrowableArgumentNullException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionArgumentOutOfRangeExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionArgumentOutOfRangeExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getImageTransparentColor
public Color getImageTransparentColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageTransparentColor
public void setImageTransparentColor(Color ImageTransparentColor) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, FormatException, SecurityException, OverflowException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionFormatExceptionSecurityExceptionOverflowExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32Exception
-
getImageAlign
public ContentAlignment getImageAlign() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageAlign
public void setImageAlign(ContentAlignment ImageAlign) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getTextAlign
public ContentAlignment getTextAlign() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTextAlign
public void setTextAlign(ContentAlignment TextAlign) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException, ConfigurationErrorsException, CultureNotFoundException
-
setFont
public void setFont(Font Font) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getBackgroundImage
public Image getBackgroundImage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImage
public void setBackgroundImage(Image BackgroundImage) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
getImage
public Image getImage() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, ArgumentException, AccessViolationException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionAccessViolationExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionOverflowException
-
setImage
public void setImage(Image Image) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, FormatException, SecurityException, OverflowException, Win32Exception, NullReferenceException, OutOfMemoryException, WaitHandleCannotBeOpenedException, InvalidAsynchronousStateException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionFormatExceptionSecurityExceptionOverflowExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionInvalidAsynchronousStateExceptionMissingMethodExceptionTargetInvocationException
-
getBounds
public Rectangle getBounds() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentRectangle
public Rectangle getContentRectangle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSize
public Size getSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSize
public void setSize(Size Size) throws java.lang.Throwable, ArgumentNullException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidEnumArgumentException
-
getTag
public NetObject getTag() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTag
public void setTag(NetObject Tag) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAccessibleDefaultActionDescription
public java.lang.String getAccessibleDefaultActionDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAccessibleDefaultActionDescription
public void setAccessibleDefaultActionDescription(java.lang.String AccessibleDefaultActionDescription) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAccessibleDescription
public java.lang.String getAccessibleDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAccessibleDescription
public void setAccessibleDescription(java.lang.String AccessibleDescription) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAccessibleName
public java.lang.String getAccessibleName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAccessibleName
public void setAccessibleName(java.lang.String AccessibleName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getImageKey
public java.lang.String getImageKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setImageKey
public void setImageKey(java.lang.String ImageKey) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getName
public java.lang.String getName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getText
public java.lang.String getText() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getToolTipText
public java.lang.String getToolTipText() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, OutOfMemoryException, IndexOutOfRangeException
-
setToolTipText
public void setToolTipText(java.lang.String ToolTipText) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAccessibilityObject
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getAccessibleRole
public AccessibleRole getAccessibleRole() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAccessibleRole
public void setAccessibleRole(AccessibleRole AccessibleRole) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
getAnchor
public AnchorStyles getAnchor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAnchor
public void setAnchor(AnchorStyles Anchor) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDock
public DockStyle getDock() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDock
public void setDock(DockStyle Dock) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
getBackgroundImageLayout
public ImageLayout getBackgroundImageLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundImageLayout
public void setBackgroundImageLayout(ImageLayout BackgroundImageLayout) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryException
-
getMergeAction
public MergeAction getMergeAction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMergeAction
public void setMergeAction(MergeAction MergeAction) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
getMargin
public Padding getMargin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMargin
public void setMargin(Padding Margin) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPadding
public Padding getPadding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPadding
public void setPadding(Padding Padding) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getRightToLeft
public RightToLeft getRightToLeft() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeft
public void setRightToLeft(RightToLeft RightToLeft) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryException
-
getTextImageRelation
public TextImageRelation getTextImageRelation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTextImageRelation
public void setTextImageRelation(TextImageRelation TextImageRelation) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getOwner
public ToolStrip getOwner() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOwner
public void setOwner(ToolStrip Owner) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, RankException, ConfigurationErrorsException, MulticastNotSupportedException, ThreadStateException, Win32Exception, OutOfMemoryException, IndexOutOfRangeException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionRankExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionInvalidEnumArgumentException
-
getOwnerItem
public ToolStripItem getOwnerItem() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAlignment
public ToolStripItemAlignment getAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAlignment
public void setAlignment(ToolStripItemAlignment Alignment) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getDisplayStyle
public ToolStripItemDisplayStyle getDisplayStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDisplayStyle
public void setDisplayStyle(ToolStripItemDisplayStyle DisplayStyle) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getImageScaling
public ToolStripItemImageScaling getImageScaling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageScaling
public void setImageScaling(ToolStripItemImageScaling ImageScaling) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
getOverflow
public ToolStripItemOverflow getOverflow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOverflow
public void setOverflow(ToolStripItemOverflow Overflow) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
getPlacement
public ToolStripItemPlacement getPlacement() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTextDirection
public ToolStripTextDirection getTextDirection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTextDirection
public void setTextDirection(ToolStripTextDirection TextDirection) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
addAvailableChanged
public void addAvailableChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAvailableChanged
public void removeAvailableChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBackColorChanged
public void addBackColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBackColorChanged
public void removeBackColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addClick
public void addClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeClick
public void removeClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDisplayStyleChanged
public void addDisplayStyleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDisplayStyleChanged
public void removeDisplayStyleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDoubleClick
public void addDoubleClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDoubleClick
public void removeDoubleClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragLeave
public void addDragLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragLeave
public void removeDragLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addEnabledChanged
public void addEnabledChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEnabledChanged
public void removeEnabledChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addForeColorChanged
public void addForeColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeForeColorChanged
public void removeForeColorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLocationChanged
public void addLocationChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLocationChanged
public void removeLocationChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseEnter
public void addMouseEnter(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseEnter
public void removeMouseEnter(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseHover
public void addMouseHover(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseHover
public void removeMouseHover(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseLeave
public void addMouseLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseLeave
public void removeMouseLeave(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addOwnerChanged
public void addOwnerChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeOwnerChanged
public void removeOwnerChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRightToLeftChanged
public void addRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRightToLeftChanged
public void removeRightToLeftChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addVisibleChanged
public void addVisibleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeVisibleChanged
public void removeVisibleChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragDrop
public void addDragDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragDrop
public void removeDragDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragEnter
public void addDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragEnter
public void removeDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragOver
public void addDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragOver
public void removeDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGiveFeedback
public void addGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGiveFeedback
public void removeGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseDown
public void addMouseDown(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseDown
public void removeMouseDown(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseMove
public void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseMove
public void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseUp
public void addMouseUp(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseUp
public void removeMouseUp(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaint
public void addPaint(PaintEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePaint
public void removePaint(PaintEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addQueryAccessibilityHelp
public void addQueryAccessibilityHelp(QueryAccessibilityHelpEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeQueryAccessibilityHelp
public void removeQueryAccessibilityHelp(QueryAccessibilityHelpEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addQueryContinueDrag
public void addQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeQueryContinueDrag
public void removeQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-