public class TaskDialogButton extends TaskDialogControl
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.TaskDialogButton
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.TaskDialogButton
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TaskDialogButton() |
TaskDialogButton(java.lang.Object instance)
Internal constructor.
|
TaskDialogButton(java.lang.String text,
boolean enabled,
boolean allowCloseDialog) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClick(EventHandler handler) |
static TaskDialogButton |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into TaskDialogButton, a cast assert is made to check if types are compatible. |
static TaskDialogButton |
getAbort() |
boolean |
getAllowCloseDialog() |
static TaskDialogButton |
getCancel() |
static TaskDialogButton |
getClose() |
static TaskDialogButton |
getContinue() |
boolean |
getEnabled() |
static TaskDialogButton |
getHelp() |
static TaskDialogButton |
getIgnore() |
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
|
static TaskDialogButton |
getNo() |
static TaskDialogButton |
getOK() |
static TaskDialogButton |
getRetry() |
boolean |
getShowShieldIcon() |
java.lang.String |
getText() |
static TaskDialogButton |
getTryAgain() |
boolean |
getVisible() |
static TaskDialogButton |
getYes() |
void |
PerformClick() |
void |
removeClick(EventHandler handler) |
void |
setAllowCloseDialog(boolean AllowCloseDialog) |
void |
setEnabled(boolean Enabled) |
void |
setJCOInstance(JCObject instance) |
void |
setShowShieldIcon(boolean ShowShieldIcon) |
void |
setText(java.lang.String Text) |
void |
setVisible(boolean Visible) |
getBoundPage, getTag, setBoundPage, setTagpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TaskDialogButton()
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogButton(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic TaskDialogButton(java.lang.String text,
boolean enabled,
boolean allowCloseDialog)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
FormatException
public void addClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static TaskDialogButton cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TaskDialogButton, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTaskDialogButton instancejava.lang.Throwable - in case of error during cast operationpublic static TaskDialogButton getAbort() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic boolean getAllowCloseDialog()
throws java.lang.Throwable
java.lang.Throwablepublic static TaskDialogButton getCancel() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic static TaskDialogButton getClose() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic static TaskDialogButton getContinue() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic boolean getEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic static TaskDialogButton getHelp() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic static TaskDialogButton getIgnore() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TaskDialogControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TaskDialogControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TaskDialogControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TaskDialogControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TaskDialogControlJCType representing the CLR Type of the instantiated Classpublic static TaskDialogButton getNo() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic static TaskDialogButton getOK() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic static TaskDialogButton getRetry() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic boolean getShowShieldIcon()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic static TaskDialogButton getTryAgain() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic static TaskDialogButton getYes() throws java.lang.Throwable, PlatformNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionpublic void PerformClick()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void removeClick(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAllowCloseDialog(boolean AllowCloseDialog)
throws java.lang.Throwable
java.lang.Throwablepublic void setEnabled(boolean Enabled)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public void setJCOInstance(JCObject instance)
setJCOInstance in class TaskDialogControlpublic void setShowShieldIcon(boolean ShowShieldIcon)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public void setText(java.lang.String Text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setVisible(boolean Visible)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException