Package com.biglybt.ui.swt.subscriptions
Class SubscriptionManagerUI.SubsParentView
java.lang.Object
com.biglybt.ui.swt.subscriptions.SubscriptionManagerUI.SubsParentView
- All Implemented Interfaces:
ViewTitleInfo
,UISWTViewEventListener
- Enclosing class:
SubscriptionManagerUI
protected static class SubscriptionManagerUI.SubsParentView
extends Object
implements ViewTitleInfo, UISWTViewEventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Composite
private org.eclipse.swt.widgets.Composite
private UISWTView
private String
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, TITLE_TEXT_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
delete()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursorg.eclipse.swt.widgets.Composite
getTitle()
getTitleInfoProperty
(int propertyID) void
initialize
(org.eclipse.swt.widgets.Composite _parent_composite) Methods 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
-
swtView
-
title
-
parent_composite
private org.eclipse.swt.widgets.Composite parent_composite -
composite
private org.eclipse.swt.widgets.Composite composite
-
-
Constructor Details
-
SubsParentView
-
-
Method Details
-
getTitle
-
getTitleInfoProperty
- Specified by:
getTitleInfoProperty
in interfaceViewTitleInfo
- Parameters:
propertyID
- TITLE_*- Returns:
- value, or null if you don't want to set it
-
initialize
public void initialize(org.eclipse.swt.widgets.Composite _parent_composite) -
getComposite
public org.eclipse.swt.widgets.Composite getComposite() -
delete
private void delete() -
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
-