|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtualweaver.xotics.datamodel.XoCustomizerInfos
This class is used to associate a java.beans.Customizer
object with a label (displayed in Xotics Editor).
Such object is returned by the method XoRegistry.getCustomizers(XoObject)
.
Constructor Summary | |
XoCustomizerInfos(java.lang.String label,
java.lang.Class custom)
Constructor |
Method Summary | |
java.lang.Class |
getCustomizerClass()
|
java.lang.String |
getDisplayLabel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XoCustomizerInfos(java.lang.String label, java.lang.Class custom)
label
- a label to identify a customizer in a graphical environment such as Xotics Editorcustom
- a class of type java.beans.Customizer
Method Detail |
public java.lang.String getDisplayLabel()
public java.lang.Class getCustomizerClass()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |