Example usage for com.intellij.openapi.ui MasterDetailsStateService getInstance

List of usage examples for com.intellij.openapi.ui MasterDetailsStateService getInstance

Introduction

In this page you can find the example usage for com.intellij.openapi.ui MasterDetailsStateService getInstance.

Prototype

public static MasterDetailsStateService getInstance(@NotNull Project project) 

Source Link

Usage

From source file:com.intellij.ide.util.scopeChooser.ScopeChooserConfigurable.java

License:Apache License

@Override
protected MasterDetailsStateService getStateService() {
    return MasterDetailsStateService.getInstance(myProject);
}

From source file:net.andydvorak.intellij.lessc.ui.configurable.LessProfilesPanel.java

License:Apache License

@Override
protected MasterDetailsStateService getStateService() {
    return MasterDetailsStateService.getInstance(project);
}