|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.gui.swing.cookswing.CreateComponentCreator
public class CreateComponentCreator
The cookSwing creator for general purpose <create-component>s. The create-method is invoked when the XML tag is opened and the finish-method when the tag is closed.
| Field Summary | |
|---|---|
protected static String |
CREATE_METHOD
The XML attribute name for the create method. |
protected static String |
FINISH_METHOD
The XML attribute name for the finish method. |
| Constructor Summary | |
|---|---|
CreateComponentCreator()
|
|
| Method Summary | |
|---|---|
Object |
create(String parentNS,
String parentTag,
Element elm,
Object parentObj,
cookxml.core.DecodeEngine decodeEngine)
|
Object |
editFinished(String parentNS,
String parentTag,
Element elm,
Object parentObj,
Object obj,
cookxml.core.DecodeEngine decodeEngine)
|
protected Object |
invokeMethod(Object form,
String methodName,
Object... parameters)
Invoke a potentially private method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String CREATE_METHOD
protected static final String FINISH_METHOD
| Constructor Detail |
|---|
public CreateComponentCreator()
| Method Detail |
|---|
public Object create(String parentNS,
String parentTag,
Element elm,
Object parentObj,
cookxml.core.DecodeEngine decodeEngine)
throws cookxml.core.exception.CreatorException
create in interface cookxml.core.interfaces.Creatorcookxml.core.exception.CreatorException
public Object editFinished(String parentNS,
String parentTag,
Element elm,
Object parentObj,
Object obj,
cookxml.core.DecodeEngine decodeEngine)
throws cookxml.core.exception.CookXmlException
editFinished in interface cookxml.core.interfaces.Creatorcookxml.core.exception.CookXmlException
protected Object invokeMethod(Object form,
String methodName,
Object... parameters)
form - the form objectmethodName - the method nameparameters - optional parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||