VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.dweezil.gui.ReloadInternalFrame

Packages that use ReloadInternalFrame
uk.ac.reload.dweezil.gui   
uk.ac.reload.dweezil.menu   
uk.ac.reload.editor   
uk.ac.reload.editor.contentpackaging   
uk.ac.reload.editor.menu   
uk.ac.reload.editor.metadata   
uk.ac.reload.editor.schemaviewer   
uk.ac.reload.editor.vocabulary   
uk.ac.reload.ldeditor   
uk.ac.reload.ldeditor.menu   
 

Uses of ReloadInternalFrame in uk.ac.reload.dweezil.gui
 

Methods in uk.ac.reload.dweezil.gui that return ReloadInternalFrame
static ReloadInternalFrame ReloadInternalFrameManager.getReloadInternalFrame(java.io.File file)
          See if we have the Window open already
 

Methods in uk.ac.reload.dweezil.gui with parameters of type ReloadInternalFrame
 void ReloadInternalFrameManager.addInternalFrame(ReloadInternalFrame frame)
          Add a new ReloadInternalFrame
 void ReloadInternalFrameManager.removeInternalFrame(ReloadInternalFrame frame)
          Remove an existing ReloadInternalFrame and select the Previous one
static void ReloadInternalFrameManager.addReloadInternalFrameToWindowMap(java.io.File file, ReloadInternalFrame frame)
          Add a Frame to the Window map
 

Uses of ReloadInternalFrame in uk.ac.reload.dweezil.menu
 

Constructors in uk.ac.reload.dweezil.menu with parameters of type ReloadInternalFrame
MenuAction_InternalWindow(ReloadInternalFrame frame)
          Default Constructor
 

Uses of ReloadInternalFrame in uk.ac.reload.editor
 

Methods in uk.ac.reload.editor that return ReloadInternalFrame
 ReloadInternalFrame ReloadEditor.getFocussedInternalFrame()
          Gets the frame that is currently in focus
 

Methods in uk.ac.reload.editor with parameters of type ReloadInternalFrame
protected static void ReloadEditorDocumentHandler.launchEditor(ReloadInternalFrame editorWindow)
          Launch and Show an Editor Window later in the Event queue
 void ReloadEditor.addInternalFrame(ReloadInternalFrame frame)
          Add a new ReloadInternalFrame
 void ReloadEditor.removeInternalFrame(ReloadInternalFrame frame)
          Remove a new ReloadInternalFrame
 

Uses of ReloadInternalFrame in uk.ac.reload.editor.contentpackaging
 

Subclasses of ReloadInternalFrame in uk.ac.reload.editor.contentpackaging
 class ContentPackageEditor
          The Content Package Editor Frame
 class SCORM1_2PackageEditor
          The SCORM Content Package Editor Frame
 

Uses of ReloadInternalFrame in uk.ac.reload.editor.menu
 

Methods in uk.ac.reload.editor.menu with parameters of type ReloadInternalFrame
 void MainMenu.addInternalFrame(ReloadInternalFrame frame)
          Add an Internal Frame Window to the "Window" Menu Item.
 void MainMenu.removeInternalFrame(ReloadInternalFrame frame)
          Remove an Internal Frame Window from the "Window" Menu Item.
 

Uses of ReloadInternalFrame in uk.ac.reload.editor.metadata
 

Subclasses of ReloadInternalFrame in uk.ac.reload.editor.metadata
 class MetadataEditorFrame
          The Metadata Editor Frame
 

Uses of ReloadInternalFrame in uk.ac.reload.editor.schemaviewer
 

Subclasses of ReloadInternalFrame in uk.ac.reload.editor.schemaviewer
 class SchemaWindow
          A Viewer Frame that will display the information associated with a ReloadSchemaElement and its Attributes.
 

Uses of ReloadInternalFrame in uk.ac.reload.editor.vocabulary
 

Subclasses of ReloadInternalFrame in uk.ac.reload.editor.vocabulary
 class VocabularyEditorFrame
          The Vocabulary Editor Frame
 

Uses of ReloadInternalFrame in uk.ac.reload.ldeditor
 

Methods in uk.ac.reload.ldeditor with parameters of type ReloadInternalFrame
 void LDEditor.addInternalFrame(ReloadInternalFrame frame)
          Add a new ReloadInternalFrame
 void LDEditor.removeInternalFrame(ReloadInternalFrame frame)
          Remove a new ReloadInternalFrame
 

Uses of ReloadInternalFrame in uk.ac.reload.ldeditor.menu
 

Methods in uk.ac.reload.ldeditor.menu with parameters of type ReloadInternalFrame
 void MainMenu.addInternalFrame(ReloadInternalFrame frame)
          Add an Internal Frame Window to the "Window" Menu Item.
 void MainMenu.removeInternalFrame(ReloadInternalFrame frame)
          Remove an Internal Frame Window from the "Window" Menu Item.
 


VdexReload 1.1.3 API