| javax.media.j3d.BranchGroup org.jdesktop.j3dedit.scenegrapheditor.nodes.LoaderGroup
LoaderGroup | public LoaderGroup()(Code) | | Creates new LoaderGroup
|
getFilename | public String getFilename()(Code) | | Getter for property filename.
Value of property filename. |
sceneLoaded | public void sceneLoaded(int status, com.sun.j3d.loaders.Scene scene, int loaderID, java.io.File file, Exception loadException)(Code) | | Called when the scene load is complete
Parameters: status - Status of Load, either LOAD_COMPLETE or LOAD_FAILED Parameters: scene - The scene that was loaded Parameters: loaderID - The ID of the Loader used to load the scene Parameters: file - The file from which the scene was loaded Parameters: loadException - The exception (if any) thrown during the load |
Fields inherited from javax.media.j3d.BranchGroup | final public static int ALLOW_DETACH(Code)(Java Doc)
|
|
|