Package com.biglybt.ui.swt.pif
Class UISWTViewMultiInstance
java.lang.Object
com.biglybt.ui.swt.pif.UISWTViewMultiInstance
- All Implemented Interfaces:
UISWTViewEventListener
- Direct Known Subclasses:
DeviceManagerUI.categoryView
,DeviceManagerUI.DeviceView
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract UISWTViewMultiInstance.ViewInstance
createInstance
(UISWTView view) void
destroy()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.ui.swt.pif.UISWTViewEventListener
informOfDuplicates
-
Field Details
-
views
-
destroyed
private boolean destroyed
-
-
Constructor Details
-
UISWTViewMultiInstance
public UISWTViewMultiInstance()
-
-
Method Details
-
eventOccurred
Description copied from interface:UISWTViewEventListener
Triggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurred
in interfaceUISWTViewEventListener
- Parameters:
event
- event that occurred- Returns:
- meaning dependent upon event type
-
destroy
public void destroy() -
createInstance
-