Interface CheckBoxStack.Annotator
- Enclosing class:
CheckBoxStack<T>
public static interface CheckBoxStack.Annotator
Defines how to get annotations for check box items.
- Author:
- Mark Taylor (Starlink)
-
Method Summary
Modifier and TypeMethodDescriptioncreateAnnotation(Object item) Returns a new annotation for the given item.
-
Method Details
-
createAnnotation
-