Uses of Class
com.marginallyclever.donatello.Donatello
Packages that use Donatello
Package
Description
donatello contains Swing-based
Nodes 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 TypeMethodDescriptionvoidDonatelloSelectionListener.selectionChanged(Donatello e) Called when the selection of aDonatellochanges.Constructors in com.marginallyclever.donatello with parameters of type DonatelloModifierConstructorDescriptionQueueByDepth(Donatello editor, com.marginallyclever.nodegraphcore.Graph graph, int maxDepth) Queue theNodes of aGraphin theThreadPoolSchedulerRecentFilesMenu(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.