public interface IToolboxService extends IJCOBridgeReflected
.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.Windows.Forms.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms.Design
|
static java.lang.String |
className
Qualified class name: System.Drawing.Design.IToolboxService
|
| 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. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void AddCreator(ToolboxItemCreatorCallback creator, java.lang.String format) throws java.lang.Throwable
java.lang.Throwablevoid AddCreator(ToolboxItemCreatorCallback creator, java.lang.String format, IDesignerHost host) throws java.lang.Throwable
java.lang.Throwablevoid AddLinkedToolboxItem(ToolboxItem toolboxItem, IDesignerHost host) throws java.lang.Throwable
java.lang.Throwablevoid AddLinkedToolboxItem(ToolboxItem toolboxItem, java.lang.String category, IDesignerHost host) throws java.lang.Throwable
java.lang.Throwablevoid AddToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
java.lang.Throwablevoid AddToolboxItem(ToolboxItem toolboxItem, java.lang.String category) throws java.lang.Throwable
java.lang.ThrowableToolboxItem DeserializeToolboxItem(NetObject serializedObject) throws java.lang.Throwable
java.lang.ThrowableToolboxItem DeserializeToolboxItem(NetObject serializedObject, IDesignerHost host) throws java.lang.Throwable
java.lang.ThrowableCategoryNameCollection getCategoryNames() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated Classjava.lang.String getSelectedCategory()
throws java.lang.Throwable
java.lang.ThrowableToolboxItem GetSelectedToolboxItem() throws java.lang.Throwable
java.lang.ThrowableToolboxItem GetSelectedToolboxItem(IDesignerHost host) throws java.lang.Throwable
java.lang.ThrowableToolboxItemCollection GetToolboxItems() throws java.lang.Throwable
java.lang.ThrowableToolboxItemCollection GetToolboxItems(IDesignerHost host) throws java.lang.Throwable
java.lang.ThrowableToolboxItemCollection GetToolboxItems(java.lang.String category) throws java.lang.Throwable
java.lang.ThrowableToolboxItemCollection GetToolboxItems(java.lang.String category, IDesignerHost host) throws java.lang.Throwable
java.lang.Throwableboolean IsSupported(NetObject serializedObject, ICollection filterAttributes) throws java.lang.Throwable
java.lang.Throwableboolean IsSupported(NetObject serializedObject, IDesignerHost host) throws java.lang.Throwable
java.lang.Throwableboolean IsToolboxItem(NetObject serializedObject) throws java.lang.Throwable
java.lang.Throwableboolean IsToolboxItem(NetObject serializedObject, IDesignerHost host) throws java.lang.Throwable
java.lang.Throwablevoid Refresh()
throws java.lang.Throwable
java.lang.Throwablevoid RemoveCreator(java.lang.String format)
throws java.lang.Throwable
java.lang.Throwablevoid RemoveCreator(java.lang.String format,
IDesignerHost host)
throws java.lang.Throwable
java.lang.Throwablevoid RemoveToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
java.lang.Throwablevoid RemoveToolboxItem(ToolboxItem toolboxItem, java.lang.String category) throws java.lang.Throwable
java.lang.Throwablevoid SelectedToolboxItemUsed()
throws java.lang.Throwable
java.lang.ThrowableNetObject SerializeToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
java.lang.Throwableboolean SetCursor()
throws java.lang.Throwable
java.lang.Throwablevoid setSelectedCategory(java.lang.String SelectedCategory)
throws java.lang.Throwable
java.lang.Throwablevoid SetSelectedToolboxItem(ToolboxItem toolboxItem) throws java.lang.Throwable
java.lang.Throwablestatic IToolboxService ToIToolboxService(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IToolboxService, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIToolboxService instancejava.lang.Throwable - in case of error during cast operation