Class GUIAttributeSet

    • Field Detail

      • TYPE_DEFAULT

        public static int TYPE_DEFAULT
    • Constructor Detail

      • GUIAttributeSet

        public GUIAttributeSet()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getAttributesOrderedByPosition

        public GUIAttribute[] getAttributesOrderedByPosition()
      • appendAttribute

        public void appendAttribute​(GUIAttribute a)
      • removeAttribute

        public void removeAttribute​(String name)
      • reorderAttributes

        public void reorderAttributes​(List<String> names)
      • setAttributes

        public void setAttributes​(GUIAttribute[] attributes)
      • isReadonly

        public boolean isReadonly()
      • setReadonly

        public void setReadonly​(boolean readonly)
      • getType

        public int getType()
      • setType

        public void setType​(int type)