Uses of Interface
ca.phon.app.opgraph.nodes.ScriptNode
Packages that use ScriptNode
Package
Description
-
Uses of ScriptNode in ca.phon.app.opgraph.editor
Methods in ca.phon.app.opgraph.editor with parameters of type ScriptNodeMethod parameters in ca.phon.app.opgraph.editor with type arguments of type ScriptNodeModifier and TypeMethodDescriptionvoid
OpgraphScriptEditor.onOpenScriptNode
(PhonActionEvent<ScriptNode> pae) -
Uses of ScriptNode in ca.phon.app.opgraph.nodes
Classes in ca.phon.app.opgraph.nodes that implement ScriptNodeMethods in ca.phon.app.opgraph.nodes that return ScriptNodeMethods in ca.phon.app.opgraph.nodes with parameters of type ScriptNodeModifier and TypeMethodDescriptionboolean
ScriptNodeEditor.canRedo
(ScriptNode scriptNode) boolean
ScriptNodeEditor.canUndo
(ScriptNode scriptNode) boolean
ScriptNodeEditor.hasChanges
(ScriptNode scriptNode) Does the given script node have unsaved editor changes?void
ScriptNodeEditor.redo
(ScriptNode scriptNode) void
ScriptNodeEditor.setHasChanges
(ScriptNode scriptNode, boolean hasChanges) void
ScriptNodeEditor.setScriptNode
(ScriptNode scriptNode) void
ScriptNodeEditor.undo
(ScriptNode scriptNode) -
Uses of ScriptNode in ca.phon.app.opgraph.nodes.query
Classes in ca.phon.app.opgraph.nodes.query that implement ScriptNode -
Uses of ScriptNode in ca.phon.app.opgraph.nodes.table
Classes in ca.phon.app.opgraph.nodes.table that implement ScriptNodeModifier and TypeClassDescriptionclass
Add a new column to the given table using a user-entered script.class
Base class for script operations on tables.