.init();
}
protected void initShareWorkspaceAction() {
Action action = addActionToToolbar(WORKSPACE_PANEL, "Share Workspace",
"workspace-share", new AsyncCommandToCommandAdapter(
shareWorkspaceCommand, asyncCommandExecutor));
new AuthenticationBasedEnablingStateWrapper(authenticationManager,
action).init();
}