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