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

Method getMainView

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

Returns the actual main view. @return The main view. @see #getMainViewStyle() @see #setMainViewStyle(int)

()

Source from the content-addressed store, hash-verified

593 * @see #setMainViewStyle(int)
594 */
595 public AbstractMainView getMainView() {
596 return mainView;
597 }
598
599
600 /**

Callers 15

createApplicationImplMethod · 0.95
actionPerformedMethod · 0.95
createViewMenuMethod · 0.95
doExitMethod · 0.95
handleInstallPluginMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected