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

U

UCI_INSTALL - Static variable in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
UCI_UNINSTALL - Static variable in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
UCI_UPDATE - Static variable in interface org.gudy.azureus2.plugins.update.UpdateCheckInstance
 
UI_NONE - Static variable in class org.gudy.azureus2.plugins.PluginManager
No user interface
UI_SWT - Static variable in class org.gudy.azureus2.plugins.PluginManager
SWT user inferface
UIAttached(UIInstance) - Method in interface org.gudy.azureus2.plugins.ui.UIManagerListener
Triggered when an UI is attached
UIComponent - Interface in org.gudy.azureus2.plugins.ui.components
 
UIDetached(UIInstance) - Method in interface org.gudy.azureus2.plugins.ui.UIManagerListener
Triggered when an UI is detached
UIException - Exception in org.gudy.azureus2.plugins.ui
 
UIException(String) - Constructor for exception org.gudy.azureus2.plugins.ui.UIException
 
UIException(String, Throwable) - Constructor for exception org.gudy.azureus2.plugins.ui.UIException
 
UIInputReceiver - Interface in org.gudy.azureus2.plugins.ui
This interface provides a mechanism to get some textual input from a user.
UIInputValidator - Interface in org.gudy.azureus2.plugins.ui
Interface class which provides a way to validate or reject input provided by a user.
UIInstance - Interface in org.gudy.azureus2.plugins.ui
This interface represents a UI running on the core (e.g. the SWT UI).
UIInstanceFactory - Interface in org.gudy.azureus2.plugins.ui
 
UIManager - Interface in org.gudy.azureus2.plugins.ui
Management tools for the user interface.
UIManagerEvent - Interface in org.gudy.azureus2.plugins.ui
 
UIManagerEventListener - Interface in org.gudy.azureus2.plugins.ui
 
UIManagerListener - Interface in org.gudy.azureus2.plugins.ui
 
UIMessage - Interface in org.gudy.azureus2.plugins.ui
This interface provides a mechanism to display a message to the user, potentially to ask the user a question.
UIParameter - Interface in org.gudy.azureus2.plugins.ui.config
This parameter represents a native UI object to be displayed in a configuration section.
UIParameterContext - Interface in org.gudy.azureus2.plugins.ui.config
Any class implementing this interface represent an object which is to be used to generate a UIParameter object.
UIPluginView - Interface in org.gudy.azureus2.plugins.ui
All plugin views should inherit from this interface so that we can always check to see if they are a plugin view.
UIProgressBar - Interface in org.gudy.azureus2.plugins.ui.components
 
UIPropertyChangeEvent - Interface in org.gudy.azureus2.plugins.ui.components
 
UIPropertyChangeListener - Interface in org.gudy.azureus2.plugins.ui.components
 
UIRuntimeException - Exception in org.gudy.azureus2.plugins.ui
Like UIException, except does not require one to declare or catch it.
UIRuntimeException(String, Throwable) - Constructor for exception org.gudy.azureus2.plugins.ui.UIRuntimeException
 
UIRuntimeException(String) - Constructor for exception org.gudy.azureus2.plugins.ui.UIRuntimeException
 
UISWTAWTPluginView - Interface in org.gudy.azureus2.ui.swt.plugins
Deprecated. Use UISWTInstance.addView(String, String, UISWTViewEventListener)
UISWTConfigSection - Interface in org.gudy.azureus2.ui.swt.plugins
 
UISWTGraphic - Interface in org.gudy.azureus2.ui.swt.plugins
An SWT image to be used in Azureus
UISWTInputReceiver - Interface in org.gudy.azureus2.ui.swt.plugins
SWT-specific version of UIInputReciever, providing some additional methods to customise the appearance of the input receiver.
UISWTInstance - Interface in org.gudy.azureus2.ui.swt.plugins
Tools to manage a SWT Instance
UISWTParameterContext - Interface in org.gudy.azureus2.ui.swt.plugins
This is to be used in conjunction with the addUIParameter2 method - any plugin that wants to add a SWT object directly to a configuration section should create a parameter with an object that implements this interface.
UISWTPluginView - Class in org.gudy.azureus2.ui.swt.plugins
Deprecated. Use UISWTInstance.addView(String, String, UISWTViewEventListener)
UISWTPluginView() - Constructor for class org.gudy.azureus2.ui.swt.plugins.UISWTPluginView
Deprecated.  
UISWTStatusEntry - Interface in org.gudy.azureus2.ui.swt.plugins
This interface represents a status entry indicator in the status bar.
UISWTStatusEntryListener - Interface in org.gudy.azureus2.ui.swt.plugins
A listener object which is informed when a UISWTStatusEntry has been clicked on.
UISWTView - Interface in org.gudy.azureus2.ui.swt.plugins
Commands and Information about a SWT View
UISWTViewEvent - Interface in org.gudy.azureus2.ui.swt.plugins
A UI SWT View Event triggered by the UISWTViewEventListener
UISWTViewEventListener - Interface in org.gudy.azureus2.ui.swt.plugins
Listener to be triggered when an event related to a UISWTView takes place
UITextArea - Interface in org.gudy.azureus2.plugins.ui.components
 
