com.aelitis.azureus.ui.swt.devices
Class DeviceManagerUI.categoryViewGeneric

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.devices.DeviceManagerUI.categoryView
      extended by com.aelitis.azureus.ui.swt.devices.DeviceManagerUI.categoryViewGeneric
All Implemented Interfaces:
ViewTitleInfo, UISWTViewEventListener
Enclosing class:
DeviceManagerUI

protected static class DeviceManagerUI.categoryViewGeneric
extends DeviceManagerUI.categoryView


Field Summary
 
Fields inherited from interface com.aelitis.azureus.ui.common.viewtitleinfo.ViewTitleInfo
TITLE_ACTIVE_STATE, TITLE_EXPORTABLE_DATASOURCE, TITLE_IMAGE_TOOLTIP, TITLE_IMAGEID, TITLE_INDICATOR_COLOR, TITLE_INDICATOR_TEXT, TITLE_INDICATOR_TEXT_TOOLTIP, TITLE_LOGID, TITLE_TEXT
 
Constructor Summary
protected DeviceManagerUI.categoryViewGeneric(DeviceManagerUI _ui, int _device_type, String _title)
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 org.eclipse.swt.widgets.Composite getComposite()
           
 void initialize(org.eclipse.swt.widgets.Composite parent_composite)
           
 
Methods inherited from class com.aelitis.azureus.ui.swt.devices.DeviceManagerUI.categoryView
destroy, getDeviceType, getKey, getTitle, getTitleInfoProperty, setDetails
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceManagerUI.categoryViewGeneric

protected DeviceManagerUI.categoryViewGeneric(DeviceManagerUI _ui,
                                              int _device_type,
                                              String _title)
Method Detail

initialize

public void initialize(org.eclipse.swt.widgets.Composite parent_composite)

getComposite

public org.eclipse.swt.widgets.Composite getComposite()

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
Overrides:
eventOccurred in class DeviceManagerUI.categoryView
Parameters:
event - event that occurred
Returns:
meaning dependent upon event type