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.loadDetailsList
List of LoadDetails to be loaded for this URL.Methods in org.xj3d.core.loading with parameters of type LoadDetailsModifier and TypeMethodDescriptionvoid
ContentLoadQueue.add
(String loadConstantsType, String[] url, LoadRequestHandler loadRequestHandler, LoadDetails loadDetails) Add the given load request onto the queue.void
ContentLoadQueue.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 TypeMethodDescriptionvoid
LoadRequestHandler.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 TypeMethodDescriptionvoid
WorldLoadHandler.processLoadRequest
(org.j3d.util.ErrorReporter reporter, String[] urls, Vector<LoadDetails> loadList)