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 Node
s 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:
getName
in interfacecom.marginallyclever.nodegraphcore.DAORegistry
- Specified by:
getName
in interfacecom.marginallyclever.nodegraphcore.NodeRegistry
-
registerNodes
public void registerNodes()- Specified by:
registerNodes
in interfacecom.marginallyclever.nodegraphcore.NodeRegistry
-
registerDAO
public void registerDAO()- Specified by:
registerDAO
in interfacecom.marginallyclever.nodegraphcore.DAORegistry
-