public boolean isShowBeansRefsForFileEnabled() {
return showBeansRefsForFileEnabled;
}
private void makeActions() {
this.toggleShowBeanRefsForFileAction = new ToggleShowBeanRefsForFileAction(
this);
IActionBars bars = getViewSite().getActionBars();
bars.getToolBarManager().add(toggleShowBeanRefsForFileAction);
bars.getMenuManager().add(toggleShowBeanRefsForFileAction);
}