Package edu.umd.cs.findbugs.gui2
Class CommentsArea
- java.lang.Object
-
- edu.umd.cs.findbugs.gui2.CommentsArea
-
public class CommentsArea extends java.lang.Object- Author:
- pugh, Keith Lea
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanNavigateAway()booleancanSetDesignations()booleanhasFocus()voidrefresh()voidsetDesignation(java.lang.String designationKey)voidupdateBugCollection()voidupdateCloud()protected voidupdateCommentsFromNonLeafInformationFromSwingThread(BugAspects theAspects)
-
-
-
Method Detail
-
canNavigateAway
public boolean canNavigateAway()
-
updateCommentsFromNonLeafInformationFromSwingThread
protected void updateCommentsFromNonLeafInformationFromSwingThread(BugAspects theAspects)
-
hasFocus
public boolean hasFocus()
-
updateBugCollection
public void updateBugCollection()
-
refresh
public void refresh()
-
canSetDesignations
public boolean canSetDesignations()
-
setDesignation
public void setDesignation(java.lang.String designationKey)
-
updateCloud
public void updateCloud()
-
-