|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--de.jface.mrj.HandlersFactory
HandlersFactory.java
| Constructor Summary | |
HandlersFactory()
|
|
| Method Summary | |
static void |
registerMRJHandlers(java.lang.String mrjHandlersClassName,
java.lang.Object controller)
This method creates a new MRJHandler instance, by dynamically instantiating it using the given class name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HandlersFactory()
| Method Detail |
public static void registerMRJHandlers(java.lang.String mrjHandlersClassName,
java.lang.Object controller)
throws java.lang.ClassCastException,
java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
mrjHandlersClassName - the name of the mrj handlers class.controller - the controller of this application.java.lang.ClassCastException - if the given class name is not of type
Handlers.java.lang.ClassNotFoundException - if the class of the given name
could not be found.java.lang.IllegalAccessException - if the class could not be accessed.java.lang.InstantiationException - if the class could not be instantiated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||