
org.jetbrains.android.dom.layout.View Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A packaging of the IntelliJ Community Edition android library.
This is release number 1 of trunk branch 142.
The newest version!
package org.jetbrains.android.dom.layout;
import com.intellij.psi.PsiClass;
import com.intellij.util.xml.Attribute;
import com.intellij.util.xml.Convert;
import com.intellij.util.xml.GenericAttributeValue;
import org.jetbrains.android.dom.converters.ViewClassConverter;
/**
* @author Eugene.Kudelevsky
*/
public interface View extends LayoutViewElement {
@Attribute("class")
@Convert(ViewClassConverter.class)
GenericAttributeValue getViewClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy