Search in sources :

Example 1 with LiveObjectsTreeTable

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);
}
Also used : LiveObjectsTreeTable(com.jetbrains.actionscript.profiler.livetable.LiveObjectsTreeTable) ScopeChooserCombo(com.intellij.ide.util.scopeChooser.ScopeChooserCombo)

Aggregations

ScopeChooserCombo (com.intellij.ide.util.scopeChooser.ScopeChooserCombo)1 LiveObjectsTreeTable (com.jetbrains.actionscript.profiler.livetable.LiveObjectsTreeTable)1