Uses of Class
ca.cgjennings.apps.arkham.diy.DIYEditor
-
Packages that use DIYEditor Package Description ca.cgjennings.apps.arkham.diy -
-
Uses of DIYEditor in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return DIYEditor Modifier and Type Method Description DIYEditor
DIY. createDefaultEditor()
Creates aDIYEditor
with this component set as the game component for editing.Methods in ca.cgjennings.apps.arkham.diy with parameters of type DIYEditor Modifier and Type Method Description void
DIY. createInterface(DIY diy, DIYEditor editor)
Calls the script'screateInterface
function.void
Handler. createInterface(DIY diy, DIYEditor editor)
Called to create a user interface that can edit the component.
-