VdexReload 1.1.3 API

uk.ac.reload.editor.contentpackaging
Class ContentPackageViewer

java.lang.Object
  extended byuk.ac.reload.editor.contentpackaging.ContentPackageViewer

public class ContentPackageViewer
extends java.lang.Object

The Content Package Editor Viewer


Field Summary
protected  ContentPackage _contentPackage
          The Content Package to Display
 
Constructor Summary
ContentPackageViewer(ContentPackage cp)
          Constructor
 
Method Summary
protected  java.io.File createNavPage()
          Generate an HTML Navigation Frame page
 void launch()
          Launch the Package in the Browser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_contentPackage

protected ContentPackage _contentPackage
The Content Package to Display

Constructor Detail

ContentPackageViewer

public ContentPackageViewer(ContentPackage cp)
Constructor

Method Detail

launch

public void launch()
Launch the Package in the Browser


createNavPage

protected java.io.File createNavPage()
Generate an HTML Navigation Frame page

Returns:
the created File

VdexReload 1.1.3 API