Uses of Class
com.atlassian.diff.DiffViewBean

Packages that use DiffViewBean
com.atlassian.diff   
com.atlassian.jira.web.action.util   
 

Uses of DiffViewBean in com.atlassian.diff
 

Methods in com.atlassian.diff that return DiffViewBean
static DiffViewBean DiffViewBean.createWordLevelDiff(String originalLine, String revisedLine)
          Creates a DiffViewBean for the given original and revised text lines.
 

Uses of DiffViewBean in com.atlassian.jira.web.action.util
 

Methods in com.atlassian.jira.web.action.util with parameters of type DiffViewBean
 String DiffViewRenderer.getOriginalHtml(DiffViewBean wordLevelDiff)
           
 String DiffViewRenderer.getRevisedHtml(DiffViewBean wordLevelDiff)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.