com.aelitis.azureus.ui.swt.views.skin
Class SearchResultsTabArea

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.skin.SWTSkinObjectAdapter
      extended by com.aelitis.azureus.ui.swt.views.skin.SkinView
          extended by com.aelitis.azureus.ui.swt.views.skin.SearchResultsTabArea
All Implemented Interfaces:
OpenCloseSearchDetailsListener, SWTSkinObjectListener

public class SearchResultsTabArea
extends SkinView
implements OpenCloseSearchDetailsListener

Author:
TuxPaper

Nested Class Summary
static class SearchResultsTabArea.SearchQuery
           
 
Field Summary
 SearchResultsTabArea.SearchQuery sq
           
protected  String title
           
 
Fields inherited from class com.aelitis.azureus.ui.swt.views.skin.SkinView
soMain
 
Fields inherited from interface com.aelitis.azureus.ui.swt.skin.SWTSkinObjectListener
EVENT_CREATE_REQUEST, EVENT_CREATED, EVENT_DATASOURCE_CHANGED, EVENT_DESTROY, EVENT_HIDE, EVENT_LANGUAGE_CHANGE, EVENT_SELECT, EVENT_SHOW, NAMES
 
Constructor Summary
SearchResultsTabArea()
           
 
Method Summary
 void anotherSearch(SearchResultsTabArea.SearchQuery sq)
           
 void anotherSearch(String searchText, boolean toSubscribe)
           
 void closeSearchResults(Map params)
           
 Object dataSourceChanged(SWTSkinObject skinObject, Object params)
           
 void openSearchResults(Map params)
           
 void resizeMainBrowser()
           
 void resizeSecondaryBrowser()
           
 void restart()
           
 Object skinObjectInitialShow(SWTSkinObject skinObject, Object params)
           
 
Methods inherited from class com.aelitis.azureus.ui.swt.views.skin.SkinView
getMainSkinObject, getSkin, getSkinObject, isDisposed, isVisible, setMainSkinObject, skinObjectCreated, skinObjectDestroyed, skinObjectHidden, skinObjectShown
 
Methods inherited from class com.aelitis.azureus.ui.swt.skin.SWTSkinObjectAdapter
eventOccured, skinObjectSelected, updateLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected String title

sq

public SearchResultsTabArea.SearchQuery sq
Constructor Detail

SearchResultsTabArea

public SearchResultsTabArea()
Method Detail

skinObjectInitialShow

public Object skinObjectInitialShow(SWTSkinObject skinObject,
                                    Object params)
Specified by:
skinObjectInitialShow in class SkinView
Returns:

restart

public void restart()

openSearchResults

public void openSearchResults(Map params)
Specified by:
openSearchResults in interface OpenCloseSearchDetailsListener

closeSearchResults

public void closeSearchResults(Map params)
Specified by:
closeSearchResults in interface OpenCloseSearchDetailsListener

resizeMainBrowser

public void resizeMainBrowser()
Specified by:
resizeMainBrowser in interface OpenCloseSearchDetailsListener

resizeSecondaryBrowser

public void resizeSecondaryBrowser()
Specified by:
resizeSecondaryBrowser in interface OpenCloseSearchDetailsListener

dataSourceChanged

public Object dataSourceChanged(SWTSkinObject skinObject,
                                Object params)
Overrides:
dataSourceChanged in class SWTSkinObjectAdapter

anotherSearch

public void anotherSearch(String searchText,
                          boolean toSubscribe)

anotherSearch

public void anotherSearch(SearchResultsTabArea.SearchQuery sq)