|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaxfront.core.xui.PluginBean
public class PluginBean
Holds all necessary information to create a Java Bean trough the java reflection API. Defining a PluginBean gives a type its own look & feel instead of the default rendering.
Constructor Summary | |
---|---|
PluginBean(java.lang.String className,
MethodParameter[] methodParameters)
Creates a Plugin Bean based on a className, method parameters and actions to fire. |
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.Class[] |
getParameterClasses()
Returns an array of parameter classes. |
java.lang.Object[] |
getParameters()
|
java.lang.Object[] |
getParameters(Type type)
Returns the objects to pass to the constructor of this plugin. |
java.lang.Class |
getPluginClass()
Returns the class of the plugin or null if the class was not found. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginBean(java.lang.String className, MethodParameter[] methodParameters)
Method Detail |
---|
public java.lang.Class[] getParameterClasses()
public java.lang.Object[] getParameters()
public java.lang.Object[] getParameters(Type type)
public java.lang.Class getPluginClass()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |