org.mevenide.idea.psi.project
Class PsiMailingLists
java.lang.Object
org.mevenide.idea.psi.support.AbstractPsiObject
org.mevenide.idea.psi.support.AbstractPsiBeanRowsObservable
org.mevenide.idea.psi.project.PsiMailingLists
- All Implemented Interfaces:
- BeanRowsObservable
public class PsiMailingLists
- 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 |
PsiMailingLists
public PsiMailingLists(com.intellij.psi.xml.XmlFile pXmlFile)
getName
public final String getName(int pRow)
setName
public void setName(int pRow,
String pName)
getSubscribe
public final String getSubscribe(int pRow)
setSubscribe
public void setSubscribe(int pRow,
String pSubscribe)
getUnsubscribe
public final String getUnsubscribe(int pRow)
setUnsubscribe
public void setUnsubscribe(int pRow,
String pUnsubscribe)
getArchive
public final String getArchive(int pRow)
setArchive
public void setArchive(int pRow,
String pArchive)
Copyright © 2005 The Codehaus. All Rights Reserved.