A B C D E F G H I K L M N O P Q R S T U V W X Y

A

AbstractIView - Class in org.gudy.azureus2.ui.swt.views
 
AbstractIView() - Constructor for class org.gudy.azureus2.ui.swt.views.AbstractIView
 
accept(GenericMessageConnection) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageHandler
 
accept(List) - Method in interface org.gudy.azureus2.plugins.utils.AggregatedListAcceptor
 
accept(Object, SEPublicKey) - Method in interface org.gudy.azureus2.plugins.utils.security.SEPublicKeyLocator
 
acceptUnVerifiedUpdate(Update) - Method in interface org.gudy.azureus2.plugins.update.UpdateManagerVerificationListener
 
ActionParameter - Interface in org.gudy.azureus2.plugins.ui.config
 
activationRequested(DownloadActivationEvent) - Method in interface org.gudy.azureus2.plugins.download.DownloadActivationListener
A request has been made to activate the download.
add(Runnable) - Method in interface org.gudy.azureus2.plugins.utils.AggregatedDispatcher
 
add(Object) - Method in interface org.gudy.azureus2.plugins.utils.AggregatedList
 
addActionParameter2(String, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addActivationListener(DownloadActivationListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be invoked when a request is made to activate a torrent.
addAlertListener(LoggerAlertListener) - Method in interface org.gudy.azureus2.plugins.logging.Logger
Add LoggerAlertListener for all alerts raised
addAttributeListener(DownloadAttributeListener, TorrentAttribute, int) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed of when attributes on a download have been read / modified.
addAuthenticationListener(TrackerAuthenticationListener) - Method in interface org.gudy.azureus2.plugins.tracker.web.TrackerWebContext
 
addBooleanParameter(String, String, boolean) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
Deprecated. use addBooleanParameter2
addBooleanParameter2(String, String, boolean) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addCellAddedListener(TableCellAddedListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
Adds a listener that triggers when a TableCell that belongs to this column is being added.
addCellDisposeListener(TableCellDisposeListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
Adds a listener that triggers when a TableCell that belongs to this column is being disposed.
addCellMouseListener(TableCellMouseListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
Adds a listener that triggers when a TableCell that belongs to this column has a mouse event.
addCellRefreshListener(TableCellRefreshListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
Adds a listener that triggers when a TableCell that belongs to this column needs refreshing.
addCellToolTipListener(TableCellToolTipListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
Adds a listener that triggers when a TableCell that belongs to this column has a tooltip action
addCertificateListener(CertificateListener) - Method in interface org.gudy.azureus2.plugins.utils.security.SESecurityManager
 
addChangeListener(ShareResourceListener) - Method in interface org.gudy.azureus2.plugins.sharing.ShareResource
 
addChangeRightsAction(String, String) - Method in interface org.gudy.azureus2.plugins.update.UpdateInstaller
Add an installation "change rights" action to change a file rights
addColorParameter2(String, String, int, int, int) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addColumn(TableColumn) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableManager
Adds a column to an Azureus UI table.
addColumnToMyTorrentsTable(String, PluginMyTorrentsItemFactory) - Method in interface org.gudy.azureus2.plugins.PluginInterface
Deprecated. use TableManager
addColumnToPeersTable(String, PluginPeerItemFactory) - Method in interface org.gudy.azureus2.plugins.PluginInterface
Deprecated. use TableManager
addCompletionListener(DownloadCompletionListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed when a download moves into a completed state.
addConfigParameterListener(ConfigParameterListener) - Method in interface org.gudy.azureus2.plugins.config.ConfigParameter
 
addConfigSection(ConfigSection) - Method in interface org.gudy.azureus2.plugins.PluginInterface
Deprecated. Use UIManager.createBasicPluginConfigModel(String) instead.
addConfigUIParameters(Parameter[], String) - Method in interface org.gudy.azureus2.plugins.PluginInterface
Deprecated. Use of this is discouraged - use UIManager.getBasicPluginViewModel(String) to get a BasicPluginViewModel instance, and then use the methods on that to add parameters.
addContextMenuItem(String) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
Adds a Context Menu item to the "This Column" sub menu
addContextMenuItem(String, String) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableManager
Adds a Context Menu item to the specified table or to all table context menus.
addContextMenuItem(TableContextMenuItem, String) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableManager
Adds a Context Menu item as a sub-item of the given menu item.
addDecisionListener(UpdateManagerDecisionListener) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
addDefinedValue(String) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentAttribute
Adds a new value to the attribute set
addDeletionListener(ShareResourceWillBeDeletedListener) - Method in interface org.gudy.azureus2.plugins.sharing.ShareResource
 
addDir(File) - Method in interface org.gudy.azureus2.plugins.sharing.ShareManager
 
addDirContents(File, boolean) - Method in interface org.gudy.azureus2.plugins.sharing.ShareManager
 
addDirectoryParameter2(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addDisabledOnSelection(Parameter) - Method in interface org.gudy.azureus2.plugins.ui.config.EnablerParameter
disables parameter when EnablerParameter is selected.
addDisposeListener(TableCellDisposeListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCell
Adds a listener that triggers when the TableCell has been disposed
addDownload(File) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a torrent from a file.
addDownload(URL) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
add a torrent from a URL.
addDownload(URL, boolean) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a torrent from a URL with explicit auto-download option
addDownload(URL, URL) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
add a torrent from a URL.
addDownload(URL, Map) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
add a torrent from a URL and use the supplied request properties
addDownload(Torrent) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a torrent from a "Torrent" object.
addDownload(Torrent, File, File) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a torrent from a "Torrent" object and point it at the data location.
addDownloadStopped(Torrent, File, File) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Explicit way of adding a download in a stopped state
addDownloadWillBeAddedListener(DownloadWillBeAddedListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
 
addDownloadWillBeRemovedListener(DownloadWillBeRemovedListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed when a download is about to be removed.
addEnabledOnSelection(Parameter) - Method in interface org.gudy.azureus2.plugins.ui.config.EnablerParameter
enables parameter when EnablerParameter is selected.
addEvent(long, UTTimerEventPerformer) - Method in interface org.gudy.azureus2.plugins.utils.UTTimer
Create a single-shot event with delay
addEventListener(PluginEventListener) - Method in interface org.gudy.azureus2.plugins.PluginInterface
 
addFile(File) - Method in interface org.gudy.azureus2.plugins.sharing.ShareManager
 
addFileLoggingListener(FileLoggerAdapter) - Method in interface org.gudy.azureus2.plugins.logging.Logger
 
addFileParameter2(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addFileParameter2(String, String, String, String[]) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addFillListener(MenuItemFillListener) - Method in interface org.gudy.azureus2.plugins.ui.menus.MenuItem
Adds a listener to be notified when the menu item is about to be displayed.
addHyperlinkParameter2(String, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addInboundRateLimiter(RateLimiter) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageConnection
 
addIntParameter2(String, String, int) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addIntParameter2(String, String, int, int, int) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addLabelParameter2(String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addListener(DistributedDatabaseListener) - Method in interface org.gudy.azureus2.plugins.ddb.DistributedDatabase
 
addListener(DiskManagerListener) - Method in interface org.gudy.azureus2.plugins.disk.DiskManagerRequest
 
addListener(DownloadListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed of changes to a download's state.
addListener(DownloadManagerListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a listener that will be informed when a download is added to and removed from Azureus.
addListener(DownloadManagerListener, boolean) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a listener that will be informed when a download is added to and removed from Azureus.
addListener(PluginInstallerListener) - Method in interface org.gudy.azureus2.plugins.installer.PluginInstaller
 
addListener(LoggerChannelListener) - Method in interface org.gudy.azureus2.plugins.logging.LoggerChannel
Add a LoggerChannelListener to this LoggerChannel
addListener(GenericMessageConnectionListener) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageConnection
 
addListener(PeerListener) - Method in interface org.gudy.azureus2.plugins.peers.Peer
Deprecated. use addListener( PeerListener2 )
addListener(PeerListener2) - Method in interface org.gudy.azureus2.plugins.peers.Peer
Add peer listener.
addListener(PeerManagerListener) - Method in interface org.gudy.azureus2.plugins.peers.PeerManager
 
addListener(PluginConfigListener) - Method in interface org.gudy.azureus2.plugins.PluginConfig
 
addListener(PluginListener) - Method in interface org.gudy.azureus2.plugins.PluginInterface
 
addListener(ShareManagerListener) - Method in interface org.gudy.azureus2.plugins.sharing.ShareManager
 
addListener(TorrentCreatorListener) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentCreator
 
addListener(TorrentManagerListener) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentManager
 
addListener(TrackerListener) - Method in interface org.gudy.azureus2.plugins.tracker.Tracker
 
addListener(TrackerTorrentListener) - Method in interface org.gudy.azureus2.plugins.tracker.TrackerTorrent
 
addListener(ParameterListener) - Method in interface org.gudy.azureus2.plugins.ui.config.Parameter
Adds a listener triggered when the parameter is changed by the user
addListener(MenuItemListener) - Method in interface org.gudy.azureus2.plugins.ui.menus.MenuItem
Adds a selection listener for this menu item.
addListener(MenuItemListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableContextMenuItem
Adds a selection listener for this menu item.
addListener(UpdateListener) - Method in interface org.gudy.azureus2.plugins.update.Update
 
addListener(UpdateCheckerListener) - Method in interface org.gudy.azureus2.plugins.update.UpdateChecker
 
addListener(UpdateCheckInstanceListener) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
addListener(UpdateManagerListener) - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
 
addListener(LocaleListener) - Method in interface org.gudy.azureus2.plugins.utils.LocaleUtilities
 
addListener(ResourceDownloaderListener) - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloader
 
addListeners(Object) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCell
A listener is added for every type of cell listener the supplied object implements
addListeners(Object) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
A listener is added for every type of cell listener the supplied object implements
addMenuItem(String, String) - Method in interface org.gudy.azureus2.plugins.ui.menus.MenuManager
Creates a menu item for the appropriate menu.
addMenuItem(MenuContext, String) - Method in interface org.gudy.azureus2.plugins.ui.menus.MenuManager
Creates a menu item in a particular context.
addMenuItem(MenuItem, String) - Method in interface org.gudy.azureus2.plugins.ui.menus.MenuManager
Creates a menu item as a sub-item of the given menu item.
addMouseListener(TableCellMouseListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCell
Adds a listener that triggers when a TableCell that belongs to this column has a mouse event.
addMouseListener(TableRowMouseListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableRow
Adds a listener that triggers when this TableRow has a mouse event.
addMoveAction(String, String) - Method in interface org.gudy.azureus2.plugins.update.UpdateInstaller
Add an installation "move" action to move either an absolute file or resource
addMultiListener(MenuItemListener) - Method in interface org.gudy.azureus2.plugins.ui.menus.MenuItem
Adds a selection listener for this menu item.
addMultiListener(MenuItemListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableContextMenuItem
Adds a selection listener for this menu item.
addNonPersistentDownload(Torrent, File, File) - Method in interface org.gudy.azureus2.plugins.download.DownloadManager
Add a non-persistent download.
addOutboundRateLimiter(RateLimiter) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageConnection
 
addPageGenerator(TrackerWebPageGenerator) - Method in interface org.gudy.azureus2.plugins.tracker.web.TrackerWebContext
 
addPasswordListener(PasswordListener) - Method in interface org.gudy.azureus2.plugins.utils.security.SESecurityManager
 
addPasswordParameter2(String, String, int, byte[]) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addPeer(Peer) - Method in interface org.gudy.azureus2.plugins.peers.PeerManager
 
addPeer(String, int) - Method in interface org.gudy.azureus2.plugins.peers.PeerManager
Add a new peer, using the default internal Peer implementation (like for peers given in announce reply), using the given address and port.
addPeer(String, int, boolean) - Method in interface org.gudy.azureus2.plugins.peers.PeerManager
 
addPeer(String, int, int, boolean) - Method in interface org.gudy.azureus2.plugins.peers.PeerManager
 
addPeerListener(DownloadPeerListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed of when peer managers have been added / removed for a download.
addPeriodicEvent(long, UTTimerEventPerformer) - Method in interface org.gudy.azureus2.plugins.utils.UTTimer
Create a periodic event that will fire every specified number of milliseconds until cancelled or the timer is destroyed
addProgressListener(UpdateProgressListener) - Method in interface org.gudy.azureus2.plugins.update.UpdateChecker
 
addPropertyChangeListener(UIPropertyChangeListener) - Method in interface org.gudy.azureus2.plugins.ui.components.UIComponent
 
addPropertyListener(DownloadPropertyListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Deprecated. Use DownloadEventNotifier.addAttributeListener(DownloadAttributeListener, TorrentAttribute, int) instead - support for this method will be removed in future.
addRange(IPRange) - Method in interface org.gudy.azureus2.plugins.ipfilter.IPFilter
Adds a range.
addRefreshListener(TableCellRefreshListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCell
Adds a listener that triggers when the TableCell needs refreshing
addRemovalListener(TrackerTorrentWillBeRemovedListener) - Method in interface org.gudy.azureus2.plugins.tracker.TrackerTorrent
 
addRemoveAction(String) - Method in interface org.gudy.azureus2.plugins.update.UpdateInstaller
Adds an action to remove either a directory (recursively delete) or file
addRequest(PeerReadRequest) - Method in interface org.gudy.azureus2.plugins.peers.Peer
 
addResource(String, InputStream) - Method in interface org.gudy.azureus2.plugins.update.UpdateInstaller
Add a resource to the installation.
addResource(String, InputStream, boolean) - Method in interface org.gudy.azureus2.plugins.update.UpdateInstaller
Add a resource to the installation.
addSet(URL[]) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentAnnounceURLList
Adds a set to the torrent at the end of the list.
addStringListParameter2(String, String, String[], String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addStringListParameter2(String, String, String[], String[], String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addStringParameter(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
Deprecated. user addStringParameter2
addStringParameter2(String, String, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
 
addTCP(InetSocketAddress) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageEndpoint
 
addToolTipListener(TableCellToolTipListener) - Method in interface org.gudy.azureus2.plugins.ui.tables.TableCell
Adds a listener related to tooltip actions
addTorrentAttributeListener(TorrentAttributeListener) - Method in interface org.gudy.azureus2.plugins.torrent.TorrentAttribute
 
addTrackerListener(DownloadTrackerListener) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed when the latest announce/scrape results change.
addTrackerListener(DownloadTrackerListener, boolean) - Method in interface org.gudy.azureus2.plugins.download.DownloadEventNotifier
Adds a listener that will be informed when the latest announce/scrape results change.
addTransferHandler(DistributedDatabaseTransferType, DistributedDatabaseTransferHandler) - Method in interface org.gudy.azureus2.plugins.ddb.DistributedDatabase
 
addUDP(InetSocketAddress) - Method in interface org.gudy.azureus2.plugins.messaging.generic.GenericMessageEndpoint
 
addUIEventListener(UIManagerEventListener) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
 
addUIListener(UIManagerListener) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
 
addUIParameter2(UIParameterContext, String) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginConfigModel
Creates a UIParameter object to add to this config model object.
addUpdatableComponent(UpdatableComponent, boolean) - Method in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
Add a further updatable component to this instance.
addUpdate(String, String[], String, ResourceDownloader, int) - Method in interface org.gudy.azureus2.plugins.update.UpdateChecker
Add an update with a single downloader
addUpdate(String, String[], String, ResourceDownloader[], int) - Method in interface org.gudy.azureus2.plugins.update.UpdateChecker
Add an update with a number of downloaders
addVerificationListener(UpdateManagerVerificationListener) - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
 
addView(PluginView) - Method in interface org.gudy.azureus2.plugins.PluginInterface
Deprecated. use UISWTInstance.addView(java.lang.String, java.lang.String, org.gudy.azureus2.ui.swt.plugins.UISWTViewEventListener)
addView(PluginView) - Method in interface org.gudy.azureus2.plugins.ui.SWT.SWTManager
Deprecated. A Plugin might call this method to add a View to Azureus's views The View will be accessible from View > Plugins > View name
addView(PluginView, boolean) - Method in interface org.gudy.azureus2.plugins.ui.SWT.SWTManager
Deprecated. A Plugin might call this method to add a View to Azureus's views The View will be accessible from View > Plugins > View name
addView(String, String, UISWTViewEventListener) - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTInstance
Add a detail view to an Azureus parent view.
addView(UISWTPluginView, boolean) - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTInstance
Deprecated. Use UISWTInstance.addView(String, String, UISWTViewEventListener)
addView(UISWTAWTPluginView, boolean) - Method in interface org.gudy.azureus2.ui.swt.plugins.UISWTInstance
Deprecated. Use UISWTInstance.addView(String, String, UISWTViewEventListener)
AggregatedDispatcher - Interface in org.gudy.azureus2.plugins.utils
 
AggregatedList - Interface in org.gudy.azureus2.plugins.utils
 
AggregatedListAcceptor - Interface in org.gudy.azureus2.plugins.utils
 
alertLogged(int, String, boolean) - Method in interface org.gudy.azureus2.plugins.logging.LoggerAlertListener
 
alertLogged(String, Throwable, boolean) - Method in interface org.gudy.azureus2.plugins.logging.LoggerAlertListener
 
ALIGN_CENTER - Static variable in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
center alignment
ALIGN_LEAD - Static variable in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
leading alignment
ALIGN_TRAIL - Static variable in interface org.gudy.azureus2.plugins.ui.tables.TableColumn
trailing alignment
allocateDirectByteBuffer(int) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
 
allocatePooledByteBuffer(int) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
 
allocatePooledByteBuffer(byte[]) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
 
allocatePooledByteBuffer(Map) - Method in interface org.gudy.azureus2.plugins.utils.Utilities
 
allowEmptyInput(boolean) - Method in interface org.gudy.azureus2.plugins.ui.UIInputReceiver
Indicates whether blank input can be entered.
announceResult(DownloadAnnounceResult) - Method in interface org.gudy.azureus2.plugins.download.DownloadTrackerListener
An announce result has been returned from the tracker
ANSWER_ABORT - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
ANSWER_CANCEL - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
ANSWER_IGNORE - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
ANSWER_NO - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
ANSWER_OK - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
ANSWER_RETRY - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
ANSWER_YES - Static variable in interface org.gudy.azureus2.plugins.ui.UIMessage
 
appendText(String) - Method in interface org.gudy.azureus2.plugins.ui.components.UITextArea
Appends the supplied text to the existing text value
applyUpdates(boolean) - Method in interface org.gudy.azureus2.plugins.update.UpdateManager
applies any updates and stops or restarts Azureus
ask() - Method in interface org.gudy.azureus2.plugins.ui.UIMessage
This displays the message to the user.
asyncDownload() - Method in interface org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloader
Asynchronously download.
attachLoggerChannel(LoggerChannel) - Method in interface org.gudy.azureus2.plugins.ui.model.BasicPluginViewModel
Convenience method to configure this model to receive any logged messages on the associated channel and display it in the main window area.
attachUI(UIInstanceFactory) - Method in interface org.gudy.azureus2.plugins.ui.UIManager
attach a new UI
attributeEventOccurred(Download, TorrentAttribute, int) - Method in interface org.gudy.azureus2.plugins.download.DownloadAttributeListener
This method will be called when an attribute event occurs.
authenticate(URL, String, String) - Method in class org.gudy.azureus2.plugins.tracker.web.TrackerAuthenticationAdapter
 
authenticate(URL, String) - Method in class org.gudy.azureus2.plugins.tracker.web.TrackerAuthenticationAdapter
 
authenticate(URL, String, String) - Method in interface org.gudy.azureus2.plugins.tracker.web.TrackerAuthenticationListener
authentica a given user/password pair for access to the given resource
authenticate(URL, String) - Method in interface org.gudy.azureus2.plugins.tracker.web.TrackerAuthenticationListener
For the UDP tracker protocol it is necessary to return the SHA1 hash of the password for the user, allowing the core to perform the necessary checks

A B C D E F G H I K L M N O P Q R S T U V W X Y