org.eclipse.ptp.ui.views
Interface IToolTipProvider
- All Known Implementing Classes:
- AbstractParallelElementView, AbstractParallelSetView, ParallelDebugView, ParallelJobsView, ParallelMachinesView
public interface IToolTipProvider
NO_TOOLTIP
static final String[] NO_TOOLTIP
toolTipText
String[] toolTipText(Object obj)
- Get tooltip content
- Parameters:
obj - Selected element
- Returns:
- content of tooltip
update
void update(Object obj,
String content)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.