|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.xml.AbstractDirectoryFactory<XmlSPR>
com.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlSPRFactory
public final class XmlSPRFactory
Can load SPRs from the file system and return them if needed.
| Constructor Summary | |
|---|---|
XmlSPRFactory(RoboticsAPIContext context)
Creates a new factory. |
|
| Method Summary | |
|---|---|
protected XmlSPR |
createItem(Node node)
Creates an items of the factory out of the given document. |
protected String |
getItemName(XmlSPR item)
Gets the name of the given item. |
protected String[] |
getItemNames()
Gets the tag names to which this factory can create items. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.xml.AbstractDirectoryFactory |
|---|
dispose, fromName, loadedItems, loadFromDirectory, loadFromFile, loadFromResource, loadFromURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSPRFactory(RoboticsAPIContext context)
context - The context of this module.| Method Detail |
|---|
protected XmlSPR createItem(Node node)
AbstractDirectoryFactory
createItem in class AbstractDirectoryFactory<XmlSPR>node - The node which contains the icons.
protected String getItemName(XmlSPR item)
AbstractDirectoryFactory
getItemName in class AbstractDirectoryFactory<XmlSPR>item - The item.
protected String[] getItemNames()
AbstractDirectoryFactory
getItemNames in class AbstractDirectoryFactory<XmlSPR>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||