@OpenApiAll
public static interface Browser.BrowserInitializer
Modifier and Type | Interface and Description |
---|---|
static class |
Browser.BrowserInitializer.WindowComponentInfoRegistration
Info registration data.
|
Modifier and Type | Method and Description |
---|---|
Browser.BrowserInitializer.WindowComponentInfoRegistration |
getInfo()
Provide info for a new browser tree.
|
void |
init(Browser browser,
Project project)
Init the browser.
|
void init(@Nonnull Browser browser, @Nonnull Project project)
browser
- the given browserproject
- current project@CheckForNull Browser.BrowserInitializer.WindowComponentInfoRegistration getInfo()