|
||||||||||
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(java.lang.String eventType,
int minContextValues,
java.lang.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. |
java.lang.Class |
toClass(java.lang.String typeName)
|
Method Detail |
---|
java.lang.Class toClass(java.lang.String typeName)
typeName
- Java type name (which may be a primitive type or array, or fully qualified class name)
boolean isRootTransformation()
void addEventHandler(java.lang.String eventType, int minContextValues, java.lang.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 |