Package editor

Class CopyBuffer


  • public class CopyBuffer
    extends java.lang.Object
    Provides a simple copy buffer.
    • Field Detail

      • _buffer

        java.util.List<java.lang.String> _buffer
      • INSTANCE

        private static final CopyBuffer INSTANCE
      • _adapter

        private java.awt.event.WindowListener _adapter
    • Constructor Detail

      • CopyBuffer

        CopyBuffer()
    • Method Detail

      • captureState

        public void captureState()
      • addToCopyBuffer

        void addToCopyBuffer​(java.awt.datatransfer.Transferable contents)
      • getCopyBuffer

        public java.util.List<java.lang.String> getCopyBuffer()
      • notifyOfPaste

        public void notifyOfPaste​(int index)
      • getWindowAdapter

        public java.awt.event.WindowListener getWindowAdapter()