Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Extending Eclipse monitoring, profiling, and testing functions
Previous Page Home Next Page

Working with the Table Cell Tooltips Extension sample

This sample demonstrates how to extend the column cell tooltips dialog content available for TPTP based statistic table views. Sample code is provided for an extension to the table column cell tooltips content.

If you have not already done so, create the example by File > New > Example... > Table Cell Tooltips Extension Sample.

The sample contains the following elements which contribute to the table cell tooltips extension available in TPTP:

  • plugin.xml: Contains the extension point for the table column cell extension sample.
  • org.eclipse.tptp.platform.tablecelllabelprovider.sample.TableCellLabelProvider.java: This is an extension of the org.eclipse.tptp.platform.common.ui.views.TableCellLabelProvider which implements the column cell tooltips content extension.

The following procedure outlines the steps needed to view the contributions to the TPTP views made by this sample extension:

  1. Launch an instance of a runtime workbench by selecting Run > Run As > Eclipse Application.
  2. Start profile a Java application with Execution Time Analysis profiling option.
  3. Populate the profiling resource by opening Execution Statistics view.
  4. In Execution Statistic view, select Execution Statistic tab, mouse over any column cell and inspect the tooltips dialog content.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire