alma::acs::eventbrowser::views::EventDetailView Class Reference
List of all members.
Constructor & Destructor Documentation
| alma::acs::eventbrowser::views::EventDetailView::EventDetailView |
( |
|
) |
[inline] |
Member Function Documentation
| void alma::acs::eventbrowser::views::EventDetailView::createPartControl |
( |
Composite |
parent |
) |
[inline] |
| void alma::acs::eventbrowser::views::EventDetailView::dispose |
( |
|
) |
[inline] |
| void alma::acs::eventbrowser::views::EventDetailView::setFocus |
( |
|
) |
[inline] |
| void alma::acs::eventbrowser::views::EventDetailView::showEventDetails |
( |
IWorkbenchPart |
sourcepart, |
|
|
EventData |
ed | |
|
) |
| | [inline] |
Member Data Documentation
Initial value: new ISelectionListener() {
public void selectionChanged(IWorkbenchPart sourcepart, ISelection selection) {
if (sourcepart != EventDetailView.this &&
selection instanceof IStructuredSelection) {
IStructuredSelection iss = (IStructuredSelection) selection;
if (iss == null) return;
Object[] arr = iss.toArray();
if (arr.length > 0 && arr[0] instanceof EventData) {
EventData ed = (EventData) arr[0];
showEventDetails(sourcepart, ed);
}
}
}
}
Referenced by createPartControl(), and dispose().
The documentation for this class was generated from the following file: