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()
()
| 510 | * @see #getMainView() |
| 511 | */ |
| 512 | CollapsibleSectionPanel getCollapsibleSectionPanel() { |
| 513 | return csp; |
| 514 | } |
| 515 | |
| 516 | |
| 517 | /** |
no outgoing calls
no test coverage detected