public class DetailsPanelController extends Object
Constructor and Description |
---|
DetailsPanelController(MainController parentController)
Instantiates a new DetailsPanelControler.
|
Modifier and Type | Method and Description |
---|---|
JComponent |
renderDetails(de.unirostock.sems.cbarchive.ArchiveEntry entry)
Render the details of an entry.
|
JComponent |
renderDetails(Collection<de.unirostock.sems.cbarchive.ArchiveEntry> entries)
Render details of a collection of archive entries.
|
public DetailsPanelController(MainController parentController)
parentController
- the parent controllerpublic JComponent renderDetails(Collection<de.unirostock.sems.cbarchive.ArchiveEntry> entries)
entries
- the archive entriespublic JComponent renderDetails(de.unirostock.sems.cbarchive.ArchiveEntry entry)
entry
- the archive entryCopyright © 2014. All rights reserved.