PTP
Release 5.0

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)
           
 

Field Detail

NO_TOOLTIP

static final java.lang.String[] NO_TOOLTIP
Method Detail

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)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.