Package com.marginallyclever.donatello
Class DonatelloRegistry
java.lang.Object
com.marginallyclever.donatello.DonatelloRegistry
- All Implemented Interfaces:
com.marginallyclever.nodegraphcore.DAORegistry,com.marginallyclever.nodegraphcore.NodeRegistry
public class DonatelloRegistry
extends Object
implements com.marginallyclever.nodegraphcore.NodeRegistry, com.marginallyclever.nodegraphcore.DAORegistry
Registers Swing Nodes to the NodeFactory.
Registers Swing types with the JSON DAO factory.
Do not instantiate this class or call these directly. Instead call NodeFactory.loadRegistries() and DAO4JSONFactory.loadRegistries()
- Since:
- 2022-02-11
- Author:
- Dan Royer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DonatelloRegistry
public DonatelloRegistry()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacecom.marginallyclever.nodegraphcore.DAORegistry- Specified by:
getNamein interfacecom.marginallyclever.nodegraphcore.NodeRegistry
-
registerNodes
public void registerNodes()- Specified by:
registerNodesin interfacecom.marginallyclever.nodegraphcore.NodeRegistry
-
registerDAO
public void registerDAO()- Specified by:
registerDAOin interfacecom.marginallyclever.nodegraphcore.DAORegistry
-