Interface IDesignerHost

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        static final java.lang.String assemblyShortName
        Assembly name: System.ComponentModel.TypeConverter
        See Also:
        Constant Field Values
      • className

        static final java.lang.String className
        Qualified class name: System.ComponentModel.Design.IDesignerHost
        See Also:
        Constant Field Values
    • Method Detail

      • CreateTransaction

        DesignerTransaction CreateTransaction()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CreateTransaction

        DesignerTransaction CreateTransaction​(java.lang.String description)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDesigner

        IDesigner GetDesigner​(IComponent component)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CreateComponent

        IComponent CreateComponent​(NetType componentClass,
                                   java.lang.String name)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CreateComponent

        IComponent CreateComponent​(NetType componentClass)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetType

        NetType GetType​(java.lang.String typeName)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Activate

        void Activate()
               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DestroyComponent

        void DestroyComponent​(IComponent component)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getInTransaction

        boolean getInTransaction()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLoading

        boolean getLoading()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRootComponent

        IComponent getRootComponent()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContainer

        IContainer getContainer()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRootComponentClassName

        java.lang.String getRootComponentClassName()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTransactionDescription

        java.lang.String getTransactionDescription()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addActivated

        void addActivated​(EventHandler handler)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeActivated

        void removeActivated​(EventHandler handler)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addDeactivated

        void addDeactivated​(EventHandler handler)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeDeactivated

        void removeDeactivated​(EventHandler handler)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addLoadComplete

        void addLoadComplete​(EventHandler handler)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeLoadComplete

        void removeLoadComplete​(EventHandler handler)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addTransactionOpened

        void addTransactionOpened​(EventHandler handler)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeTransactionOpened

        void removeTransactionOpened​(EventHandler handler)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addTransactionOpening

        void addTransactionOpening​(EventHandler handler)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeTransactionOpening

        void removeTransactionOpening​(EventHandler handler)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable