Class AbstractMenuItemIO<T extends AbstractMenuItem>
- java.lang.Object
-
- net.n2oapp.framework.config.io.toolbar.AbstractMenuItemIO<T>
-
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
- Direct Known Subclasses:
ButtonIO,MenuItemIO
public abstract class AbstractMenuItemIO<T extends AbstractMenuItem> extends java.lang.Object implements NamespaceIO<T>
Чтение\запись содержимого Toolbar
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jdom2.NamespaceactionDefaultNamespace
-
Constructor Summary
Constructors Constructor Description AbstractMenuItemIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNamespaceUri()voidio(org.jdom2.Element e, T mi, IOProcessor p)-
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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom2.Element e, T mi, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends AbstractMenuItem>
-
getNamespaceUri
public java.lang.String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware
-
-