[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
Mon Dec 4 12:47:38 EST 2006


  User: rawb    
  Date: 06/12/04 12:47:38

  Added:       as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/proposals 
                        IServiceXMLQuickFixProposalProvider.java
  Log:
  Changes to dialog allow you to turn a selection from an xml file into an xpath to be used in the properties view
  
  Revision  Changes    Path
  1.1      date: 2006/12/04 17:47:38;  author: rawb;  state: Exp;jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/src/org/jboss/ide/eclipse/as/ui/mbeans/editors/proposals/IServiceXMLQuickFixProposalProvider.java
  
  Index: IServiceXMLQuickFixProposalProvider.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.text.ITextViewer;
  import org.eclipse.jface.text.contentassist.ICompletionProposal;
  import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
  
  /**
   *
   * @author rob.stryker at jboss.com
   */
  public interface IServiceXMLQuickFixProposalProvider {
  	public ICompletionProposal[] getProposals(ITextViewer viewer, int offset);
  }
  
  
  



More information about the jboss-cvs-commits mailing list