Package uk.ac.starlink.topcat
Interface CheckBoxStack.Annotator
-
- Enclosing class:
- CheckBoxStack<T>
public static interface CheckBoxStack.AnnotatorDefines how to get annotations for check box items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ComponentcreateAnnotation(java.lang.Object item)Returns a new annotation for the given item.
-