Class XMLSymbolSettings


  • public class XMLSymbolSettings
    extends Object
    XMLSymbolPreferences for Document Symbols
    • Constructor Detail

      • XMLSymbolSettings

        public XMLSymbolSettings()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getExcluded

        public String[] getExcluded()
      • setExcluded

        public void setExcluded​(String[] excluded)
        Will use the excluded pattern strings to create a list of XMLExcludedSymbolFile objects within this object.
        Parameters:
        excluded -
      • isExcluded

        public boolean isExcluded​(String uri)
        Given a file URI, this will check if it matches any of the given file patterns. A uri is 'excluded' if it matches any of the given patterns. **Important:** Set the excluded file patterns before calling this using 'setExcluded()'.
        Parameters:
        uri -
        Returns:
      • getMaxItemsComputed

        public int getMaxItemsComputed()
      • setMaxItemsComputed

        public void setMaxItemsComputed​(int maxItemsComputed)