Uses of Class
com.marginallyclever.donatello.Donatello
Packages that use Donatello
Package
Description
donatello contains Swing-based
Node
s and all Swing-based editing
tools for nodegraphcore elements.-
Uses of Donatello in com.marginallyclever.donatello
Methods in com.marginallyclever.donatello with parameters of type DonatelloModifier and TypeMethodDescriptionvoid
DonatelloSelectionListener.selectionChanged
(Donatello e) Called when the selection of aDonatello
changes.Constructors in com.marginallyclever.donatello with parameters of type DonatelloModifierConstructorDescriptionQueueByDepth
(Donatello editor, com.marginallyclever.nodegraphcore.Graph graph, int maxDepth) Queue theNode
s of aGraph
in theThreadPoolScheduler
RecentFilesMenu
(Preferences preferences, Donatello editor) RecentFilesMenu
(Preferences preferences, String title, Donatello editor) -
Uses of Donatello in com.marginallyclever.donatello.actions.undoable
Constructors in com.marginallyclever.donatello.actions.undoable with parameters of type DonatelloModifierConstructorDescriptionGraphLoadAction
(RecentFilesMenu menu, String filePath, Donatello editor) Constructor for subclasses to call.NodeAddAction
(String name, Donatello editor, NodeFactoryPanel nodeFactoryPanel) Constructor for subclasses to call.NodeDeleteAction
(String name, Donatello editor) Constructor for subclasses to call.NodeIsolateAction
(String name, Donatello editor) Constructor for subclasses to call.NodePasteAction
(String name, Donatello editor) Constructor for subclasses to call.