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 booleanprivate Map<UISWTView, UISWTViewMultiInstance.ViewInstance> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract UISWTViewMultiInstance.ViewInstancecreateInstance(UISWTView view) voiddestroy()booleaneventOccurred(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UISWTViewEventListener
builderNotRequired, informOfDuplicates
-
Field Details
-
views
-
destroyed
private boolean destroyed
-
-
Constructor Details
-
UISWTViewMultiInstance
public UISWTViewMultiInstance()
-
-
Method Details
-
eventOccurred
Description copied from interface:UISWTViewEventListenerTriggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurredin interfaceUISWTViewEventListener- Parameters:
event- event that occurred- Returns:
- meaning dependent upon event type
-
destroy
public void destroy() -
createInstance
-