com.aelitis.azureus.ui.swt.subscriptions
Class SubscriptionViewInternalBrowser
java.lang.Object
  
com.aelitis.azureus.ui.swt.subscriptions.SubscriptionViewInternalBrowser
- All Implemented Interfaces: 
 - OpenCloseSearchDetailsListener, SubscriptionsViewBase, UIToolBarActivationListener, UIToolBarEnablerBase, UIPluginViewToolBarListener, UISWTViewEventListener, UISWTViewCoreEventListener
 
public class SubscriptionViewInternalBrowser
- extends java.lang.Object
- implements SubscriptionsViewBase, OpenCloseSearchDetailsListener, UIPluginViewToolBarListener
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SubscriptionViewInternalBrowser
public SubscriptionViewInternalBrowser()
refreshView
public void refreshView()
- Specified by:
 refreshView in interface SubscriptionsViewBase
 
 
createBrowsers
protected void createBrowsers()
 
 
refreshToolBarItems
public void refreshToolBarItems(java.util.Map<java.lang.String,java.lang.Long> list)
- Description copied from interface: 
UIPluginViewToolBarListener 
- Fill in list with the toolbar ids and states you wish to set
- Specified by:
 refreshToolBarItems in interface UIPluginViewToolBarListener
 
 
 
toolBarItemActivated
public boolean toolBarItemActivated(ToolBarItem item,
                                    long activationType,
                                    java.lang.Object datasource)
- Description copied from interface: 
UIToolBarActivationListener 
- XXX Should have been UIToolBarItem
- Specified by:
 toolBarItemActivated in interface UIToolBarActivationListener
 
 
 
destroyBrowsers
protected void destroyBrowsers()
 
 
closeSearchResults
public void closeSearchResults(java.util.Map params)
- Specified by:
 closeSearchResults in interface OpenCloseSearchDetailsListener
 
 
openSearchResults
public void openSearchResults(java.util.Map params)
- Specified by:
 openSearchResults in interface OpenCloseSearchDetailsListener
 
 
updateBrowser
public void updateBrowser(boolean is_auto)
 
 
updateInfo
protected void updateInfo()
 
 
resizeMainBrowser
public void resizeMainBrowser()
- Specified by:
 resizeMainBrowser in interface OpenCloseSearchDetailsListener
 
 
resizeSecondaryBrowser
public void resizeSecondaryBrowser()
- Specified by:
 resizeSecondaryBrowser in interface OpenCloseSearchDetailsListener
 
 
eventOccurred
public boolean eventOccurred(UISWTViewEvent event)
- Description copied from interface: 
UISWTViewEventListener 
- Triggers when an even listed in UISWTViewEvent occurs
- Specified by:
 eventOccurred in interface UISWTViewEventListener
 
- Parameters:
 event - event that occurred
- Returns:
 - meaning dependent upon event type