java.lang.Object
org.javahispano.canyamo.core.display.DisplayerManager
- public class DisplayerManager
- extends java.lang.Object
This class manages all displayers present in the system and it is
responsible to render the selected one
- Version:
|
Constructor Summary |
private |
DisplayerManager()
Constructor for the DisplayerManager object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static DisplayerManager instance
- Stores the Singleton of this class
displayers
private java.util.Map displayers
- Map storing all available displayers
DisplayerManager
private DisplayerManager()
- Constructor for the DisplayerManager object
getInstance
public static DisplayerManager getInstance()
- Devuelve el singleton que se mantiene de esta clase
- Since:
getDisplayer
public Displayer getDisplayer(java.lang.String key)
- Gets the displayer attribute of the DisplayerManager object
- Since:
renderView
public void renderView(java.lang.String key,
org.javahispano.canyamo.core.WorkData data)
throws java.io.IOException
- Gets the displayer attribute of the DisplayerManager object
- Since:
addDisplayer
public void addDisplayer(Displayer displayer)
- Description of the Method
- Since: