Class SubscriptionListWindow

java.lang.Object
com.biglybt.ui.swt.subscriptions.SubscriptionListWindow
All Implemented Interfaces:
SubscriptionLookupListener

public class SubscriptionListWindow extends Object implements SubscriptionLookupListener
  • Field Details

    • display_name

      private final String display_name
    • torrent_hash

      private final byte[] torrent_hash
    • networks

      private final String[] networks
    • useCachedSubs

      private final boolean useCachedSubs
    • display

      private org.eclipse.swt.widgets.Display display
    • shell

      private org.eclipse.swt.widgets.Shell shell
    • animatedImage

      AnimatedImage animatedImage
    • action

      org.eclipse.swt.widgets.Button action
    • loadingText

      org.eclipse.swt.widgets.Label loadingText
    • loadingProgress

      org.eclipse.swt.widgets.ProgressBar loadingProgress
    • loadingDone

      boolean loadingDone
    • lookup

    • mainComposite

      org.eclipse.swt.widgets.Composite mainComposite
    • loadingPanel

      org.eclipse.swt.widgets.Composite loadingPanel
    • listPanel

      org.eclipse.swt.widgets.Composite listPanel
    • subscriptionsList

      org.eclipse.swt.widgets.Table subscriptionsList
    • mainLayout

      org.eclipse.swt.custom.StackLayout mainLayout
    • subscriptionItems

  • Constructor Details

    • SubscriptionListWindow

      public SubscriptionListWindow(org.eclipse.swt.widgets.Shell parent, String display_name, byte[] torrent_hash, String[] networks, boolean useCachedSubs)
  • Method Details