Uses of Class
camera3d.GUIControl

Packages that use GUIControl
camera3d   
camera3d.action   
camera3d.gui   
 

Uses of GUIControl in camera3d
 

Methods in camera3d that return GUIControl
 GUIControl VcApplication.getGUIControl()
          Returns the GUIControl object responsible for processing users requests.
 

Methods in camera3d with parameters of type GUIControl
 void Viewport.setGUIControl(GUIControl guiControl)
           
 void XMLConverter.write(java.lang.String filename, GUIControl guiControl)
          Creates a new Document based on scene graph information and outputs it to a file.
 void XMLConverter.load(java.lang.String filename, GUIControl guiControl)
          Loads the content of a file into the scene graph and configures graphical components.
 

Uses of GUIControl in camera3d.action
 

Methods in camera3d.action that return GUIControl
 GUIControl ActionExecutor.getGUIControl()
           
 

Constructors in camera3d.action with parameters of type GUIControl
ActionExecutor(ActionQueue queue, ActionQueue outputQueue, J3DBase base, GUIControl guiControl)
          Creates ActionExecutor, given ActionQueues, GUIControl and J3DBase objects to act upon.
 

Uses of GUIControl in camera3d.gui
 

Methods in camera3d.gui with parameters of type GUIControl
 void VcFrame.setGUIControl(GUIControl guiControl)
          Sets the GUIControl for this object.
 void ViewportCombo.setGUIControl(GUIControl guiControl)
          Sets GUIControl that will receive requests from this object.
 ViewportsEventHandler ViewportsEventHandler.getViewportEventsHandler(GUIControl guiControl)
          Desperate singleton
 

Constructors in camera3d.gui with parameters of type GUIControl
ViewportCombo(VcView view, GUIControl guiControl)
           
ViewportsEventHandler(GUIControl guiControl)
           
ViewportWindowManager(javax.swing.JDesktopPane desktop, J3DBase base, GUIControl guiControl)
           
ViewportWindowManager(javax.swing.JDesktopPane desktop, J3DBase base, GUIControl guiControl, SelectionList list)
           
 



Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.