com.aelitis.azureus.ui.swt.views.skin
Class Browse
java.lang.Object
  
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectAdapter
      
com.aelitis.azureus.ui.swt.views.skin.SkinView
          
com.aelitis.azureus.ui.swt.views.skin.Browse
- All Implemented Interfaces: 
 - MdiCloseListener, SWTSkinObjectListener
 
public class Browse
- extends SkinView
- implements MdiCloseListener
  
- Author:
 
  - TuxPaper
 
 
| Fields inherited from class com.aelitis.azureus.ui.swt.views.skin.SkinView | 
skin | 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Browse
public Browse()
getBrowserSkinObject
public SWTSkinObjectBrowser getBrowserSkinObject()
 
 
skinObjectCreated
public Object skinObjectCreated(SWTSkinObject skinObject,
                                Object params)
- Description copied from class: 
SWTSkinObjectAdapter 
- Skin Object was created.  All children are guaranteed to be created.
- Overrides:
 skinObjectCreated in class SkinView
 
 
 
skinObjectInitialShow
public Object skinObjectInitialShow(SWTSkinObject skinObject,
                                    Object params)
- Specified by:
 skinObjectInitialShow in class SkinView
 
- Returns:
 
 
mdiEntryClosed
public void mdiEntryClosed(MdiEntry entry,
                           boolean userClosed)
- Description copied from interface: 
MdiCloseListener 
- Triggered when a 
MdiEntry is closed
- Specified by:
 mdiEntryClosed in interface MdiCloseListener
 
- Parameters:
 entry - MdiEntry that is closeduserClosed - true if the user closed the entry; false if programmically closed (App close)