|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--planetj.dataengine.display.AbstractAction
|
+--planetj.dataengine.display.ReflectAction
|
+--planetj.dataengine.display.ReflectRowCollectionAction
Uses java reflection to perform an action on a RowCollection.
| Field Summary |
| Fields inherited from class planetj.dataengine.display.AbstractAction |
DEFAULT_TYPE |
| Fields inherited from interface planetj.dataengine.display.IRowCollectionAction |
TYPE |
| Constructor Summary | |
ReflectRowCollectionAction(Class c,
String methodName)
ReflectRowAction constructor comment. |
|
ReflectRowCollectionAction(Class c,
String methodName,
Class[] parameterTypes)
ReflectRowAction constructor comment. |
|
ReflectRowCollectionAction(String methodName)
ReflectRowAction constructor comment. |
|
ReflectRowCollectionAction(String methodName,
Class[] parameterTypes)
ReflectRowAction constructor comment. |
|
| Method Summary | |
String |
getType()
Subclasses may override if necessary. |
| Methods inherited from class planetj.dataengine.display.ReflectAction |
getMethodClass, getMethodName, getParameterTypes, handleAction, handleAction, setMethodClass, setMethodName, setParameterTypes |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReflectRowCollectionAction(Class c,
String methodName)
c - java.lang.ClassmethodName - java.lang.String
public ReflectRowCollectionAction(Class c,
String methodName,
Class[] parameterTypes)
c - java.lang.ClassmethodName - java.lang.StringparameterTypes - java.lang.Class[]public ReflectRowCollectionAction(String methodName)
methodName - java.lang.String
public ReflectRowCollectionAction(String methodName,
Class[] parameterTypes)
methodName - java.lang.StringparameterTypes - java.lang.Class[]| Method Detail |
public String getType()
getType in class AbstractAction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||