Uses of Class
script_editor_GUI.VAE_Patch_EditionPane

Packages that use VAE_Patch_EditionPane
gesture_editor_GUI   
script_editor_GUI   
toolBars   
vae_MainPackage   
vae_projectManager   
vae_SpecificBoxes   
 

Uses of VAE_Patch_EditionPane in gesture_editor_GUI
 

Methods in gesture_editor_GUI that return VAE_Patch_EditionPane
 VAE_Patch_EditionPane VAE_Gesture_ObjectBox.getScript(boolean createIfNeeded)
           
 VAE_Patch_EditionPane VAE_GestureBox.getScript(boolean createIfNeede)
           
 

Uses of VAE_Patch_EditionPane in script_editor_GUI
 

Fields in script_editor_GUI declared as VAE_Patch_EditionPane
protected  VAE_Patch_EditionPane VAE_GenericBox.insideScript
           
 

Methods in script_editor_GUI that return VAE_Patch_EditionPane
 VAE_Patch_EditionPane VAE_GenericBox.getInsideScript()
           
 VAE_Patch_EditionPane VAE_Control_Panel.getScript()
           
abstract  VAE_Patch_EditionPane VAE_GenericBox.getScript(boolean createIfNeeded)
           
static VAE_Patch_EditionPane VAE_Patch_EditionPane.openNewScriptFrame()
           
static VAE_Patch_EditionPane VAE_Patch_EditionPane.openNewScriptFrame(java.lang.String name, boolean gesture)
           
 

Constructors in script_editor_GUI with parameters of type VAE_Patch_EditionPane
VAE_Control_Panel(VAE_Patch_EditionPane scr)
           
VAE_Control_Panel(VAE_Patch_EditionPane scr, boolean gesture)
           
VAE_Control_Panel(VAE_Patch_EditionPane scr, VAE_Graph_Manager manager)
           
 

Uses of VAE_Patch_EditionPane in toolBars
 

Fields in toolBars with type parameters of type VAE_Patch_EditionPane
protected  java.util.Vector<VAE_Patch_EditionPane> PatchSelectionToolBar.scriptList
           
 

Methods in toolBars with parameters of type VAE_Patch_EditionPane
 void PatchSelectionToolBar.addScriptWindow(VAE_Patch_EditionPane sif)
           
 void PatchSelectionToolBar.bringToFront(VAE_Patch_EditionPane sif)
           
 boolean PatchSelectionToolBar.containsScript(VAE_Patch_EditionPane sif)
           
 void PatchSelectionToolBar.removeScriptWindow(VAE_Patch_EditionPane sif)
           
 

Uses of VAE_Patch_EditionPane in vae_MainPackage
 

Methods in vae_MainPackage that return VAE_Patch_EditionPane
static VAE_Patch_EditionPane VAE_MainApplication.getScriptNamed(java.lang.String name)
           
 

Methods in vae_MainPackage with parameters of type VAE_Patch_EditionPane
 void VAE_MainApplication.addScriptWindow(VAE_Patch_EditionPane ji)
           
 void VAE_MainApplication.removeScriptWindow(VAE_Patch_EditionPane ji)
           
static void VAE_MainApplication.setActiveScriptWindows(VAE_Patch_EditionPane scripWindow)
           
 

Uses of VAE_Patch_EditionPane in vae_projectManager
 

Fields in vae_projectManager with type parameters of type VAE_Patch_EditionPane
(package private)  java.util.Vector<VAE_Patch_EditionPane> VAE_Project.allParentScript
           
 

Methods in vae_projectManager that return types with arguments of type VAE_Patch_EditionPane
 java.util.Vector<VAE_Patch_EditionPane> VAE_Project.getAllParentScript()
           
 

Methods in vae_projectManager with parameters of type VAE_Patch_EditionPane
 void VAE_Project.addScriptWindows(VAE_Patch_EditionPane script)
           
 

Uses of VAE_Patch_EditionPane in vae_SpecificBoxes
 

Methods in vae_SpecificBoxes that return VAE_Patch_EditionPane
 VAE_Patch_EditionPane VAE_TimerBox.getScript(boolean createIfNeede)
           
 VAE_Patch_EditionPane VAE_ObjectBox.getScript(boolean createIfNeeded)
           
 VAE_Patch_EditionPane VAE_MultiplexBox.getScript(boolean createIfNeede)
           
 VAE_Patch_EditionPane VAE_MotorBox.getScript(boolean createIfNeede)
           
 VAE_Patch_EditionPane VAE_MatrixBox.getScript(boolean createIfNeede)
           
 VAE_Patch_EditionPane VAE_IfBox.getScript(boolean createIfNeede)
           
 VAE_Patch_EditionPane VAE_FunctionBox.getScript(boolean createIfNeede)
           
 VAE_Patch_EditionPane VAE_CustomBox.getScript(boolean createIfNeeded)