public class BindingManagerBase extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.BindingManagerBase
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.BindingManagerBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BindingManagerBase() |
BindingManagerBase(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BindingManagerBase()
throws java.lang.Throwable
java.lang.Throwablepublic BindingManagerBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCurrentItemChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDataError(BindingManagerDataErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void AddNew()
throws java.lang.Throwable
java.lang.Throwablepublic void addPositionChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void CancelCurrentEdit()
throws java.lang.Throwable
java.lang.Throwablepublic static BindingManagerBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BindingManagerBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBindingManagerBase instancejava.lang.Throwable - in case of error during cast operationpublic void EndCurrentEdit()
throws java.lang.Throwable
java.lang.Throwablepublic BindingsCollection getBindings() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionpublic int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getCurrent() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsBindingSuspended()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyDescriptorCollection GetItemProperties() 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 int getPosition()
throws java.lang.Throwable
java.lang.Throwablepublic void RemoveAt(int index)
throws java.lang.Throwable
java.lang.Throwablepublic void removeBindingComplete(BindingCompleteEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCurrentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCurrentItemChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDataError(BindingManagerDataErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePositionChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResumeBinding()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPosition(int Position)
throws java.lang.Throwable
java.lang.Throwablepublic void SuspendBinding()
throws java.lang.Throwable
java.lang.Throwable