UITextField - Interface in org.gudy.azureus2.plugins.ui.components
 
unban(String) - Method in interface org.gudy.azureus2.plugins.ipfilter.IPFilter
Removes a ban on an address
uninstall() - Method in interface org.gudy.azureus2.plugins.installer.InstallablePlugin
uninstall this plugin
uninstall(PluginInterface) - Method in interface org.gudy.azureus2.plugins.installer.PluginInstaller
 
uninstall(PluginInterface[]) - Method in interface org.gudy.azureus2.plugins.installer.PluginInstaller
 
uninstall() - Method in interface org.gudy.azureus2.plugins.PluginInterface
Uninstall this plugin if it has been loaded from a plugin directory.
unload() - Method in interface org.gudy.azureus2.plugins.PluginInterface
 
unload() - Method in interface org.gudy.azureus2.plugins.UnloadablePlugin
 
UnloadablePlugin - Interface in org.gudy.azureus2.plugins
 
unregisterAdditionalFileType(String, String) - Method in interface org.gudy.azureus2.plugins.platform.PlatformManager
Removes a file-type registration
UpdatableComponent - Interface in org.gudy.azureus2.plugins.update
 
Update - Interface in org.gudy.azureus2.plugins.update
 
UpdateChecker - Interface in org.gudy.azureus2.plugins.update
 
UpdateCheckerListener - Interface in org.gudy.azureus2.plugins.update
 
UpdateCheckInstance - Interface in org.gudy.azureus2.plugins.update
 
UpdateCheckInstanceListener - Interface in org.gudy.azureus2.plugins.update
 
UpdateException - Exception in org.gudy.azureus2.plugins.update
 
UpdateException(String) - Constructor for exception org.gudy.azureus2.plugins.update.UpdateException
 
UpdateException(String, Throwable) - Constructor for exception org.gudy.azureus2.plugins.update.UpdateException
 
UpdateInstaller - Interface in org.gudy.azureus2.plugins.update
 
updateLanguage() - Method in class org.gudy.azureus2.ui.swt.views.AbstractIView
 
updateLanguage() - Method in interface org.gudy.azureus2.ui.swt.views.IView
Called when the language needs updating
UpdateListener - Interface in org.gudy.azureus2.plugins.update
 
UpdateManager - Interface in org.gudy.azureus2.plugins.update
 
UpdateManagerDecisionListener - Interface in org.gudy.azureus2.plugins.update
 
UpdateManagerListener - Interface in org.gudy.azureus2.plugins.update
 
UpdateManagerVerificationListener - Interface in org.gudy.azureus2.plugins.update
 
UpdateProgressListener - Interface in org.gudy.azureus2.plugins.update
 
upload() - Method in interface org.gudy.azureus2.plugins.utils.resourceuploader.ResourceUploader
 
useFile(String, String) - Method in interface org.gudy.azureus2.plugins.tracker.web.TrackerWebPageResponse
use a file contents as the response. returns true of loaded ok, false if doesn't exist exception if error occurred during processing.
useStream(String, InputStream) - Method in interface org.gudy.azureus2.plugins.tracker.web.TrackerWebPageResponse
 
Utilities - Interface in org.gudy.azureus2.plugins.utils
 
UTTimer - Interface in org.gudy.azureus2.plugins.utils
 
UTTimerEvent - Interface in org.gudy.azureus2.plugins.utils
 
UTTimerEventPerformer - Interface in org.gudy.azureus2.plugins.utils
 

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