public class IToolboxServiceImplementation extends NetObject implements IToolboxService
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Design.IToolboxService
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.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing
|
static java.lang.String |
className
Qualified class name: System.Drawing.Design.IToolboxService
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IToolboxServiceImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddCreator(ToolboxItemCreatorCallback creator,
java.lang.String format) |
void |
AddCreator(ToolboxItemCreatorCallback creator,
java.lang.String format,
IDesignerHost host) |
void |
AddLinkedToolboxItem(ToolboxItem toolboxItem,
IDesignerHost host) |
void |
AddLinkedToolboxItem(ToolboxItem toolboxItem,
java.lang.String category,
IDesignerHost host) |
void |
AddToolboxItem(ToolboxItem toolboxItem) |
void |
AddToolboxItem(ToolboxItem toolboxItem,
java.lang.String category) |
ToolboxItem |
DeserializeToolboxItem(NetObject serializedObject) |
ToolboxItem |
DeserializeToolboxItem(NetObject serializedObject,
IDesignerHost host) |
CategoryNameCollection |
getCategoryNames() |
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 |
getSelectedCategory() |
ToolboxItem |
GetSelectedToolboxItem() |
ToolboxItem |
GetSelectedToolboxItem(IDesignerHost host) |
ToolboxItemCollection |
GetToolboxItems() |
ToolboxItemCollection |
GetToolboxItems(IDesignerHost host) |
ToolboxItemCollection |
GetToolboxItems(java.lang.String category) |
ToolboxItemCollection |
GetToolboxItems(java.lang.String category,
IDesignerHost host) |
boolean |
IsSupported(NetObject serializedObject,
ICollection filterAttributes) |
boolean |
IsSupported(NetObject serializedObject,
IDesignerHost host) |
boolean |
IsToolboxItem(NetObject serializedObject) |
boolean |
IsToolboxItem(NetObject serializedObject,
IDesignerHost host) |
void |
Refresh() |
void |
RemoveCreator(java.lang.String format) |
void |
RemoveCreator(java.lang.String format,
IDesignerHost host) |
void |
RemoveToolboxItem(ToolboxItem toolboxItem) |
void |
RemoveToolboxItem(ToolboxItem toolboxItem,
java.lang.String category) |
void |
SelectedToolboxItemUsed() |
NetObject |
SerializeToolboxItem(ToolboxItem toolboxItem) |
boolean |
SetCursor() |
void |
setSelectedCategory(java.lang.String SelectedCategory) |
void |
SetSelectedToolboxItem(ToolboxItem toolboxItem) |
static IToolboxService |
ToIToolboxService(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IToolboxService, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IToolboxServiceImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddCreator(ToolboxItemCreatorCallback creator, java.lang.String format) throws java.lang.Throwable
AddCreator in interface IToolboxServicejava.lang.Throwablepublic void AddCreator(ToolboxItemCreatorCallback creator, java.lang.String format, IDesignerHost host) throws java.lang.Throwable
AddCreator in interface IToolboxServicejava.lang.Throwablepublic void AddLinkedToolboxItem(ToolboxItem toolboxItem, IDesignerHost host) throws java.lang.Throwable
AddLinkedToolboxItem in interface IToolboxServicejava.lang.Throwablepublic void AddLinkedToolboxItem(ToolboxItem toolboxItem, java.lang.String category, IDesignerHost host) throws java.lang.Throwable
AddLinkedToolboxItem in interface IToolboxServicejava.lang.Throwablepublic void AddToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
AddToolboxItem in interface IToolboxServicejava.lang.Throwablepublic void AddToolboxItem(ToolboxItem toolboxItem, java.lang.String category) throws java.lang.Throwable
AddToolboxItem in interface IToolboxServicejava.lang.Throwablepublic ToolboxItem DeserializeToolboxItem(NetObject serializedObject) throws java.lang.Throwable
DeserializeToolboxItem in interface IToolboxServicejava.lang.Throwablepublic ToolboxItem DeserializeToolboxItem(NetObject serializedObject, IDesignerHost host) throws java.lang.Throwable
DeserializeToolboxItem in interface IToolboxServicejava.lang.Throwablepublic CategoryNameCollection getCategoryNames() throws java.lang.Throwable
getCategoryNames in interface IToolboxServicejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IToolboxServicegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IToolboxServicegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IToolboxServicegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IToolboxServicegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IToolboxServicegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getSelectedCategory()
throws java.lang.Throwable
getSelectedCategory in interface IToolboxServicejava.lang.Throwablepublic ToolboxItem GetSelectedToolboxItem() throws java.lang.Throwable
GetSelectedToolboxItem in interface IToolboxServicejava.lang.Throwablepublic ToolboxItem GetSelectedToolboxItem(IDesignerHost host) throws java.lang.Throwable
GetSelectedToolboxItem in interface IToolboxServicejava.lang.Throwablepublic ToolboxItemCollection GetToolboxItems() throws java.lang.Throwable
GetToolboxItems in interface IToolboxServicejava.lang.Throwablepublic ToolboxItemCollection GetToolboxItems(IDesignerHost host) throws java.lang.Throwable
GetToolboxItems in interface IToolboxServicejava.lang.Throwablepublic ToolboxItemCollection GetToolboxItems(java.lang.String category) throws java.lang.Throwable
GetToolboxItems in interface IToolboxServicejava.lang.Throwablepublic ToolboxItemCollection GetToolboxItems(java.lang.String category, IDesignerHost host) throws java.lang.Throwable
GetToolboxItems in interface IToolboxServicejava.lang.Throwablepublic boolean IsSupported(NetObject serializedObject, ICollection filterAttributes) throws java.lang.Throwable
IsSupported in interface IToolboxServicejava.lang.Throwablepublic boolean IsSupported(NetObject serializedObject, IDesignerHost host) throws java.lang.Throwable
IsSupported in interface IToolboxServicejava.lang.Throwablepublic boolean IsToolboxItem(NetObject serializedObject) throws java.lang.Throwable
IsToolboxItem in interface IToolboxServicejava.lang.Throwablepublic boolean IsToolboxItem(NetObject serializedObject, IDesignerHost host) throws java.lang.Throwable
IsToolboxItem in interface IToolboxServicejava.lang.Throwablepublic void Refresh()
throws java.lang.Throwable
Refresh in interface IToolboxServicejava.lang.Throwablepublic void RemoveCreator(java.lang.String format)
throws java.lang.Throwable
RemoveCreator in interface IToolboxServicejava.lang.Throwablepublic void RemoveCreator(java.lang.String format,
IDesignerHost host)
throws java.lang.Throwable
RemoveCreator in interface IToolboxServicejava.lang.Throwablepublic void RemoveToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
RemoveToolboxItem in interface IToolboxServicejava.lang.Throwablepublic void RemoveToolboxItem(ToolboxItem toolboxItem, java.lang.String category) throws java.lang.Throwable
RemoveToolboxItem in interface IToolboxServicejava.lang.Throwablepublic void SelectedToolboxItemUsed()
throws java.lang.Throwable
SelectedToolboxItemUsed in interface IToolboxServicejava.lang.Throwablepublic NetObject SerializeToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
SerializeToolboxItem in interface IToolboxServicejava.lang.Throwablepublic boolean SetCursor()
throws java.lang.Throwable
SetCursor in interface IToolboxServicejava.lang.Throwablepublic void setSelectedCategory(java.lang.String SelectedCategory)
throws java.lang.Throwable
setSelectedCategory in interface IToolboxServicejava.lang.Throwablepublic void SetSelectedToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
SetSelectedToolboxItem in interface IToolboxServicejava.lang.Throwablepublic static IToolboxService ToIToolboxService(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IToolboxService, a cast assert is made to check if types are compatible.ToIToolboxService in interface IToolboxServicefrom - IJCOBridgeReflected instance to be castedIToolboxService instancejava.lang.Throwable - in case of error during cast operation