Class MyTorrentsView

    • Field Detail

      • LOGID

        private static final LogIDs LOGID
      • tagManager

        private static final TagManager tagManager
      • core

        private Core core
      • supportsTabs

        private boolean supportsTabs
      • cTablePanel

        private org.eclipse.swt.widgets.Composite cTablePanel
      • fontButton

        private org.eclipse.swt.graphics.Font fontButton
      • cCategoriesAndTags

        protected org.eclipse.swt.widgets.Composite cCategoriesAndTags
      • tableHeaderMenu

        private org.eclipse.swt.widgets.Menu tableHeaderMenu
      • lastSearchConstraintString

        private java.lang.String lastSearchConstraintString
      • lastSearchConstraint

        private TagConstraint lastSearchConstraint
      • currentTagsLock

        private java.lang.Object currentTagsLock
      • _currentTags

        private Tag[] _currentTags
      • allTags

        private java.util.List<Tag> allTags
      • hiddenTags

        private java.util.Set<Tag> hiddenTags
      • drag_drop_location_start

        private long drag_drop_location_start
      • bDNDalwaysIncomplete

        private boolean bDNDalwaysIncomplete
      • cTableParentPanel

        private org.eclipse.swt.widgets.Composite cTableParentPanel
      • viewActive

        protected boolean viewActive
      • neverShowTagButtons

        protected boolean neverShowTagButtons
      • neverShowCatButtons

        protected boolean neverShowCatButtons
      • showCatButtons

        private boolean showCatButtons
      • showTagButtons

        private boolean showTagButtons
      • rebuildListOnFocusGain

        private boolean rebuildListOnFocusGain
      • oldMenu

        private org.eclipse.swt.widgets.Menu oldMenu
      • isCompletedOnly

        private boolean isCompletedOnly
      • forDataSourceType

        private java.lang.Class<?> forDataSourceType
      • isEmptyListOnNullDS

        protected boolean isEmptyListOnNullDS
      • removed_while_selected

        private final java.util.Map<java.lang.String,​java.lang.String> removed_while_selected
      • rowRemovedRunnable

        private java.lang.Runnable rowRemovedRunnable
      • dmCounts

        private volatile int[] dmCounts
      • dmCountMutations

        private java.util.concurrent.atomic.AtomicInteger dmCountMutations
      • dmCountLast

        private volatile int dmCountLast
      • listRowsToRefresh

        final java.util.Set<TableRowCore> listRowsToRefresh
      • pending_tag_changes

        private java.util.Set<Tag> pending_tag_changes
      • currentTagsAny

        private boolean currentTagsAny
    • Constructor Detail

      • MyTorrentsView

        public MyTorrentsView​(boolean supportsTabs)
      • MyTorrentsView

        public MyTorrentsView​(java.lang.String propertiesPrefix,
                              boolean supportsTabs)
      • MyTorrentsView

        public MyTorrentsView​(Core core,
                              java.lang.String tableID,
                              boolean isSeedingView,
                              TableColumnCore[] basicItems,
                              BubbleTextBox filterBox,
                              org.eclipse.swt.widgets.Composite cCatsAndTags,
                              boolean supportsTabs)
        Initialize
        Parameters:
        core -
        isSeedingView -
        basicItems -