public class ToolTip extends Component
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.ToolTip
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolTip() |
ToolTip(IContainer cont) |
ToolTip(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDraw(DrawToolTipEventHandler handler) |
void |
addPopup(PopupEventHandler handler) |
boolean |
CanExtend(NetObject target) |
static ToolTip |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolTip, a cast assert is made to check if types are compatible. |
boolean |
getActive() |
int |
getAutomaticDelay() |
int |
getAutoPopDelay() |
Color |
getBackColor() |
Color |
getForeColor() |
int |
getInitialDelay() |
boolean |
getIsBalloon() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getOwnerDraw() |
int |
getReshowDelay() |
boolean |
getShowAlways() |
boolean |
getStripAmpersands() |
NetObject |
getTag() |
java.lang.String |
GetToolTip(Control control) |
ToolTipIcon |
getToolTipIcon() |
java.lang.String |
getToolTipTitle() |
boolean |
getUseAnimation() |
boolean |
getUseFading() |
void |
Hide(IWin32Window win) |
void |
RemoveAll() |
void |
removeDraw(DrawToolTipEventHandler handler) |
void |
removePopup(PopupEventHandler handler) |
void |
setActive(boolean Active) |
void |
setAutomaticDelay(int AutomaticDelay) |
void |
setAutoPopDelay(int AutoPopDelay) |
void |
setBackColor(Color BackColor) |
void |
setForeColor(Color ForeColor) |
void |
setInitialDelay(int InitialDelay) |
void |
setIsBalloon(boolean IsBalloon) |
void |
setJCOInstance(JCObject instance) |
void |
setOwnerDraw(boolean OwnerDraw) |
void |
setReshowDelay(int ReshowDelay) |
void |
setShowAlways(boolean ShowAlways) |
void |
setStripAmpersands(boolean StripAmpersands) |
void |
setTag(NetObject Tag) |
void |
SetToolTip(Control control,
java.lang.String caption) |
void |
setToolTipIcon(ToolTipIcon ToolTipIcon) |
void |
setToolTipTitle(java.lang.String ToolTipTitle) |
void |
setUseAnimation(boolean UseAnimation) |
void |
setUseFading(boolean UseFading) |
void |
Show(java.lang.String text,
IWin32Window window) |
void |
Show(java.lang.String text,
IWin32Window window,
int duration) |
void |
Show(java.lang.String text,
IWin32Window window,
int x,
int y) |
void |
Show(java.lang.String text,
IWin32Window window,
int x,
int y,
int duration) |
void |
Show(java.lang.String text,
IWin32Window window,
Point point) |
void |
Show(java.lang.String text,
IWin32Window window,
Point point,
int duration) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolTip()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentNullException
public ToolTip(IContainer cont) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentNullException
public ToolTip(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDraw(DrawToolTipEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPopup(PopupEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic boolean CanExtend(NetObject target) throws java.lang.Throwable
java.lang.Throwablepublic static ToolTip cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolTip, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolTip instancejava.lang.Throwable - in case of error during cast operationpublic boolean getActive()
throws java.lang.Throwable
java.lang.Throwablepublic int getAutomaticDelay()
throws java.lang.Throwable
java.lang.Throwablepublic int getAutoPopDelay()
throws java.lang.Throwable
java.lang.Throwablepublic Color getBackColor() throws java.lang.Throwable
java.lang.Throwablepublic Color getForeColor() throws java.lang.Throwable
java.lang.Throwablepublic int getInitialDelay()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsBalloon()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic boolean getOwnerDraw()
throws java.lang.Throwable
java.lang.Throwablepublic int getReshowDelay()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowAlways()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getStripAmpersands()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetToolTip(Control control) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
public ToolTipIcon getToolTipIcon() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipTitle()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseAnimation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseFading()
throws java.lang.Throwable
java.lang.Throwablepublic void Hide(IWin32Window win) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, Win32Exception, LockRecursionException, OutOfMemoryException, AbandonedMutexException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionpublic void RemoveAll()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
ArrayTypeMismatchException,
Win32Exception
public void removeDraw(DrawToolTipEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePopup(PopupEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setActive(boolean Active)
throws java.lang.Throwable
java.lang.Throwablepublic void setAutomaticDelay(int AutomaticDelay)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setAutoPopDelay(int AutoPopDelay)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public void setInitialDelay(int InitialDelay)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setIsBalloon(boolean IsBalloon)
throws java.lang.Throwable,
LockRecursionException,
NotSupportedException,
OutOfMemoryException,
AbandonedMutexException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
Win32Exception,
SynchronizationLockException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
InvalidCastException
java.lang.ThrowableLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionSynchronizationLockExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setOwnerDraw(boolean OwnerDraw)
throws java.lang.Throwable
java.lang.Throwablepublic void setReshowDelay(int ReshowDelay)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setShowAlways(boolean ShowAlways)
throws java.lang.Throwable,
LockRecursionException,
NotSupportedException,
OutOfMemoryException,
AbandonedMutexException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
Win32Exception,
SynchronizationLockException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
InvalidCastException
java.lang.ThrowableLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionSynchronizationLockExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionpublic void setStripAmpersands(boolean StripAmpersands)
throws java.lang.Throwable,
LockRecursionException,
NotSupportedException,
OutOfMemoryException,
AbandonedMutexException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
Win32Exception,
SynchronizationLockException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
InvalidCastException
java.lang.ThrowableLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionSynchronizationLockExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionpublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void SetToolTip(Control control, java.lang.String caption) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, Win32Exception
public void setToolTipIcon(ToolTipIcon ToolTipIcon) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setToolTipTitle(java.lang.String ToolTipTitle)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic void setUseAnimation(boolean UseAnimation)
throws java.lang.Throwable,
LockRecursionException,
NotSupportedException,
OutOfMemoryException,
AbandonedMutexException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
Win32Exception,
SynchronizationLockException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
InvalidCastException
java.lang.ThrowableLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionSynchronizationLockExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionpublic void setUseFading(boolean UseFading)
throws java.lang.Throwable,
LockRecursionException,
NotSupportedException,
OutOfMemoryException,
AbandonedMutexException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
Win32Exception,
SynchronizationLockException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
InvalidCastException
java.lang.ThrowableLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionSynchronizationLockExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionpublic void Show(java.lang.String text,
IWin32Window window)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
LockRecursionException,
OutOfMemoryException,
AbandonedMutexException,
ThreadStateException,
ExternalException,
KeyNotFoundException,
SynchronizationLockException,
Win32Exception,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionWin32ExceptionInvalidCastExceptionpublic void Show(java.lang.String text,
IWin32Window window,
int duration)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
LockRecursionException,
OutOfMemoryException,
AbandonedMutexException,
ThreadStateException,
ExternalException,
KeyNotFoundException,
SynchronizationLockException,
Win32Exception,
InvalidCastException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionThreadStateExceptionExternalExceptionKeyNotFoundExceptionSynchronizationLockExceptionWin32ExceptionInvalidCastExceptionFormatExceptionIndexOutOfRangeExceptionpublic void Show(java.lang.String text,
IWin32Window window,
int x,
int y)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
LockRecursionException,
OutOfMemoryException,
InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionLockRecursionExceptionOutOfMemoryExceptionInvalidCastExceptionpublic void Show(java.lang.String text,
IWin32Window window,
int x,
int y,
int duration)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
LockRecursionException,
OutOfMemoryException,
InvalidCastException,
MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionLockRecursionExceptionOutOfMemoryExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic void Show(java.lang.String text,
IWin32Window window,
Point point)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
LockRecursionException,
OutOfMemoryException,
InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionLockRecursionExceptionOutOfMemoryExceptionInvalidCastExceptionpublic void Show(java.lang.String text,
IWin32Window window,
Point point,
int duration)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
LockRecursionException,
OutOfMemoryException,
InvalidCastException,
MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionLockRecursionExceptionOutOfMemoryExceptionInvalidCastExceptionMulticastNotSupportedException