net.sourceforge.nite.nstyle.handler
Class HandlerFactory

java.lang.Object
  extended by net.sourceforge.nite.nstyle.handler.HandlerFactory

public class HandlerFactory
extends java.lang.Object

Factory which dispenses instances of net.sourceforge.nite.nstyle.NDisplayObjectHandler based on a supplied name.

Author:
Judy Robertson

Constructor Summary
HandlerFactory()
           
 
Method Summary
static NDisplayObjectHandler getHandler(java.lang.String name)
          Return a NDisplayObjectHandler of the correct type for the supplied name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerFactory

public HandlerFactory()
Method Detail

getHandler

public static NDisplayObjectHandler getHandler(java.lang.String name)
Return a NDisplayObjectHandler of the correct type for the supplied name.

Parameters:
name - The name of the type of handler required.
Returns:
An appropriate NDisplayObjectHandler.