Package editor
Class CopyBuffer
- java.lang.Object
-
- editor.CopyBuffer
-
public class CopyBuffer extends Object
Provides a simple copy buffer.- Author:
- cgross
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcaptureState()List<String>getCopyBuffer()WindowListenergetWindowAdapter()static CopyBufferinstance()voidnotifyOfPaste(int index)
-
-
-
Method Detail
-
instance
public static CopyBuffer instance()
-
captureState
public void captureState()
-
notifyOfPaste
public void notifyOfPaste(int index)
-
getWindowAdapter
public WindowListener getWindowAdapter()
-
-