eu.keep.uphec.mainwindow.menubar.renderfile
Class ContentGenerated
Object
ContentGenerated
public class ContentGenerated
- extends Object
The ContentGenerated class produces for a given digital object
the list of formats, for each of these formats a list of pathways,
for each of these pathways a list of emulator packages and for each
of these emulator packages a list of software applications
- Author:
- Antonio Ciuffreda
|
Constructor Summary |
ContentGenerated(javax.swing.JFrame window,
CoreEngineModel model,
File selected_file)
|
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentGenerated
public ContentGenerated(javax.swing.JFrame window,
CoreEngineModel model,
File selected_file)
getFormatList
public List<Format> getFormatList()
getPathwayList
public List<Pathway> getPathwayList(int x)
getEmulatorsList
public List<EmulatorPackage> getEmulatorsList(int x,
int z)
throws IOException
- Throws:
IOException
getSoftwareListForEmulator
public List<SoftwarePackage> getSoftwareListForEmulator(int x,
int z,
int y)
throws IOException
- Throws:
IOException