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 java.lang.Object implements ViewTitleInfo, UISWTViewEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Composite
composite
private org.eclipse.swt.widgets.Composite
parent_composite
private UISWTView
swtView
private java.lang.String
title
-
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 private
SubsParentView(java.lang.String _title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
delete()
boolean
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occursorg.eclipse.swt.widgets.Composite
getComposite()
java.lang.String
getTitle()
java.lang.Object
getTitleInfoProperty(int propertyID)
void
initialize(org.eclipse.swt.widgets.Composite _parent_composite)
-
-
-
Field Detail
-
swtView
private UISWTView swtView
-
title
private java.lang.String title
-
parent_composite
private org.eclipse.swt.widgets.Composite parent_composite
-
composite
private org.eclipse.swt.widgets.Composite composite
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
getTitleInfoProperty
public java.lang.Object getTitleInfoProperty(int propertyID)
- 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
public boolean eventOccurred(UISWTViewEvent event)
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
-
-