DcMenu menuEdit = ComponentFactory.getMenu(DcResources.getText("lblEdit"));
DcMenuItem menuExpandAll = ComponentFactory.getMenuItem(DcResources.getText("lblExpandAll"));
DcMenuItem menuCollapseAll = ComponentFactory.getMenuItem(DcResources.getText("lblCollapseAll"));
menuCollapseAll.addActionListener(this);
menuCollapseAll.setActionCommand("collapseAll");
menuExpandAll.addActionListener(this);
menuExpandAll.setActionCommand("expandAll");