|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransformationSupport
Additional utilities, beyond PlasticClass, needed when transforming.
| Method Summary | |
|---|---|
void |
addEventHandler(String eventType,
int minContextValues,
String operationDescription,
ComponentEventHandler handler)
Adds an event handler. |
boolean |
isRootTransformation()
Returns true if the class being transformed is a root class: it does not inherit from another transformed class, but instead inherits from Object. |
Class |
toClass(String typeName)
|
| Method Detail |
|---|
Class toClass(String typeName)
typeName - Java type name (which may be a primitive type or array, or fully qualified class name)
boolean isRootTransformation()
void addEventHandler(String eventType,
int minContextValues,
String operationDescription,
ComponentEventHandler handler)
eventType - type of eventminContextValues - number of context values required to activate the handleroperationDescription - Used with OperationTracker when invoking the handlerhandler - code to execute when the event matches
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||