ButtonUtils.configureButtonForToolBar(b);
return b;
}
private Action[] createDropDownActions() {
CompoundDeployDirtyIndicator deployDirty = new CompoundDeployDirtyIndicator(owner.getAllSections());
deployDirty.setPreference(DeployDirtyIndicatorPreference.INSTANCE);
return new Action[] {
createValidationIndicationSwitch(),
deployDirty.getSwitch(),
null,
new ExpandProjectContentAction(owner),
};
}