Package org.jjazz.itemrenderer.api
Interface IR_Copiable
- All Known Implementing Classes:
IR_AnnotationText
,IR_Section
public interface IR_Copiable
ItemRenderers which can handle the copy mode implement this interface.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Represent the CopyIndicator using a cross shape. -
Method Summary
Modifier and TypeMethodDescriptionvoid
showCopyMode
(boolean b) If true, ItemRenderer should represent the copy mode, possibly using the provided CopyIndicator.
-
Method Details
-
showCopyMode
void showCopyMode(boolean b) If true, ItemRenderer should represent the copy mode, possibly using the provided CopyIndicator.- Parameters:
b
-
-