Package org.mevenide.idea.psi.util

Examples of org.mevenide.idea.psi.util.PsiUnnamedPropertyChangeListener$RowDeleterRunnable


        this(new XmlTagPath(pXmlFile, pContainerPath));
    }

    public AbstractPsiUnnamedPropertyObservable(final XmlTagPath pContainerPath) {
        super(pContainerPath.getFile(),
              new PsiUnnamedPropertyChangeListener(pContainerPath));
    }
View Full Code Here

TOP

Related Classes of org.mevenide.idea.psi.util.PsiUnnamedPropertyChangeListener$RowDeleterRunnable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.