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 String[] NO_TOOLTIP
           
 
Method Summary
 String[] toolTipText(Object obj)
          Get tooltip content
 void update(Object obj, String content)
           
 

Field Detail

NO_TOOLTIP

static final String[] NO_TOOLTIP
Method Detail

toolTipText

String[] toolTipText(Object obj)
Get tooltip content

Parameters:
obj - Selected element
Returns:
content of tooltip

update

void update(Object obj,
            String content)

PTP
Release 5.0

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