|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.nstyle.handler.HandlerFactory
public class HandlerFactory
Factory which dispenses instances of
net.sourceforge.nite.nstyle.NDisplayObjectHandler
based on a supplied name.
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 |
---|
public HandlerFactory()
Method Detail |
---|
public static NDisplayObjectHandler getHandler(java.lang.String name)
NDisplayObjectHandler
of the correct type for
the supplied name.
name
- The name of the type of handler required.
NDisplayObjectHandler
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |