Class MenuItemConditionReader
- java.lang.Object
-
- net.n2oapp.framework.config.reader.tools.MenuItemConditionReader
-
- All Implemented Interfaces:
ElementClassAware<N2oButtonCondition>,ElementNameAware,ElementReader<N2oButtonCondition>,TypedElementReader<N2oButtonCondition>
public class MenuItemConditionReader extends Object implements TypedElementReader<N2oButtonCondition>
Считывание условий в меню и кнопках тулбара
-
-
Constructor Summary
Constructors Constructor Description MenuItemConditionReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oButtonCondition>getElementClass()StringgetElementName()static MenuItemConditionReadergetInstance()N2oButtonConditionread(org.jdom.Element element)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
-
-
-
Method Detail
-
getInstance
public static MenuItemConditionReader getInstance()
-
read
public N2oButtonCondition read(org.jdom.Element element)
- Specified by:
readin interfaceElementReader<N2oButtonCondition>
-
getElementClass
public Class<N2oButtonCondition> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<N2oButtonCondition>
-
getElementName
public String getElementName()
- Specified by:
getElementNamein interfaceElementNameAware
-
-