MCPcopy Create free account
hub / github.com/bobbylight/RText / getCollapsibleSectionPanel

Method getCollapsibleSectionPanel

src/main/java/org/fife/rtext/RText.java:512–514  ·  view source on GitHub ↗

Returns the application's "collapsible section panel;" that is, the panel containing the main view and possible find/replace tool bars. @return The collapsible section panel. @see #getMainView()

()

Source from the content-addressed store, hash-verified

510 * @see #getMainView()
511 */
512 CollapsibleSectionPanel getCollapsibleSectionPanel() {
513 return csp;
514 }
515
516
517 /**

Callers 7

ensureToolbarsCreatedMethod · 0.80
findNextMethod · 0.80
isNoSearchUIVisibleMethod · 0.80
replaceNextMethod · 0.80
setSearchingModeMethod · 0.80
showFindUIMethod · 0.80
showReplaceUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected