Class AllBufferSet

  • All Implemented Interfaces:
    SearchFileSet

    public class AllBufferSet
    extends BufferListSet
    A file set for searching all open buffers in a view.
    • Constructor Detail

      • AllBufferSet

        public AllBufferSet​(java.lang.String glob,
                            View view)
        Creates a view buffer set.
        Parameters:
        glob - The filename glob
        view - The view to check for open buffers
        Since:
        jEdit 5.1pre1
    • Method Detail

      • getView

        public View getView()
        Since:
        jEdit 5.1pre1
      • getFileFilter

        public java.lang.String getFileFilter()
        Returns the filename filter.
        Since:
        jEdit 2.7pre3
      • getCode

        public java.lang.String getCode()
        Returns the BeanShell code that will recreate this file set.
        Specified by:
        getCode in interface SearchFileSet
        Overrides:
        getCode in class BufferListSet
        Since:
        jEdit 2.7pre3
      • _getFiles

        protected java.lang.String[] _getFiles​(java.awt.Component comp)
        Description copied from class: BufferListSet
        Note that the paths in the returned list must be fully canonicalized.
        Specified by:
        _getFiles in class BufferListSet