new DeployDirtyItemsOption(project.getProject(), launcher),
new DeployAllValidItemsOption(project, launcher),
getIndividualItemsOption(launcher),
};
setIcon(ClientIcons.DEPLOY_16);
setCategory(new EditorCategory("Deploy", getSmallIcon()));
setMementoPath(new String[] { "Project", "Deploy" });
mainPanel = new JPanel(new CardLayout());
mainPanel.setOpaque(false);
refreshAction = new RefreshAction();
enterTagAction = new EnterTagAction();