Uses of Class
org.xj3d.core.loading.LoadDetails
Packages that use LoadDetails
-
Uses of LoadDetails in org.xj3d.core.loading
Fields in org.xj3d.core.loading with type parameters of type LoadDetailsModifier and TypeFieldDescriptionLoadRequest.loadDetailsListList of LoadDetails to be loaded for this URL.Methods in org.xj3d.core.loading with parameters of type LoadDetailsModifier and TypeMethodDescriptionvoidContentLoadQueue.add(String loadConstantsType, String[] url, LoadRequestHandler loadRequestHandler, LoadDetails loadDetails) Add the given load request onto the queue.voidContentLoadQueue.remove(String[] url, LoadDetails loadDetails) Remove the given item from the queue.Method parameters in org.xj3d.core.loading with type arguments of type LoadDetailsModifier and TypeMethodDescriptionvoidLoadRequestHandler.processLoadRequest(org.j3d.util.ErrorReporter reporter, String[] url, Vector<LoadDetails> loadList) Process this load request now. -
Uses of LoadDetails in org.xj3d.impl.core.loading
Method parameters in org.xj3d.impl.core.loading with type arguments of type LoadDetailsModifier and TypeMethodDescriptionvoidWorldLoadHandler.processLoadRequest(org.j3d.util.ErrorReporter reporter, String[] urls, Vector<LoadDetails> loadList)