| java.lang.Object org.jdesktop.j3dedit.editormodules.AbstractEditorModule org.jdesktop.j3dedit.editormodules.SceneGraphEditorModule
getModuleName | public String getModuleName()(Code) | | Return the name of the module.
The name will be used in the mode button for selecting this
module
|
populateMenuBar | public void populateMenuBar(javax.swing.JMenuBar menuBar)(Code) | | Called when the module is added to the editor. The module should
add any menu items it requires to the menus in the menu bar.
|
prepareToSave | public void prepareToSave()(Code) | | Make preperations to save a project
The scenegraph will not be live when this method is called
|
saveComplete | public void saveComplete()(Code) | | Save operation is complete, return system to runtime state
|
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
|
|
|