Package edu.umd.cs.findbugs.gui2
Interface FindBugsLayoutManager
-
- All Known Implementing Classes:
SplitLayout
public interface FindBugsLayoutManager
- Author:
- pugh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JMenu
createWindowMenu()
javax.swing.JComponent
getSourceViewComponent()
void
initialize()
void
makeCommentsVisible()
void
makeSourceVisible()
void
resetCommentsInputPane()
void
saveState()
void
setSourceTitle(java.lang.String title)
-
-
-
Method Detail
-
createWindowMenu
javax.swing.JMenu createWindowMenu()
-
initialize
void initialize()
-
makeCommentsVisible
void makeCommentsVisible()
-
makeSourceVisible
void makeSourceVisible()
-
saveState
void saveState()
-
setSourceTitle
void setSourceTitle(java.lang.String title)
-
getSourceViewComponent
javax.swing.JComponent getSourceViewComponent()
-
resetCommentsInputPane
void resetCommentsInputPane()
-
-