MCPcopy Index your code
hub / github.com/beanshell/beanshell / ClassBrowser

Method ClassBrowser

src/bsh/util/ClassBrowser.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 private static final Color LIGHT_BLUE = new Color(245,245,255);
75
76 public ClassBrowser() {
77 this( BshClassManager.createClassManager( null/*interpreter*/ ) );
78 }
79
80 public ClassBrowser( BshClassManager classManager ) {
81 super( VERTICAL_SPLIT, true );

Callers

nothing calls this directly

Calls 1

createClassManagerMethod · 0.95

Tested by

no test coverage detected