Class SBC_LibraryTableView

    • Constructor Detail

      • SBC_LibraryTableView

        public SBC_LibraryTableView()
    • Method Detail

      • initShow

        public void initShow​(Core core)
      • doDefaultClick

        public static void doDefaultClick​(TableRowCore[] rows,
                                          int stateMask,
                                          boolean neverPlay,
                                          int origin)
      • getUpdateUIName

        public java.lang.String getUpdateUIName()
        Description copied from interface: UIUpdatable
        A name for this UIUpdatable so we can track who's being bad
        Specified by:
        getUpdateUIName in interface UIUpdatable
        Returns:
        some name
      • getTableMode

        protected int getTableMode()
        Return either MODE_SMALLTABLE or MODE_BIGTABLE Subclasses may override
        Returns:
      • useBigTable

        protected boolean useBigTable()
        Returns whether the big version of the tables should be used Subclasses may override
        Returns:
      • getColumns

        protected TableColumnCore[] getColumns()
        Returns the appropriate set of columns for the completed or incomplete torrents views Subclasses may override to return different sets of columns
        Returns:
      • obfuscatedImage

        public org.eclipse.swt.graphics.Image obfuscatedImage​(org.eclipse.swt.graphics.Image image)
        Specified by:
        obfuscatedImage in interface ObfuscateImage