Interface IDesignerSerializationManager

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ComponentModel.TypeConverter, Version=8.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.Serialization.IDesignerSerializationManager
        See Also:
        Constant Field Values
    • Method Detail

      • CreateInstance

        NetObject CreateInstance​(NetType type,
                                 ICollection arguments,
                                 java.lang.String name,
                                 boolean addToContainer)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetInstance

        NetObject GetInstance​(java.lang.String name)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetSerializer

        NetObject GetSerializer​(NetType objectType,
                                NetType serializerType)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetName

        java.lang.String GetName​(NetObject value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetType

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

        void AddSerializationProvider​(IDesignerSerializationProvider provider)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveSerializationProvider

        void RemoveSerializationProvider​(IDesignerSerializationProvider provider)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReportError

        void ReportError​(NetObject errorInformation)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SetName

        void SetName​(NetObject instance,
                     java.lang.String name)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContext

        ContextStack getContext()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addResolveName

        void addResolveName​(ResolveNameEventHandler handler)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeResolveName

        void removeResolveName​(ResolveNameEventHandler handler)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addSerializationComplete

        void addSerializationComplete​(EventHandler handler)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeSerializationComplete

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