Class ObjectProperties
java.lang.Object
de.bsvrz.sys.funclib.kappich.properties.ObjectProperties
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addClassHook
(Class<?> source, Class<? extends PropertyModule> propertyHandler) static Map<String,
ObjectPropertyCategory> static Map<String,
ObjectPropertyCategory> getObjectProperties
(List<?> objects) static String
getPropertyText
(List<?> selectedItems) static ObjectPropertyCategory
merge
(String name, Collection<ObjectPropertyCategory> objectPropertyCategories) static String
objectToString
(PropertyName propertyName, Object o) static String
-
Field Details
-
FORMAT
- See Also:
-
-
Constructor Details
-
ObjectProperties
public ObjectProperties()
-
-
Method Details
-
addClassHook
-
getPropertyText
-
objectToString
-
objectToString
-
getObjectProperties
-
getObjectProperties
-
merge
public static ObjectPropertyCategory merge(String name, Collection<ObjectPropertyCategory> objectPropertyCategories)
-