Class OpenTorrentOptionsWindow

  • All Implemented Interfaces:
    UIUpdatable

    public class OpenTorrentOptionsWindow
    extends java.lang.Object
    implements UIUpdatable
    • Constructor Detail

      • OpenTorrentOptionsWindow

        private OpenTorrentOptionsWindow()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • addTorrentSupport

        private static void addTorrentSupport​(TorrentOpenOptions torrentOptions,
                                              int attempt_count)
      • isDisposed

        private boolean isDisposed()
      • isInitialised

        private boolean isInitialised()
      • cancelPressed

        private void cancelPressed()
      • okPressed

        private void okPressed​(boolean auto)
      • setupShowAgainOptions

        private void setupShowAgainOptions​(SWTSkin skin)
      • setupTVTorrents

        private void setupTVTorrents​(org.eclipse.swt.widgets.Composite parent)
      • updateDialogTitle

        private void updateDialogTitle()
      • swt_updateTVTorrentButtons

        private void swt_updateTVTorrentButtons()
      • refreshTVTorrentIndexes

        private void refreshTVTorrentIndexes()
      • updateInstanceInfo

        private void updateInstanceInfo()
      • 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
      • swt_activate

        private void swt_activate()
      • getBounds

        private org.eclipse.swt.graphics.Rectangle getBounds()
      • loadImage

        private org.eclipse.swt.graphics.Image loadImage​(java.lang.String key)
      • unloadImage

        private void unloadImage​(java.lang.String key)
      • dispose

        protected void dispose()
      • getExistingTag

        public static Tag getExistingTag​(java.util.List<Tag> initialTags,
                                         java.lang.String tagName)