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 void
captureState()
List<String>
getCopyBuffer()
WindowListener
getWindowAdapter()
static CopyBuffer
instance()
void
notifyOfPaste(int index)
-
-
-
Method Detail
-
instance
public static CopyBuffer instance()
-
captureState
public void captureState()
-
notifyOfPaste
public void notifyOfPaste(int index)
-
getWindowAdapter
public WindowListener getWindowAdapter()
-
-