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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Represent the CopyIndicator using a cross shape.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 -