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 TypeMethodDescriptionvoidOpgraphScriptEditor.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 TypeMethodDescriptionbooleanScriptNodeEditor.canRedo(ScriptNode scriptNode) booleanScriptNodeEditor.canUndo(ScriptNode scriptNode) booleanScriptNodeEditor.hasChanges(ScriptNode scriptNode) Does the given script node have unsaved editor changes?voidScriptNodeEditor.redo(ScriptNode scriptNode) voidScriptNodeEditor.setHasChanges(ScriptNode scriptNode, boolean hasChanges) voidScriptNodeEditor.setScriptNode(ScriptNode scriptNode) voidScriptNodeEditor.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 TypeClassDescriptionclassAdd a new column to the given table using a user-entered script.classBase class for script operations on tables.