Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.core.display
Class DisplayerManager  view DisplayerManager download DisplayerManager.java

java.lang.Object
  extended byorg.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:

Field Summary
private  java.util.Map displayers
          Map storing all available displayers
private static DisplayerManager instance
          Stores the Singleton of this class
 
Constructor Summary
private DisplayerManager()
          Constructor for the DisplayerManager object
 
Method Summary
 void addDisplayer(Displayer displayer)
          Description of the Method
 Displayer getDisplayer(java.lang.String key)
          Gets the displayer attribute of the DisplayerManager object
static DisplayerManager getInstance()
          Devuelve el singleton que se mantiene de esta clase
 void renderView(java.lang.String key, org.javahispano.canyamo.core.WorkData data)
          Gets the displayer attribute of the DisplayerManager object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static DisplayerManager instance
Stores the Singleton of this class


displayers

private java.util.Map displayers
Map storing all available displayers

Constructor Detail

DisplayerManager

private DisplayerManager()
Constructor for the DisplayerManager object

Method Detail

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: