Community
Participate
Working Groups
protected boolean fForceRefresh = true;
/**
* The property page of the log interaction view
*/
private LogInteractionPropertyPage propertyPage;
protected IPartListener2 fPartListener = new IPartListener2()
{
public void partActivated(IWorkbenchPartReference ref)
CorrelationHelper.getInstance().addJobChangeListener(this);
LogViewsPlugin.getDefault().addRecordPaneViewerListener(this);
recordFilterSearch = new RecordFilterSearchUtil();
propertyPage = new LogInteractionPropertyPage(this);
_findRecordSelection = false;
}
public IPropertySheetPage getPropertySheetEntry()
return propertyPage;
// need to create a TabbedPropertySheetPage instance every time to avoid NPE
return new LogInteractionPropertyPage(this);
public List getEventList()
category="tabs"
id="org.eclipse.tptp.platform.log.views.AnalysisResultsTab"
label="%39"/>
<!-- The correlation tab -->
<propertyTab
id="org.eclipse.tptp.platform.log.views.CorrelationTab"
label="%41"/>
</propertyTabs>
</extension>
tab="org.eclipse.tptp.platform.log.views.AnalysisResultsTab">
<input type="org.eclipse.hyades.models.cbe.CBECommonBaseEvent"/>
</propertySection>
<!-- The correlation section -->
<propertySection
class="org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection"
id="org.eclipse.tptp.platform.log.views.CorrelationSection"
tab="org.eclipse.tptp.platform.log.views.CorrelationTab">
<input type="org.eclipse.hyades.sd.logc.internal.uml2sd.LogAsyncMessage"/>
</propertySections>
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# Copyright (c) 2005, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
38 = Choose Columns
39 = Analysis Result
40 = Refresh Views
41 = Correlation
#############################################################
# Ali M.: Newly added messages as part of the RCP