| java.lang.Object org.jdesktop.j3dedit.editormodules.AbstractEditorModule org.jdesktop.j3dedit.editormodules.J3dFlyEditorModule
J3dFlyEditorModule | public class J3dFlyEditorModule extends AbstractEditorModule (Code) | | This module is a special module and does not follow the normal module
rules. For example the module even when not active is used by other
modules to display the universe.
author: paulby version: $Id: J3dFlyEditorModule.java,v 1.1 2005/04/20 22:20:30 paulby Exp $ |
J3dFlyEditorModule | protected J3dFlyEditorModule()(Code) | | |
getModuleName | public String getModuleName()(Code) | | Return the name of the module.
The name will be used in the mode button for selecting this
module
|
setActive | public void setActive(boolean active)(Code) | | Activate/Deactive this module.
When a module is activated this method will create, display and
arrange all the windows.
When deactived the windows are hidden and possibly destroyed
|
setBounds | public void setBounds(int x, int y, int width, int height)(Code) | | Set the bounds of the window
|
setVisible | public void setVisible(boolean visible)(Code) | | Set the visible propert of the J3dFly window
|
|
|