org.mevenide.idea.psi.project
Class AbstractPsiResourcePatterns
java.lang.Object
org.mevenide.idea.psi.support.AbstractPsiObject
org.mevenide.idea.psi.support.AbstractPsiBeanRowsObservable
org.mevenide.idea.psi.project.AbstractPsiResourcePatterns
- All Implemented Interfaces:
- BeanRowsObservable
- Direct Known Subclasses:
- PsiResourcePatterns, PsiTestResourcePatterns
public abstract class AbstractPsiResourcePatterns
- extends AbstractPsiBeanRowsObservable
- Author:
- Arik
| Methods inherited from class org.mevenide.idea.psi.support.AbstractPsiBeanRowsObservable |
addBeanRowsListener, appendRow, deleteRows, getRowCount, getValue, getValue, getValues, registerTag, removeBeanRowsListener, setValue, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected final PatternType type
AbstractPsiResourcePatterns
public AbstractPsiResourcePatterns(com.intellij.psi.xml.XmlFile pXmlFile,
String pContainerTagPath,
PatternType pType)
getPattern
public final String getPattern(int pRow)
setPattern
public final void setPattern(int pRow,
Object pValue)
getPatterns
public final String[] getPatterns()
getType
public PatternType getType()
getRowTagNameForType
protected static String getRowTagNameForType(PatternType pPatternType)
Copyright © 2005 The Codehaus. All Rights Reserved.