Interface IR_Copiable
public interface IR_Copiable
ItemRenderers which can handle the copy mode implement this interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classRepresent the CopyIndicator using a cross shape. -
Method Summary
Modifier and TypeMethodDescriptionvoidshowCopyMode(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-
-