/* * $Id: PropertiesAction.java,v 1.2 2006/09/25 08:52:36 acaproni Exp $ * * $Date: 2006/09/25 08:52:36 $ * $Revision: 1.2 $ * $Author: acaproni $ * * Copyright CERN, All Rights Reserved. */ package cern.gp.actions; /** * Get properties of a node. Wrapper of <code>org.openide.actions.PropertiesAction</code>. * * @version $Revision: 1.2 $ $Date: 2006/09/25 08:52:36 $ * @author Lionel Mestre */ public class PropertiesAction extends org.openide.actions.PropertiesAction { }