|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.gui.JaxoClipboard
public class JaxoClipboard
A Clipboard for JaxoGraphs.
Constructor Summary | |
---|---|
JaxoClipboard(Component parent)
Constructor. |
Method Summary | |
---|---|
protected boolean |
canPasteGraphFromSystemClipboard()
Check if the system clipboard contains a JaxoGraph. |
protected JaxoGraph |
getSystemClipboardGraph()
Graph on the system clipboard. |
protected void |
putToSystemClipboard(JaxoGraph g)
Make 'g' the contents of the system clipboard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoClipboard(Component parent)
parent
- the parent component. Not null.Method Detail |
---|
protected boolean canPasteGraphFromSystemClipboard()
protected JaxoGraph getSystemClipboardGraph()
protected void putToSystemClipboard(JaxoGraph g)
g
- the graph to put on the clipboard.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |