use of com.jetbrains.actionscript.profiler.livetable.LiveObjectsTreeTable in project intellij-plugins by JetBrains.
the class LiveObjectsView method createUIComponents.
private void createUIComponents() {
liveObjectsTreeTable = new LiveObjectsTreeTable(getProject());
filterScope = new ScopeChooserCombo(getProject(), true, false, ProjectFilesScope.NAME);
}
Aggregations