com.virtualweaver.xotics.datamodel
Class XoCustomizerInfos

java.lang.Object
  extended bycom.virtualweaver.xotics.datamodel.XoCustomizerInfos

public final class XoCustomizerInfos
extends java.lang.Object

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).

Version:
4.1

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

XoCustomizerInfos

public XoCustomizerInfos(java.lang.String label,
                         java.lang.Class custom)
Constructor

Parameters:
label - a label to identify a customizer in a graphical environment such as Xotics Editor
custom - a class of type java.beans.Customizer
Method Detail

getDisplayLabel

public java.lang.String getDisplayLabel()
Returns:
the display label

getCustomizerClass

public java.lang.Class getCustomizerClass()
Returns:
the Customizer class