org.freeplane.plugin.script.proxy.Proxy.Icons.addIcon(String)
|
org.freeplane.plugin.script.proxy.Proxy.ControllerRO.find(ICondition)
|
org.freeplane.plugin.script.proxy.Proxy.NodeRO.find(ICondition)
|
org.freeplane.plugin.script.proxy.Proxy.AttributesRO.findAttribute(String)
|
org.freeplane.plugin.script.proxy.Proxy.LinkRO.get()
|
org.freeplane.plugin.script.proxy.Proxy.AttributesRO.get(String)
|
org.freeplane.plugin.script.proxy.Proxy.AttributesRO.getAttributeNames()
since 1.2 use #getNames() instead.
|
org.freeplane.plugin.script.proxy.Proxy.ConnectorRO.getEndArrow()
|
org.freeplane.plugin.script.proxy.Proxy.NodeRO.getNodeID()
since 1.2 - use Node.getId() instead.
|
org.freeplane.plugin.script.proxy.Proxy.NodeStyleRO.getNodeTextColor()
|
org.freeplane.plugin.script.proxy.Proxy.NodeRO.getParentNode()
|
org.freeplane.plugin.script.proxy.Proxy.NodeRO.getPlainTextContent()
since 1.2 - use getPlainText() or getTo().getPlain() instead.
|
org.freeplane.plugin.script.proxy.Proxy.MapRO.getRootNode()
|
org.freeplane.plugin.script.proxy.Proxy.ConnectorRO.getStartArrow()
|
org.freeplane.plugin.script.proxy.Proxy.ExternalObjectRO.getURI()
|
org.freeplane.plugin.script.proxy.Proxy.Attributes.remove(String)
|
org.freeplane.plugin.script.proxy.Proxy.Icons.removeIcon(String)
|
org.freeplane.plugin.script.proxy.Proxy.Link.set(String)
|
org.freeplane.plugin.script.proxy.Proxy.Connector.setEndArrow(ArrowType)
|
org.freeplane.plugin.script.proxy.Proxy.NodeStyle.setNodeTextColor(Color)
|
org.freeplane.plugin.script.proxy.Proxy.Node.setNoteText(String)
|
org.freeplane.plugin.script.proxy.Proxy.Connector.setStartArrow(ArrowType)
|
org.freeplane.plugin.script.proxy.Proxy.Controller.setStatusInfo(String, Icon)
|
org.freeplane.plugin.script.proxy.Proxy.ExternalObject.setURI(String)
|