Class CommandGroups

    • Constructor Detail

      • CommandGroups

        public CommandGroups​(FormCommandInterfaceItems interfaces)
        Constructor.
        Parameters:
        interfaces - - a command interface container
    • Method Detail

      • getInterfaces

        public List<FormCommandInterfaceItem> getInterfaces​(CommandGroup group)
        Gets a filtered by group the list of children (command interfaces)
        Parameters:
        group - - a filter
        Returns:
        - a filtered list of children (command interfaces)
      • getSortedInterfaces

        public FormCommandInterfaceItem[] getSortedInterfaces​(CommandGroup group)
        Gets a filtered by group the list of children (command interfaces), sorted by index
        Parameters:
        group - - a filter
        Returns:
        - a filtered list of children (command interfaces)
      • getMaxIndex

        public int getMaxIndex​(CommandGroup group)
        Gets the max. index on group
        Parameters:
        group - - a filter
        Returns:
        a the max. index on group
      • getMinIndex

        public int getMinIndex​(CommandGroup group)
        Gets the min. index on group
        Parameters:
        group - - a filter
        Returns:
        a the min. index on group