Uses of Class
g3.project.elements.ScriptElement
-
Packages that use ScriptElement Package Description g3.project.core g3.project.elements -
-
Uses of ScriptElement in g3.project.core
Methods in g3.project.core that return types with arguments of type ScriptElement Modifier and Type Method Description java.util.Optional<ScriptElement>
Tool. getScriptEl()
Get the ScriptElement attached to this object. -
Uses of ScriptElement in g3.project.elements
Methods in g3.project.elements that return types with arguments of type ScriptElement Modifier and Type Method Description java.util.Optional<ScriptElement>
DocElement. getScriptEl()
Get the ScriptElement attached to this object.java.util.Optional<ScriptElement>
Scriptable. getScriptEl()
Get the ScriptElement attached to this object.java.util.Optional<ScriptElement>
VisualElement. getScriptEl()
Get the ScriptElement attached to this object.
-