Uses of Class
de.jreality.plugin.basic.Content

Packages that use Content
de.jreality.plugin   
de.jreality.plugin.content   
 

Uses of Content in de.jreality.plugin
 

Fields in de.jreality.plugin with type parameters of type Content
static Class<? extends Content> JRViewerUtility.defaultContentClass
           
 

Methods in de.jreality.plugin that return Content
static Content JRViewerUtility.getContentPlugin(Controller c)
          Returns a Content instance if there is one registered
 

Methods in de.jreality.plugin with parameters of type Content
 void JRViewer.registerCustomContent(Content contentPlugin)
          Registers a custom Content plug-in which is an implementation of the abstract class Content
 

Uses of Content in de.jreality.plugin.content
 

Methods in de.jreality.plugin.content with parameters of type Content
 void ContentLoader.install(View view, Content content)