public class IBindableComponentImplementation extends NetObject implements IBindableComponent
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.IBindableComponent
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.IBindableComponent
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IBindableComponentImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposed(EventHandler handler) |
void |
Dispose() |
BindingContext |
getBindingContext() |
ControlBindingsCollection |
getDataBindings() |
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
|
ISite |
getSite() |
void |
removeDisposed(EventHandler handler) |
void |
setBindingContext(BindingContext BindingContext) |
void |
setSite(ISite Site) |
static IBindableComponent |
ToIBindableComponent(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IBindableComponent, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIComponentToIDisposablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IBindableComponentImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDisposed(EventHandler handler) throws java.lang.Throwable
addDisposed in interface IComponentjava.lang.Throwablepublic void Dispose()
throws java.lang.Throwable
Dispose in interface IDisposablejava.lang.Throwablepublic BindingContext getBindingContext() throws java.lang.Throwable
getBindingContext in interface IBindableComponentjava.lang.Throwablepublic ControlBindingsCollection getDataBindings() throws java.lang.Throwable
getDataBindings in interface IBindableComponentjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IComponentgetJCOAssemblyName in interface IDisposablegetJCOAssemblyName in interface IBindableComponentgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IComponentgetJCOClassName in interface IDisposablegetJCOClassName in interface IBindableComponentgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IComponentgetJCOInstance in interface IDisposablegetJCOInstance in interface IBindableComponentgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IComponentgetJCOObjectName in interface IDisposablegetJCOObjectName in interface IBindableComponentgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IComponentgetJCOType in interface IDisposablegetJCOType in interface IBindableComponentgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ISite getSite() throws java.lang.Throwable
getSite in interface IComponentjava.lang.Throwablepublic void removeDisposed(EventHandler handler) throws java.lang.Throwable
removeDisposed in interface IComponentjava.lang.Throwablepublic void setBindingContext(BindingContext BindingContext) throws java.lang.Throwable
setBindingContext in interface IBindableComponentjava.lang.Throwablepublic void setSite(ISite Site) throws java.lang.Throwable
setSite in interface IComponentjava.lang.Throwablepublic static IBindableComponent ToIBindableComponent(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IBindableComponent, a cast assert is made to check if types are compatible.ToIBindableComponent in interface IBindableComponentfrom - IJCOBridgeReflected instance to be castedIBindableComponent instancejava.lang.Throwable - in case of error during cast operation