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.JMenucreateWindowMenu()javax.swing.JComponentgetSourceViewComponent()voidinitialize()voidmakeCommentsVisible()voidmakeSourceVisible()voidresetCommentsInputPane()voidsaveState()voidsetSourceTitle(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()
-
-