Class GlyphCollection

    • Field Detail

      • assemblyFullName

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

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

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

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

      • GlyphCollection

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

        public GlyphCollection()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GlyphCollection

        public GlyphCollection​(Glyph[] value)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GlyphCollection

        public GlyphCollection​(GlyphCollection value)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class CollectionBase
      • Contains

        public boolean Contains​(Glyph value)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public int Add​(Glyph value)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(Glyph value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • AddRange

        public void AddRange​(Glyph[] value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • AddRange

        public void AddRange​(GlyphCollection value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CopyTo

        public void CopyTo​(Glyph[] array,
                           int index)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Insert

        public void Insert​(int index,
                           Glyph value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Remove

        public void Remove​(Glyph value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable