Class MyTorrentsSuperView

    • Field Detail

      • SASH_WIDTH

        private static int SASH_WIDTH
      • SPLIT_MODE

        private static int SPLIT_MODE
      • form

        private org.eclipse.swt.widgets.Composite form
      • child1

        private org.eclipse.swt.widgets.Composite child1
      • child2

        private org.eclipse.swt.widgets.Composite child2
      • cCats

        private final org.eclipse.swt.widgets.Composite cCats
      • initialDS

        private final java.lang.Object initialDS
      • ds

        private java.lang.Object ds
    • Constructor Detail

      • MyTorrentsSuperView

        public MyTorrentsSuperView​(BubbleTextBox filterBox,
                                   org.eclipse.swt.widgets.Composite cCats,
                                   java.lang.Object initialDS)
    • Method Detail

      • getComposite

        public org.eclipse.swt.widgets.Composite getComposite()
      • initialize

        public void initialize​(org.eclipse.swt.widgets.Composite parent,
                               java.lang.Object dataSource)
      • initializeWithCore

        private void initializeWithCore​(Core core,
                                        org.eclipse.swt.widgets.Composite parent,
                                        java.lang.Object dataSource)
      • initializeDone

        public void initializeDone()
      • updateLanguage

        public void updateLanguage()
      • getFullTitle

        public java.lang.String getFullTitle()
      • obfuscatedImage

        private org.eclipse.swt.graphics.Image obfuscatedImage​(org.eclipse.swt.graphics.Image image)
      • getPrivateMenu

        public org.eclipse.swt.widgets.Menu getPrivateMenu()
      • viewActivated

        public void viewActivated()
      • viewDeactivated

        public void viewDeactivated()
      • getIncompleteColumns

        protected TableColumnCore[] getIncompleteColumns()
        Returns the set of columns for the incomplete torrents view Subclasses my override to return a different set of columns
        Returns:
      • getCompleteColumns

        protected TableColumnCore[] getCompleteColumns()
        Returns the set of columns for the completed torrents view Subclasses my override to return a different set of columns
        Returns:
      • createTorrentView

        protected MyTorrentsView createTorrentView​(Core _core,
                                                   java.lang.String tableID,
                                                   boolean isSeedingView,
                                                   TableColumnCore[] columns,
                                                   org.eclipse.swt.widgets.Composite c)
        Returns an instance of MyTorrentsView Subclasses my override to return a different instance of MyTorrentsView
        Parameters:
        _core -
        isSeedingView -
        columns -
        c -
        Returns:
      • dataSourceChanged

        public void dataSourceChanged​(java.lang.Object newDataSource)