Class BindingManagerBase

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.BindingManagerBase
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • BindingManagerBase

        public BindingManagerBase​(java.lang.Object instance)
                           throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • BindingManagerBase

        public BindingManagerBase()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • AddNew

        public void AddNew()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CancelCurrentEdit

        public void CancelCurrentEdit()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndCurrentEdit

        public void EndCurrentEdit()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveAt

        public void RemoveAt​(int index)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResumeBinding

        public void ResumeBinding()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SuspendBinding

        public void SuspendBinding()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsBindingSuspended

        public boolean getIsBindingSuspended()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCount

        public int getCount()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPosition

        public int getPosition()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPosition

        public void setPosition​(int Position)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCurrent

        public NetObject getCurrent()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addCurrentChanged

        public void addCurrentChanged​(EventHandler handler)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeCurrentChanged

        public void removeCurrentChanged​(EventHandler handler)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addCurrentItemChanged

        public void addCurrentItemChanged​(EventHandler handler)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeCurrentItemChanged

        public void removeCurrentItemChanged​(EventHandler handler)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addPositionChanged

        public void addPositionChanged​(EventHandler handler)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removePositionChanged

        public void removePositionChanged​(EventHandler handler)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addBindingComplete

        public void addBindingComplete​(BindingCompleteEventHandler handler)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeBindingComplete

        public void removeBindingComplete​(BindingCompleteEventHandler handler)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable