Package system.windows.forms
Class ToolTip
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.ToolTip
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class ToolTip extends Component
The base .NET class managing System.Windows.Forms.ToolTip, 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.ToolTip
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.ToolTipstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolTip()ToolTip(java.lang.Object instance)Internal constructor.ToolTip(IContainer cont)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDraw(DrawToolTipEventHandler handler)voidaddPopup(PopupEventHandler handler)booleanCanExtend(NetObject target)static ToolTipcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoToolTip, a cast assert is made to check if types are compatible.booleangetActive()intgetAutomaticDelay()intgetAutoPopDelay()ColorgetBackColor()ColorgetForeColor()intgetInitialDelay()booleangetIsBalloon()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleangetOwnerDraw()intgetReshowDelay()booleangetShowAlways()booleangetStripAmpersands()NetObjectgetTag()java.lang.StringGetToolTip(Control control)ToolTipIcongetToolTipIcon()java.lang.StringgetToolTipTitle()booleangetUseAnimation()booleangetUseFading()voidHide(IWin32Window win)voidRemoveAll()voidremoveDraw(DrawToolTipEventHandler handler)voidremovePopup(PopupEventHandler handler)voidsetActive(boolean Active)voidsetAutomaticDelay(int AutomaticDelay)voidsetAutoPopDelay(int AutoPopDelay)voidsetBackColor(Color BackColor)voidsetForeColor(Color ForeColor)voidsetInitialDelay(int InitialDelay)voidsetIsBalloon(boolean IsBalloon)voidsetJCOInstance(JCObject instance)voidsetOwnerDraw(boolean OwnerDraw)voidsetReshowDelay(int ReshowDelay)voidsetShowAlways(boolean ShowAlways)voidsetStripAmpersands(boolean StripAmpersands)voidsetTag(NetObject Tag)voidSetToolTip(Control control, java.lang.String caption)voidsetToolTipIcon(ToolTipIcon ToolTipIcon)voidsetToolTipTitle(java.lang.String ToolTipTitle)voidsetUseAnimation(boolean UseAnimation)voidsetUseFading(boolean UseFading)voidShow(java.lang.String text, IWin32Window window)voidShow(java.lang.String text, IWin32Window window, int duration)voidShow(java.lang.String text, IWin32Window window, int x, int y)voidShow(java.lang.String text, IWin32Window window, int x, int y, int duration)voidShow(java.lang.String text, IWin32Window window, Point point)voidShow(java.lang.String text, IWin32Window window, Point point, int duration)-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
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.ToolTip- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToolTip
public ToolTip(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ToolTip
public ToolTip() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, ConfigurationErrorsException, NotSupportedException, MissingManifestResourceException
-
ToolTip
public ToolTip(IContainer cont) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, ConfigurationErrorsException, CultureNotFoundException, NotSupportedException, InvalidOperationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- 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 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 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 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 interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ToolTip cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoToolTip, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ToolTipinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CanExtend
public boolean CanExtend(NetObject target) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetToolTip
public java.lang.String GetToolTip(Control control) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
Hide
public void Hide(IWin32Window win) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, KeyNotFoundException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionKeyNotFoundExceptionOverflowException
-
RemoveAll
public void RemoveAll() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
SetToolTip
public void SetToolTip(Control control, java.lang.String caption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException, Win32Exception, NotSupportedException, KeyNotFoundException, MulticastNotSupportedException, OverflowException
-
Show
public void Show(java.lang.String text, IWin32Window window) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, ExternalException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionExternalExceptionNotSupportedException
-
Show
public void Show(java.lang.String text, IWin32Window window, int duration) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ExternalException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeException
-
Show
public void Show(java.lang.String text, IWin32Window window, int x, int y) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, KeyNotFoundException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionKeyNotFoundExceptionNotSupportedException
-
Show
public void Show(java.lang.String text, IWin32Window window, int x, int y, int duration) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
Show
public void Show(java.lang.String text, IWin32Window window, Point point) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException, KeyNotFoundException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionKeyNotFoundExceptionNotSupportedException
-
Show
public void Show(java.lang.String text, IWin32Window window, Point point, int duration) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionKeyNotFoundException
-
getActive
public boolean getActive() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setActive
public void setActive(boolean Active) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, SecurityException, IndexOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getIsBalloon
public boolean getIsBalloon() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIsBalloon
public void setIsBalloon(boolean IsBalloon) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getOwnerDraw
public boolean getOwnerDraw() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOwnerDraw
public void setOwnerDraw(boolean OwnerDraw) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getShowAlways
public boolean getShowAlways() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setShowAlways
public void setShowAlways(boolean ShowAlways) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getStripAmpersands
public boolean getStripAmpersands() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setStripAmpersands
public void setStripAmpersands(boolean StripAmpersands) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getUseAnimation
public boolean getUseAnimation() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseAnimation
public void setUseAnimation(boolean UseAnimation) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getUseFading
public boolean getUseFading() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseFading
public void setUseFading(boolean UseFading) throws java.lang.Throwable, ArgumentException, ArgumentNullException, FormatException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getAutomaticDelay
public int getAutomaticDelay() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAutomaticDelay
public void setAutomaticDelay(int AutomaticDelay) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryException
-
getAutoPopDelay
public int getAutoPopDelay() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAutoPopDelay
public void setAutoPopDelay(int AutoPopDelay) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryException
-
getInitialDelay
public int getInitialDelay() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setInitialDelay
public void setInitialDelay(int InitialDelay) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryException
-
getReshowDelay
public int getReshowDelay() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReshowDelay
public void setReshowDelay(int ReshowDelay) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, SecurityException, IndexOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
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
-
getToolTipTitle
public java.lang.String getToolTipTitle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setToolTipTitle
public void setToolTipTitle(java.lang.String ToolTipTitle) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, SecurityException, IndexOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getToolTipIcon
public ToolTipIcon getToolTipIcon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setToolTipIcon
public void setToolTipIcon(ToolTipIcon ToolTipIcon) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, SecurityException, Win32Exception, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionSecurityExceptionWin32ExceptionNullReferenceExceptionOutOfMemoryException
-
addDraw
public void addDraw(DrawToolTipEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDraw
public void removeDraw(DrawToolTipEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPopup
public void addPopup(PopupEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePopup
public void removePopup(PopupEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-