Class BuddyPluginViewInstance

java.lang.Object
com.biglybt.plugin.net.buddy.swt.BuddyPluginViewInstance
All Implemented Interfaces:
BuddyPluginListener, PartialBuddyListener

public class BuddyPluginViewInstance extends Object implements BuddyPluginListener, PartialBuddyListener
  • Field Details

    • LOG_NORMAL

      private static final int LOG_NORMAL
      See Also:
    • LOG_SUCCESS

      private static final int LOG_SUCCESS
      See Also:
    • LOG_ERROR

      private static final int LOG_ERROR
      See Also:
    • view

      private final BuddyPluginView view
    • plugin

      private final BuddyPlugin plugin
    • ui_instance

      private final UIInstance ui_instance
    • lu

      private final LocaleUtilities lu
    • tracker

      private final BuddyPluginTracker tracker
    • composite

      private org.eclipse.swt.widgets.Composite composite
    • public_buddy_table

      private org.eclipse.swt.widgets.Table public_buddy_table
    • anon_buddy_table

      private org.eclipse.swt.widgets.Table anon_buddy_table
    • partial_buddy_table

      private org.eclipse.swt.widgets.Table partial_buddy_table
    • log

      private org.eclipse.swt.custom.StyledText log
    • tab_folder

      private org.eclipse.swt.custom.CTabFolder tab_folder
    • classic_item

      private org.eclipse.swt.custom.CTabItem classic_item
    • classic_enabled

      private boolean classic_enabled
    • beta_enabled

      private boolean beta_enabled
    • public_nickname

      private org.eclipse.swt.widgets.Text public_nickname
    • anon_nickname

      private org.eclipse.swt.widgets.Text anon_nickname
    • public_buddies

      private List<BuddyPluginBuddy> public_buddies
    • anon_buddies

      private List<BuddyPluginBuddy> anon_buddies
    • partial_buddies

      private List<PartialBuddy> partial_buddies
    • plugin_install_button

      private org.eclipse.swt.widgets.Button plugin_install_button
    • init_complete

      private boolean init_complete
    • cryptoManagerKeyListener

      private CryptoManagerKeyListener cryptoManagerKeyListener
  • Constructor Details

  • Method Details