public class ToolboxItemWrapper extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.Toolbox.ToolboxItemWrapper
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.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.Presentation
|
static java.lang.String |
className
Qualified class name: System.Activities.Presentation.Toolbox.ToolboxItemWrapper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ToolboxItemWrapper() |
ToolboxItemWrapper(NetType toolType) |
ToolboxItemWrapper(NetType toolType,
java.lang.String displayName) |
ToolboxItemWrapper(NetType toolType,
java.lang.String bitmapName,
java.lang.String displayName) |
ToolboxItemWrapper(java.lang.Object instance)
Internal constructor.
|
ToolboxItemWrapper(java.lang.String toolName,
java.lang.String assemblyName,
java.lang.String bitmapName,
java.lang.String displayName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChanged(PropertyChangedEventHandler handler) |
static ToolboxItemWrapper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ToolboxItemWrapper, a cast assert is made to check if types are compatible. |
java.lang.String |
getAssemblyName() |
Bitmap |
getBitmap() |
java.lang.String |
getBitmapName() |
java.lang.String |
getDisplayName() |
boolean |
getIsValid() |
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
|
java.lang.String |
getToolName() |
NetType |
getType() |
void |
removePropertyChanged(PropertyChangedEventHandler handler) |
void |
setAssemblyName(java.lang.String AssemblyName) |
void |
setBitmapName(java.lang.String BitmapName) |
void |
setDisplayName(java.lang.String DisplayName) |
void |
setJCOInstance(JCObject instance) |
void |
setToolName(java.lang.String ToolName) |
void |
setType(NetType Type) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ToolboxItemWrapper()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
MulticastNotSupportedException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
OutOfMemoryException,
KeyNotFoundException,
NotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionNotSupportedExceptionpublic ToolboxItemWrapper(NetType toolType) throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public ToolboxItemWrapper(NetType toolType, java.lang.String displayName) throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public ToolboxItemWrapper(NetType toolType, java.lang.String bitmapName, java.lang.String displayName) throws java.lang.Throwable, NotImplementedException, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, OutOfMemoryException, KeyNotFoundException, NotSupportedException
java.lang.ThrowableNotImplementedExceptionIndexOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionNotSupportedExceptionpublic ToolboxItemWrapper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ToolboxItemWrapper(java.lang.String toolName,
java.lang.String assemblyName,
java.lang.String bitmapName,
java.lang.String displayName)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
NotSupportedException,
OutOfMemoryException,
IOException,
KeyNotFoundException,
FileNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionNotSupportedExceptionOutOfMemoryExceptionIOExceptionKeyNotFoundExceptionFileNotFoundExceptionpublic void addPropertyChanged(PropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ToolboxItemWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ToolboxItemWrapper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedToolboxItemWrapper instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getAssemblyName()
throws java.lang.Throwable
java.lang.Throwablepublic Bitmap getBitmap() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionpublic java.lang.String getBitmapName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDisplayName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionpublic boolean getIsValid()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getToolName()
throws java.lang.Throwable
java.lang.Throwablepublic NetType getType() throws java.lang.Throwable
java.lang.Throwablepublic void removePropertyChanged(PropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAssemblyName(java.lang.String AssemblyName)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException
public void setBitmapName(java.lang.String BitmapName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
SecurityException,
NotSupportedException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
KeyNotFoundException,
OverflowException,
Win32Exception,
AccessViolationException,
WebException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionSecurityExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionKeyNotFoundExceptionOverflowExceptionWin32ExceptionAccessViolationExceptionWebExceptionpublic void setDisplayName(java.lang.String DisplayName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setToolName(java.lang.String ToolName)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException
public void setType(NetType Type) throws java.lang.Throwable
java.lang.Throwable