[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/proposals ...

Robert Stryker rawblem at gmail.com
Wed Dec 13 13:30:50 EST 2006


  User: rawb    
  Date: 06/12/13 13:30:50

  Added:       as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/proposals 
                        IServiceXMLOutlineActionProvider.java
  Log:
  Added another extension point to allow actions to be added to the outline view for xml elements. This was done so that the mbeans project does not directly depend on as.ui, and as.ui can extend as.ui.mbeans. 
  
  Not that this matters much.
  
  Revision  Changes    Path
  1.1      date: 2006/12/13 18:30:50;  author: rawb;  state: Exp;jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/proposals/IServiceXMLOutlineActionProvider.java
  
  Index: IServiceXMLOutlineActionProvider.java
  ===================================================================
  /**
   * JBoss, a Division of Red Hat
   * Copyright 2006, Red Hat Middleware, LLC, and individual contributors as indicated
   * by the @authors tag. See the copyright.txt in the distribution for a
   * full listing of individual contributors.
   *
  * This is free software; you can redistribute it and/or modify it
   * under the terms of the GNU Lesser General Public License as
   * published by the Free Software Foundation; either version 2.1 of
   * the License, or (at your option) any later version.
   *
   * This software is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
   * License along with this software; if not, write to the Free
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
  package org.jboss.ide.eclipse.as.ui.mbeans.editors.proposals;
  
  import org.eclipse.jface.action.IMenuManager;
  import org.eclipse.jface.viewers.ISelection;
  
  /**
   *
   * @author rob.stryker at jboss.com
   */
  public interface IServiceXMLOutlineActionProvider {
  	public void menuAboutToShow(IMenuManager manager, ISelection selection);
  }
  
  
  



More information about the jboss-cvs-commits mailing list