Uses of Package
org.gudy.azureus2.plugins.ui

Packages that use org.gudy.azureus2.plugins.ui
org.gudy.azureus2.plugins Provides interfaces in order to create Azureus Plugins. 
org.gudy.azureus2.plugins.ui   
org.gudy.azureus2.plugins.ui.SWT   
org.gudy.azureus2.plugins.ui.menus   
org.gudy.azureus2.plugins.ui.tables Classes that manage aspects of Azureus tables. 
org.gudy.azureus2.plugins.utils   
org.gudy.azureus2.ui.swt.plugins   
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.plugins
UIManager
          Management tools for the user interface.
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.plugins.ui
UIException
           
UIInputReceiver
          This interface provides a mechanism to get some textual input from a user.
UIInputValidator
          Interface class which provides a way to validate or reject input provided by a user.
UIInstance
          This interface represents a UI running on the core (e.g. the SWT UI).
UIInstanceFactory
           
UIManagerEvent
           
UIManagerEventListener
           
UIManagerListener
           
UIMessage
          This interface provides a mechanism to display a message to the user, potentially to ask the user a question.
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.plugins.ui.SWT
Graphic
          An image to be used in Azureus
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.plugins.ui.menus
Graphic
          An image to be used in Azureus
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.plugins.ui.tables
Graphic
          An image to be used in Azureus
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.plugins.utils
UIManager
          Management tools for the user interface.
 

Classes in org.gudy.azureus2.plugins.ui used by org.gudy.azureus2.ui.swt.plugins
Graphic
          An image to be used in Azureus
UIInputReceiver
          This interface provides a mechanism to get some textual input from a user.
UIInstance
          This interface represents a UI running on the core (e.g. the SWT UI).
UIPluginView
          All plugin views should inherit from this interface so that we can always check to see if they are a plugin view.