| java.beans.PropertyDescriptor com.l2fprod.common.beans.ExtendedPropertyDescriptor
ExtendedPropertyDescriptor | public class ExtendedPropertyDescriptor extends PropertyDescriptor (Code) | | ExtendedPropertyDescriptor.
|
BY_CATEGORY_COMPARATOR | final public static Comparator BY_CATEGORY_COMPARATOR(Code) | | |
getCategory | public String getCategory()(Code) | | the category in which this property belongs |
getPropertyTableRendererClass | public Class getPropertyTableRendererClass()(Code) | | null or a custom TableCellRenderer-Class for this property |
setPropertyTableRendererClass | public void setPropertyTableRendererClass(Class tableCellRendererClass)(Code) | | You can associate a special tablecellrenderer with a particular
Property. If set to null default renderer will be used.
Parameters: tableCellRendererClass - |
|
|