package com.jetbrains.actionscript.profiler.base; /** * @author: Fedor.Korotkov */ public interface ProfilerActionGroup { String PROFILER_VIEW_GROUP_ID = "ProfilerViewMenu"; String PROFILER_SNAPSHOT_GROUP_ID = "ProfilerSnapshotMenu"; }