Class PropertyGroupConfiguration

    • Constructor Detail

      • PropertyGroupConfiguration

        public PropertyGroupConfiguration()
    • Method Detail

      • getVisibleGroups

        public java.util.List<PropertyGroup> getVisibleGroups()
      • getHiddenGroups

        public java.util.List<PropertyGroup> getHiddenGroups()
      • addGroup

        public void addGroup​(int pos,
                             PropertyGroup group)
      • createGroup

        public PropertyGroup createGroup​(int pos,
                                         java.lang.String qualifier)
      • moveGroup

        public void moveGroup​(int toPos,
                              PropertyGroup grp)