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 boolean
canNavigateAway()
boolean
canSetDesignations()
boolean
hasFocus()
void
refresh()
void
setDesignation(java.lang.String designationKey)
void
updateBugCollection()
void
updateCloud()
protected void
updateCommentsFromNonLeafInformationFromSwingThread(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()
-
-