Package com.marginallyclever.donatello
Class SwingNodeRegistry
java.lang.Object
com.marginallyclever.donatello.SwingRegistry
public class SwingNodeRegistry
extends java.lang.Object
This registry adds Swing
Node
s to the user's menu via the
NodeFactory
.- Since:
- 2022-02-11
-
Constructor Summary
Constructors Constructor Description SwingNodeRegistry()
-
Method Summary
Modifier and Type Method Description static void
registerNodes()
Registers SwingNode
s for the user menu.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SwingNodeRegistry
public SwingNodeRegistry()
-
-
Method Details
-
registerNodes
public static void registerNodes()Registers SwingNode
s for the user menu.
-