com.atlassian.jira.hints
Interface Hint

All Known Implementing Classes:
HintImpl

@PublicApi
public interface Hint

Holds hint data. Currently only the text of a hint, might be extended in the future.

Since:
v4.2 (Interface extracted from class in v5.0)

Method Summary
 String getText()
           
 String getTooltip()
           
 

Method Detail

getText

String getText()

getTooltip

String getTooltip()


Copyright © 2002-2012 Atlassian. All Rights Reserved.