Class AttributeGroup


  • public class AttributeGroup
    extends java.lang.Object
    used for editing (usually to group attributes in tabs tabs)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeGroup

        public AttributeGroup​(LanguageText title,
                              java.util.List<Attribute<?,​?>> group)
      • AttributeGroup

        public AttributeGroup​(java.lang.String title,
                              java.util.List<Attribute<?,​?>> group)