Package com.biglybt.ui.swt.devices
Class DeviceManagerUI.categoryViewGeneric
- java.lang.Object
-
- com.biglybt.ui.swt.devices.DeviceManagerUI.categoryView
-
- com.biglybt.ui.swt.devices.DeviceManagerUI.categoryViewGeneric
-
- All Implemented Interfaces:
ViewTitleInfo
,UISWTViewEventListener
- Enclosing class:
- DeviceManagerUI
protected static class DeviceManagerUI.categoryViewGeneric extends DeviceManagerUI.categoryView
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Composite
composite
-
Fields inherited from interface com.biglybt.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_TEXT
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
categoryViewGeneric(DeviceManagerUI _ui, int _device_type, java.lang.String _title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occursorg.eclipse.swt.widgets.Composite
getComposite()
void
initialize(org.eclipse.swt.widgets.Composite parent_composite)
-
Methods inherited from class com.biglybt.ui.swt.devices.DeviceManagerUI.categoryView
destroy, getDeviceType, getKey, getTitle, getTitleInfoProperty, setDetails
-
-
-
-
Constructor Detail
-
categoryViewGeneric
protected categoryViewGeneric(DeviceManagerUI _ui, int _device_type, java.lang.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 interfaceUISWTViewEventListener
- Overrides:
eventOccurred
in classDeviceManagerUI.categoryView
- Parameters:
event
- event that occurred- Returns:
- meaning dependent upon event type
-
-