Class IMapNodeFactoryUtils
java.lang.Object
rs.edu.raf.dsw.rudok.app.repository.nodefactory.IMapNodeFactoryUtils
- Direct Known Subclasses:
MapNodeFactoryUtils
public abstract class IMapNodeFactoryUtils extends Object
Node Factory Utils
Returns the factory for creating a childIMapNode
on the given parent.-
Constructor Summary
Constructors Constructor Description IMapNodeFactoryUtils()
-
Method Summary
Modifier and Type Method Description static IMapNodeFactory
getFactory(IMapNodeComposite parent)
Returns anIMapNodeFactory
for creating children on the given parent.
-
Constructor Details
-
IMapNodeFactoryUtils
public IMapNodeFactoryUtils()
-
-
Method Details
-
getFactory
Returns anIMapNodeFactory
for creating children on the given parent.- Parameters:
parent
- Parent node.- Returns:
IMapNodeFactory
.
-