|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.awt.datatransfer.Transferable |
copy()
|
java.awt.datatransfer.Transferable |
copy(java.util.List selectedNodes,
java.lang.String inPlainText)
|
java.awt.datatransfer.Transferable |
copy(MindMapNode node)
|
java.awt.datatransfer.Transferable |
copySingle()
|
java.awt.datatransfer.Transferable |
cut(MindMapNode node)
|
void |
destroy()
Destroy everything you have created upon opening. |
java.lang.String |
getAsPlainText(java.util.List mindMapNodes)
|
java.lang.String |
getAsRTF(java.util.List mindMapNodes)
|
java.awt.Color |
getBackgroundColor()
|
java.io.File |
getFile()
Returns the file name of the map edited or null if not possible. |
MindMapLinkRegistry |
getLinkRegistry()
|
java.lang.Object[] |
getPathToRoot(javax.swing.tree.TreeNode node)
|
java.lang.String |
getRestoreable()
Returns a string that may be given to the modes restore() to get this map again. |
java.net.URL |
getURL()
Return URL of the map (whether as local file or a web location) |
void |
getXml(java.io.Writer fileout)
writes the content of the map to a writer. |
void |
insertNodeInto(MindMapNode newChild,
MindMapNode parent,
int index)
|
boolean |
isReadOnly()
|
void |
nodeChanged(javax.swing.tree.TreeNode node)
|
void |
setBackgroundColor(java.awt.Color color)
|
Methods inherited from interface javax.swing.tree.TreeModel |
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
Method Detail |
public void nodeChanged(javax.swing.tree.TreeNode node)
public java.awt.datatransfer.Transferable cut(MindMapNode node)
public java.awt.datatransfer.Transferable copy(MindMapNode node)
public java.awt.datatransfer.Transferable copy()
public java.awt.datatransfer.Transferable copySingle()
public java.awt.datatransfer.Transferable copy(java.util.List selectedNodes, java.lang.String inPlainText)
selectedNodes
- inPlainText
- typically this is null. AN alternative is node.toString(); if there is only one node.
public java.lang.String getAsPlainText(java.util.List mindMapNodes)
public java.lang.String getAsRTF(java.util.List mindMapNodes)
public void insertNodeInto(MindMapNode newChild, MindMapNode parent, int index)
public java.io.File getFile()
public java.net.URL getURL() throws java.net.MalformedURLException
java.net.MalformedURLException
public void getXml(java.io.Writer fileout) throws java.io.IOException
fileout
-
java.io.IOException
public java.lang.String getRestoreable()
public java.lang.Object[] getPathToRoot(javax.swing.tree.TreeNode node)
public java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color color)
public MindMapLinkRegistry getLinkRegistry()
public void destroy()
public boolean isReadOnly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |