Package com.biglybt.ui.swt.views
Class ViewQuickNotifications
- java.lang.Object
-
- com.biglybt.ui.swt.views.ViewQuickNotifications
-
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
public class ViewQuickNotifications extends java.lang.Object implements UISWTViewCoreEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Composite
composite
private BufferedLabel
more_text
private org.eclipse.swt.widgets.Label
notification_icon
private org.eclipse.swt.widgets.Label
notification_text
private UISWTView
swtView
-
Constructor Summary
Constructors Constructor Description ViewQuickNotifications()
-
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 occursprivate org.eclipse.swt.widgets.Composite
getComposite()
private java.lang.String
getFullTitle()
private void
initialize(org.eclipse.swt.widgets.Composite parent)
private void
refresh()
-
-
-
Field Detail
-
swtView
private UISWTView swtView
-
composite
private org.eclipse.swt.widgets.Composite composite
-
notification_icon
private org.eclipse.swt.widgets.Label notification_icon
-
notification_text
private org.eclipse.swt.widgets.Label notification_text
-
more_text
private BufferedLabel more_text
-
-
Method Detail
-
initialize
private void initialize(org.eclipse.swt.widgets.Composite parent)
-
delete
private void delete()
-
getFullTitle
private java.lang.String getFullTitle()
-
getComposite
private org.eclipse.swt.widgets.Composite getComposite()
-
refresh
private void refresh()
-
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
-
-