|
Lines 1-5
Link Here
|
| 1 |
/********************************************************************** |
1 |
/********************************************************************** |
| 2 |
* Copyright (c) 2005,2007 IBM Corporation and others. |
2 |
* Copyright (c) 2005, 2008 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 608-618
Link Here
|
| 608 |
|
608 |
|
| 609 |
protected boolean fForceRefresh = true; |
609 |
protected boolean fForceRefresh = true; |
| 610 |
|
610 |
|
| 611 |
/** |
|
|
| 612 |
* The property page of the log interaction view |
| 613 |
*/ |
| 614 |
protected LogInteractionPropertyPage propertyPage; |
| 615 |
|
| 616 |
protected IPartListener2 fPartListener = new IPartListener2() |
611 |
protected IPartListener2 fPartListener = new IPartListener2() |
| 617 |
{ |
612 |
{ |
| 618 |
public void partActivated(IWorkbenchPartReference ref) |
613 |
public void partActivated(IWorkbenchPartReference ref) |
|
Lines 739-745
Link Here
|
| 739 |
CorrelationHelper.getInstance().addJobChangeListener(this); |
734 |
CorrelationHelper.getInstance().addJobChangeListener(this); |
| 740 |
LogViewsPlugin.getDefault().addRecordPaneViewerListener(this); |
735 |
LogViewsPlugin.getDefault().addRecordPaneViewerListener(this); |
| 741 |
recordFilterSearch = new RecordFilterSearchUtil(); |
736 |
recordFilterSearch = new RecordFilterSearchUtil(); |
| 742 |
propertyPage = new LogInteractionPropertyPage(this); |
|
|
| 743 |
_findRecordSelection = false; |
737 |
_findRecordSelection = false; |
| 744 |
} |
738 |
} |
| 745 |
|
739 |
|
|
Lines 3686-3692
Link Here
|
| 3686 |
|
3680 |
|
| 3687 |
public IPropertySheetPage getPropertySheetEntry() |
3681 |
public IPropertySheetPage getPropertySheetEntry() |
| 3688 |
{ |
3682 |
{ |
| 3689 |
return propertyPage; |
3683 |
// need to create a TabbedPropertySheetPage instance every time to avoid NPE |
|
|
3684 |
return new LogInteractionPropertyPage(this); |
| 3690 |
} |
3685 |
} |
| 3691 |
|
3686 |
|
| 3692 |
public List getEventList() |
3687 |
public List getEventList() |