interface G22ProjectActions { void openObjectInProject(long id); bool openPathInProject(S path); void editProjectStory(); void editScripts(); void editScript(G22LeftArrowScript script); bool openUIURL(S url); IVarWithNotify varShowCasedScript(); G22DatabasesPanel databasesPanel(); }