public class NotifyIcon extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.NotifyIcon
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=9.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.NotifyIcon
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NotifyIcon() |
NotifyIcon(IContainer container) |
NotifyIcon(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBalloonTipClicked(EventHandler handler) |
void |
addBalloonTipClosed(EventHandler handler) |
void |
addBalloonTipShown(EventHandler handler) |
void |
addClick(EventHandler handler) |
void |
addDoubleClick(EventHandler handler) |
void |
addMouseClick(MouseEventHandler handler) |
void |
addMouseDoubleClick(MouseEventHandler handler) |
void |
addMouseDown(MouseEventHandler handler) |
void |
addMouseMove(MouseEventHandler handler) |
void |
addMouseUp(MouseEventHandler handler) |
static NotifyIcon |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NotifyIcon, a cast assert is made to check if types are compatible. |
ToolTipIcon |
getBalloonTipIcon() |
java.lang.String |
getBalloonTipText() |
java.lang.String |
getBalloonTipTitle() |
ContextMenuStrip |
getContextMenuStrip() |
Icon |
getIcon() |
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
|
NetObject |
getTag() |
java.lang.String |
getText() |
boolean |
getVisible() |
void |
removeBalloonTipClicked(EventHandler handler) |
void |
removeBalloonTipClosed(EventHandler handler) |
void |
removeBalloonTipShown(EventHandler handler) |
void |
removeClick(EventHandler handler) |
void |
removeDoubleClick(EventHandler handler) |
void |
removeMouseClick(MouseEventHandler handler) |
void |
removeMouseDoubleClick(MouseEventHandler handler) |
void |
removeMouseDown(MouseEventHandler handler) |
void |
removeMouseMove(MouseEventHandler handler) |
void |
removeMouseUp(MouseEventHandler handler) |
void |
setBalloonTipIcon(ToolTipIcon BalloonTipIcon) |
void |
setBalloonTipText(java.lang.String BalloonTipText) |
void |
setBalloonTipTitle(java.lang.String BalloonTipTitle) |
void |
setContextMenuStrip(ContextMenuStrip ContextMenuStrip) |
void |
setIcon(Icon Icon) |
void |
setJCOInstance(JCObject instance) |
void |
setTag(NetObject Tag) |
void |
setText(java.lang.String Text) |
void |
setVisible(boolean Visible) |
void |
ShowBalloonTip(int timeout) |
void |
ShowBalloonTip(int timeout,
java.lang.String tipTitle,
java.lang.String tipText,
ToolTipIcon tipIcon) |
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 NotifyIcon()
throws java.lang.Throwable,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
ObjectDisposedException,
Win32Exception,
ArrayTypeMismatchException,
FormatException,
OutOfMemoryException
public NotifyIcon(IContainer container) throws java.lang.Throwable, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, Win32Exception, FormatException, OutOfMemoryException, ObjectDisposedException
public NotifyIcon(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addBalloonTipClicked(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBalloonTipClosed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBalloonTipShown(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDoubleClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDoubleClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDown(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseUp(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static NotifyIcon cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NotifyIcon, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNotifyIcon instancejava.lang.Throwable - in case of error during cast operationpublic ToolTipIcon getBalloonTipIcon() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getBalloonTipText()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getBalloonTipTitle()
throws java.lang.Throwable
java.lang.Throwablepublic ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable
java.lang.Throwablepublic Icon getIcon() 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 NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void removeBalloonTipClicked(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBalloonTipClosed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBalloonTipShown(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDoubleClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDoubleClick(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDown(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseUp(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setBalloonTipIcon(ToolTipIcon BalloonTipIcon) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setBalloonTipText(java.lang.String BalloonTipText)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic void setBalloonTipTitle(java.lang.String BalloonTipTitle)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable
java.lang.Throwablepublic void setIcon(Icon Icon) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, Win32Exception, FormatException, OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
Win32Exception,
FormatException,
OutOfMemoryException,
ArgumentNullException,
ObjectDisposedException
public void setVisible(boolean Visible)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
Win32Exception,
FormatException,
OutOfMemoryException
public void ShowBalloonTip(int timeout)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionpublic void ShowBalloonTip(int timeout,
java.lang.String tipTitle,
java.lang.String tipText,
ToolTipIcon tipIcon)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryException