Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accessingNetwork() - Method in interface org.freeplane.api.Script
With permission to open network connections.
actionPerformed(ActionEvent) - Method in class org.freeplane.core.ui.components.UITools.InsertEolAction
 
add(boolean, String, String, boolean) - Method in interface org.freeplane.api.ConditionalStyles
Adds a conditional style to the end of the table
add(double, U) - Method in class org.freeplane.api.Quantity
 
add(String) - Method in interface org.freeplane.api.Icons
adds an icon to a node if an icon for the given key can be found.
add(String, Object) - Method in interface org.freeplane.api.Attributes
adds an attribute no matter if an attribute with the given name already exists.
add(String, Object, String) - Method in interface org.freeplane.api.Attributes
adds an attribute with formatting pattern no matter if an attribute with the given name already exists.
add(ConditionalStyleRO) - Method in interface org.freeplane.api.ConditionalStyles
Adds a copy of conditionalStyle to the end of the table.
add(Quantity<U>) - Method in class org.freeplane.api.Quantity
 
addAll(Collection<String>) - Method in interface org.freeplane.api.Icons
 
addAll(IconsRO) - Method in interface org.freeplane.api.Icons
 
addConnectorTo(String) - Method in interface org.freeplane.api.Node
as above, using String targetNodeId instead of Node object to establish the connector.
addConnectorTo(Node) - Method in interface org.freeplane.api.Node
adds a new Connector to the given target node and returns the new connector for optional further editing (style); also enlists the Connector on the target Node object.
addEscapeActionToDialog(JDialog) - Static method in class org.freeplane.core.ui.components.UITools
 
addEscapeActionToDialog(JDialog, Action) - Static method in class org.freeplane.core.ui.components.UITools
 
addIcon(String) - Method in interface org.freeplane.api.Icons
Deprecated.
since 1.2 - use Icons.add(String) instead.
addKeyActionToDialog(JDialog, Action, String, String) - Static method in class org.freeplane.core.ui.components.UITools
 
addListener(NodeChangeListener) - Method in interface org.freeplane.api.MindMap
 
addScrollbarIncrementPropertyListener(JScrollPane) - Static method in class org.freeplane.core.ui.components.UITools
 
addTitledBorder(JComponent, String, float) - Static method in class org.freeplane.core.ui.components.UITools
 
AFTER_PARENT - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
allAt(String) - Method in interface org.freeplane.api.NodeRO
Returns a list of all nodes matching given path.
appendAsCloneWithoutSubtree(NodeRO) - Method in interface org.freeplane.api.Node
inserts the node as a clone of toBeCloned without its current and/or future subtree.
appendAsCloneWithSubtree(NodeRO) - Method in interface org.freeplane.api.Node
inserts the node as a clone of toBeCloned including its current and/or future subtree.
appendBranch(NodeRO) - Method in interface org.freeplane.api.Node
inserts a copy of the branch starting with node as a new child branch.
appendChild(NodeRO) - Method in interface org.freeplane.api.Node
inserts a copy of node as a new child.
appendTextOutlineAsBranch(String) - Method in interface org.freeplane.api.Node
 
AS_PARENT - Enum constant in enum class org.freeplane.api.NodeShape
 
asBoolean() - Method in interface org.freeplane.api.Convertible
For implicit conversion to boolean: true if the text is not empty.
asBoolean() - Method in class org.freeplane.plugin.script.proxy.Convertible
For implicit conversion to boolean: true if the text is not empty.
assertNonNegative() - Method in class org.freeplane.api.Quantity
 
assertNonNegativeOrNull(Quantity<U>) - Static method in class org.freeplane.api.Quantity
 
at(String) - Method in interface org.freeplane.api.NodeRO
Returns a single node located by path given as a string argument.
ATTRIBUTE - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
AttributeCondition - Interface in org.freeplane.api
 
Attributes - Interface in org.freeplane.api
Node's attribute table: node.attributes - read-write.
AttributesRO - Interface in org.freeplane.api
Node's attribute table: node.attributes - read-only.
AttributeValueSerializer - Interface in org.freeplane.api
 
AUTO - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
AUTO - Enum constant in enum class org.freeplane.api.ChildrenSides
 
AUTO - Enum constant in enum class org.freeplane.api.LayoutOrientation
 
AUTO_AFTERPARENT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
AUTO_BEFOREPARENT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
AUTO_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
AUTO_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
AUTO_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
AUTO_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 

B

backOtherWindows() - Static method in class org.freeplane.core.ui.components.UITools
 
BEFORE_PARENT - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
Border - Interface in org.freeplane.api
Border to parent node: node.style.border - read-write.
BorderRO - Interface in org.freeplane.api
Border to parent node: node.style.border - read-only.
BOTH_SIDES - Enum constant in enum class org.freeplane.api.ChildrenSides
 
BOTTOM_OR_RIGHT - Enum constant in enum class org.freeplane.api.ChildrenSides
 
BOTTOM_OR_RIGHT - Enum constant in enum class org.freeplane.api.Side
 
BUBBLE - Enum constant in enum class org.freeplane.api.NodeShape
 
BY_CENTER - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 

C

c() - Static method in class org.freeplane.plugin.script.proxy.ScriptUtils
a substitute for the binding variable 'c' in utility scripts.
capitalize(String) - Static method in class org.freeplane.core.util.TextUtils
 
CENTER - Enum constant in enum class org.freeplane.api.HorizontalTextAlignment
 
centerOnNode(Node) - Method in interface org.freeplane.api.Controller
 
check(String, Object) - Method in interface org.freeplane.api.AttributeCondition
 
check(NodeRO) - Method in interface org.freeplane.api.NodeCondition
 
childNodesAlignment() - Method in enum class org.freeplane.api.ChildNodesLayout
 
ChildNodesAlignment - Enum Class in org.freeplane.api
 
ChildNodesLayout - Enum Class in org.freeplane.api
 
childrenSides() - Method in enum class org.freeplane.api.ChildNodesLayout
 
ChildrenSides - Enum Class in org.freeplane.api
 
clear() - Method in interface org.freeplane.api.Attributes
removes all attributes.
clear() - Method in interface org.freeplane.api.Icons
removes all icons.
close(boolean, boolean) - Method in interface org.freeplane.api.MindMap
closes a map.
CLOSE_DOTS - Enum constant in enum class org.freeplane.api.Dash
 
Cloud - Interface in org.freeplane.api
Here are four ways to enable a cloud on the current node and switch it off again:
cm - Enum constant in enum class org.freeplane.api.LengthUnit
 
COMBINED - Enum constant in enum class org.freeplane.api.NodeShape
 
combineTextWithExceptionInfo(String, Exception) - Static method in class org.freeplane.core.util.HtmlUtils
 
compareTo(Object) - Method in interface org.freeplane.api.Convertible
 
compareTo(Object) - Method in class org.freeplane.plugin.script.proxy.Convertible
 
compareTo(Convertible) - Method in interface org.freeplane.api.Convertible
 
compareTo(Convertible) - Method in class org.freeplane.plugin.script.proxy.Convertible
 
compareTo(FreeplaneVersion) - Method in class org.freeplane.core.util.FreeplaneVersion
Use it like this:
componentOrientation - Variable in enum class org.freeplane.api.TextWritingDirection
 
ConditionalStyle - Interface in org.freeplane.api
Node's or map's conditional style
ConditionalStyleNotFoundException - Exception in org.freeplane.api
 
ConditionalStyleNotFoundException(String) - Constructor for exception org.freeplane.api.ConditionalStyleNotFoundException
 
ConditionalStyleRO - Interface in org.freeplane.api
 
ConditionalStyles - Interface in org.freeplane.api
Node's or map's conditional-styles table: node.conditionalStyles or node.mindMap.conditionalStyles - read-only.
ConfigProperties() - Constructor for class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
Connector - Interface in org.freeplane.api
Graphical connector between nodes:node.connectorsIn / node.connectorsOut - read-write.
ConnectorRO - Interface in org.freeplane.api
Graphical connector between nodes:node.connectorsIn / node.connectorsOut - read-only.
contains(String) - Method in interface org.freeplane.api.IconsRO
returns true if the node has an icon of this name.
containsKey(String) - Method in interface org.freeplane.api.AttributesRO
 
Controller - Interface in org.freeplane.api
Access to global state: in scripts, this is available as global variable c - read-write.
ControllerRO - Interface in org.freeplane.api
Access to global state: in scripts, this is available as global variable c - read-only.
ConversionException - Exception in org.freeplane.api
 
ConversionException(String) - Constructor for exception org.freeplane.api.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception org.freeplane.api.ConversionException
 
ConversionException(Throwable) - Constructor for exception org.freeplane.api.ConversionException
 
Convertible - Class in org.freeplane.plugin.script.proxy
Utility wrapper class around a String that is used to convert node texts to different types.
Convertible - Interface in org.freeplane.api
Utility wrapper class around a String that is used to convert node texts to different types.
Convertible(Object) - Constructor for class org.freeplane.plugin.script.proxy.Convertible
Use Convertible.toString(Object) to convert to String, i.e.
Convertible(String) - Constructor for class org.freeplane.plugin.script.proxy.Convertible
Use the text unchanged, i.
convertPointFromAncestor(Component, Point, Component) - Static method in class org.freeplane.core.ui.components.UITools
 
convertPointToAncestor(Component, Point, Component) - Static method in class org.freeplane.core.ui.components.UITools
 
convertPointToAncestor(Component, Point, Class<?>) - Static method in class org.freeplane.core.ui.components.UITools
 
convertRectangleToAncestor(Component, Rectangle, Component) - Static method in class org.freeplane.core.ui.components.UITools
 
copyConditionalStylesFrom(MindMap, String) - Method in interface org.freeplane.api.MindMap
Copies a style and its conditional style rules from another mind map into this mind map.
copyHtmlToClipboard(String) - Static method in class org.freeplane.core.util.TextUtils
Shortcut for scripting: Copies html with mimetype text/html to the system clipboard.
copyStyleFrom(MindMap, String) - Method in interface org.freeplane.api.MindMap
Copies a style from another mind map into this mind map.
copyToClipboard(String) - Static method in class org.freeplane.core.util.TextUtils
Shortcut for scripting: Copies string to the system clipboard.
copyUserStylesFrom(MindMap) - Method in interface org.freeplane.api.MindMap
Copies all user styles and their conditional style rules from another mind map into this one.
copyUserStylesFrom(MindMap, boolean) - Method in interface org.freeplane.api.MindMap
Copies all user styles from another mind map into this one.
copyUserStylesFrom(MindMap, boolean, String...) - Method in interface org.freeplane.api.MindMap
Copies one or more user styles from another mind map into this one.
copyUserStylesFrom(MindMap, boolean, ArrayList<String>) - Method in interface org.freeplane.api.MindMap
Copies one or more user styles from another mind map into this one.
copyUserStylesFrom(MindMap, String...) - Method in interface org.freeplane.api.MindMap
Copies one or more user styles and their conditional style rules from another mind map into this one.
copyUserStylesFrom(MindMap, ArrayList<String>) - Method in interface org.freeplane.api.MindMap
Copies one or more user styles and their conditional style rules from another mind map into this one.
create() - Static method in class org.freeplane.launcher.Launcher
Creates Launcher for starting embedded Freeplane instance.
createAcceleratebleMenuEntryTree(String) - Static method in class org.freeplane.core.util.MenuUtils
Used as the basis for dynamic generation of hotkey list.
createBinding(NodeRO, ControllerRO) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
createCancelDialog(Component, String, String) - Static method in class org.freeplane.core.ui.components.UITools
 
createCancelDialog(Component, String, String, String) - Static method in class org.freeplane.core.ui.components.UITools
 
createChild() - Method in interface org.freeplane.api.Node
inserts *new* node as child, takes care of all construction work and internal stuff inserts as last child.
createChild(int) - Method in interface org.freeplane.api.Node
inserts *new* node as child, takes care of all construction work and internal stuff
createChild(Object) - Method in interface org.freeplane.api.Node
like Node.createChild() but sets the node text to the given text.
createForInstallation(File) - Static method in class org.freeplane.launcher.Launcher
Creates Launcher for starting embedded Freeplane instance.
createHtmlLinkStyleButton(URI, String) - Static method in class org.freeplane.core.ui.components.UITools
 
createMenuEntryTree(String) - Static method in class org.freeplane.core.util.MenuUtils
returns a tree of all JMenuItem nodes the menu contains (omitting Strings and Separators).
createOrReplace(Date, String, Integer) - Method in interface org.freeplane.api.Reminder
Creates a periodic reminder.
createStroke(float, int[], int) - Static method in class org.freeplane.core.ui.components.UITools
 
createTranslatedString(String) - Static method in class org.freeplane.core.util.TextUtils
 

D

Dash - Enum Class in org.freeplane.api
 
DASHES - Enum constant in enum class org.freeplane.api.Dash
 
deactivateUndo() - Method in interface org.freeplane.api.Controller
reset undo / redo lists and deactivate Undo for current script
decrypt(String) - Method in interface org.freeplane.api.Node
decrypts a node without removing the encryption.
DEFAULT - Enum constant in enum class org.freeplane.api.HorizontalTextAlignment
 
DEFAULT - Enum constant in enum class org.freeplane.api.Side
 
DEFAULT - Static variable in enum class org.freeplane.api.Dash
 
DEFAULT - Static variable in enum class org.freeplane.api.TextWritingDirection
 
DEFAULT_FONT_SCALING_FACTOR - Static variable in class org.freeplane.core.ui.components.UITools.Defaults
 
Defaults() - Constructor for class org.freeplane.core.ui.components.UITools.Defaults
 
delete() - Method in interface org.freeplane.api.Node
 
Dependencies - Class in org.freeplane.api
Contains dependencies (precedent or descendent node or attributes) calculated by DependencyLookup
Dependencies(List<Dependencies.Element>, List<Integer>) - Constructor for class org.freeplane.api.Dependencies
 
Dependencies.Element - Enum Class in org.freeplane.api
 
DependencyLookup - Interface in org.freeplane.api
Calculates dependencies related to node value or attribute.
DETAILS - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
DIAGONAL_ASCENDING - Enum constant in enum class org.freeplane.api.ChildrenSides
 
DIAGONAL_DESCENDING - Enum constant in enum class org.freeplane.api.ChildrenSides
 
disableSecurityManager() - Method in class org.freeplane.launcher.Launcher
Disables security manager for launched Freeplane instance.
DISTANT_DOTS - Enum constant in enum class org.freeplane.api.Dash
 
DOTS_AND_DASHES - Enum constant in enum class org.freeplane.api.Dash
 

E

Edge - Interface in org.freeplane.api
Edge to parent node: node.style.edge - read-write.
EdgeRO - Interface in org.freeplane.api
Edge to parent node: node.style.edge - read-only.
EdgeStyle - Interface in org.freeplane.api
 
edit(Node) - Method in interface org.freeplane.api.Controller
Starts editing node, normally in the inline editor.
editInPopup(Node) - Method in interface org.freeplane.api.Controller
opens the appropriate popup text editor.
element(String, String) - Static method in class org.freeplane.core.util.HtmlUtils
 
element(String, Map<String, String>, String) - Static method in class org.freeplane.core.util.HtmlUtils
 
encrypt(String) - Method in interface org.freeplane.api.Node
encrypts a node.
endOfText(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
equals(Object) - Method in class org.freeplane.api.Quantity
 
equals(Object) - Method in class org.freeplane.plugin.script.proxy.Convertible
 
errorMessage(Object) - Static method in class org.freeplane.core.ui.components.UITools
 
escapeUtf8(Writer, String) - Static method in class org.freeplane.core.util.TextUtils
Escapes the UTF-8 non-ASCII characters in a String to a Writer.
escapeUtf8(String) - Static method in class org.freeplane.core.util.TextUtils
The escapeUtf8 method is a stripped down version of the StringEscapeUtils.escapeJava method in Commons Lang 2.6 It escapes the UTF-8 non-ASCII characters in a String.
evaluateAllFormulas() - Method in interface org.freeplane.api.MindMap
Evaluate all formulas in the map.
evaluateOutdatedFormulas() - Method in interface org.freeplane.api.MindMap
Evaluate probably changed formulas in the map.
executeMenuItems(List<String>) - Static method in class org.freeplane.core.util.MenuUtils
to be used from scripts to execute menu items.
executeOn(NodeRO) - Method in interface org.freeplane.api.Script
Execute on the given node.
executeWhenNodeHasFocus(Runnable) - Static method in class org.freeplane.core.ui.components.UITools
 
export(MindMap, File, String, boolean) - Method in interface org.freeplane.api.ControllerRO
exports map to destination file, example:
export(MindMap, File, String, boolean) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
ExternalObject - Interface in org.freeplane.api
External object: node.externalObject - read-write.
ExternalObjectRO - Interface in org.freeplane.api
External object: node.externalObject - read-only.
extractRawBody(String) - Static method in class org.freeplane.core.util.HtmlUtils
 

F

factor() - Method in enum class org.freeplane.api.LengthUnit
 
factor() - Method in interface org.freeplane.api.PhysicalUnit
 
filter(boolean, boolean, NodeCondition) - Method in interface org.freeplane.api.MindMap
install a lambda as the current filter in this map.
filter(NodeCondition) - Method in interface org.freeplane.api.MindMap
With MindMap.filter(boolean, boolean, NodeCondition) neither ancestors not descendants of the visible nodes are shown.
find(boolean, boolean, Closure<Boolean>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.ControllerRO
Starting from root node, recursively searches for nodes for which condition.check(node) returns true and adds their ancestor or descendant nodes if required.
find(boolean, boolean, Closure<Boolean>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeRO
Starting from this node, recursively searches for nodes for which closure.call(node) returns true.
find(boolean, boolean, NodeCondition) - Method in interface org.freeplane.api.ControllerRO
Starting from this node, recursively searches for nodes for which condition.check(node) returns true and adds their ancestor or descendant nodes if required.
find(boolean, boolean, NodeCondition) - Method in interface org.freeplane.api.NodeRO
Starting from this node, recursively searches for nodes for which condition.check(node) returns true and adds their ancestor or descendant nodes if required.
find(boolean, boolean, NodeCondition) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
find(Closure<Boolean>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.ControllerRO
Starting from the root node, recursively searches for nodes (in breadth-first sequence) for which closure.call(node) returns true.
find(Closure<Boolean>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeRO
Starting from this node, recursively searches for nodes for which closure.call(node) returns true.
find(NodeCondition) - Method in interface org.freeplane.api.ControllerRO
Starting from the root node, recursively searches for nodes (in breadth-first sequence) for which closure.call(node) returns true.
find(NodeCondition) - Method in interface org.freeplane.api.NodeRO
Starting from this node, recursively searches for nodes for which closure.call(node) returns true.
find(NodeCondition) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
find(ICondition) - Method in interface org.freeplane.plugin.script.proxy.Proxy.ControllerRO
Deprecated.
since 1.2 use ControllerRO.find(NodeCondition) instead.
find(ICondition) - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeRO
Deprecated.
since 1.2 use NodeRO.find(NodeCondition) instead.
findAll() - Method in interface org.freeplane.api.ControllerRO
Returns all nodes of the map in breadth-first order, that is, for the following map,
findAll() - Method in interface org.freeplane.api.NodeRO
Returns all nodes of the branch that starts with this node in breadth-first order.
findAll() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
findAllDepthFirst() - Method in interface org.freeplane.api.ControllerRO
Returns all nodes of the map in depth-first order, that is, for the following map,
findAllDepthFirst() - Method in interface org.freeplane.api.NodeRO
Returns all nodes of the branch that starts with this node in depth-first order.
findAllDepthFirst() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
findAssignedMenuItemNodeRecursively(DefaultMutableTreeNode, KeyStroke) - Static method in class org.freeplane.core.util.MenuUtils
there are little reasons to use this in scripts.
findAttribute(String) - Method in interface org.freeplane.api.AttributesRO
Deprecated.
since 1.2 - use AttributesRO.findFirst(String) instead.
findBestLocation(Component, Component) - Static method in class org.freeplane.core.ui.components.UITools
 
findFirst(String) - Method in interface org.freeplane.api.AttributesRO
returns the index of the first attribute with the given name if one exists or -1 otherwise.
findValues(Closure<Boolean>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.AttributesRO
returns the values of all attributes for which the closure returns true.
findValues(AttributeCondition) - Method in interface org.freeplane.api.AttributesRO
returns the values of all attributes for which the closure returns true.
FIRST_CHILD_BY_PARENT - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
FLOW - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
focusOn(JComponent) - Static method in class org.freeplane.core.ui.components.UITools
 
Font - Interface in org.freeplane.api
Node's font: node.style.font - read-write.
FONT_SCALE_FACTOR - Static variable in class org.freeplane.core.ui.components.UITools
 
FontRO - Interface in org.freeplane.api
Node's font: node.style.font - read-only.
FORK - Enum constant in enum class org.freeplane.api.NodeShape
 
format(Object) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
Applies default date-time format for dates or default number format for numbers.
format(Object, String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
uses formatString to return a FormattedObject.
format(String, Object...) - Static method in class org.freeplane.core.util.TextUtils
 
formatDate(Date) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
Applies default date format (instead of standard date-time) format on the given date.
formatKeyStroke(KeyStroke) - Static method in class org.freeplane.core.util.MenuUtils
pretty print a keystroke.
FORMULA_RESULT - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
FreeplaneScriptBaseClass - Class in org.freeplane.plugin.script
All methods of this class are available as "global" methods in every script.
FreeplaneScriptBaseClass() - Constructor for class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
FreeplaneScriptBaseClass(Binding) - Constructor for class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
FreeplaneScriptBaseClass.ConfigProperties - Class in org.freeplane.plugin.script
Accessor for Freeplane's configuration: In scripts available as "global variable" config.
FreeplaneVersion - Class in org.freeplane.core.util
provides access to the current Freeplane version.
FreeplaneVersion - Interface in org.freeplane.api
 
FreeplaneVersion(int, int, int) - Constructor for class org.freeplane.core.util.FreeplaneVersion
 
FreeplaneVersion(int, int, int, String, int) - Constructor for class org.freeplane.core.util.FreeplaneVersion
 
fromString(String, U) - Static method in class org.freeplane.api.Quantity
 
fromStringInPt(String) - Static method in enum class org.freeplane.api.LengthUnit
 

G

get() - Method in interface org.freeplane.api.LinkRO
Deprecated.
since 1.2 - use LinkRO.getText() instead.
get(int) - Method in interface org.freeplane.api.AttributesRO
returns the attribute value at the given index.
get(String) - Method in interface org.freeplane.api.AttributesRO
getAlias() - Method in interface org.freeplane.api.NodeRO
Alias of the node
getAll(String) - Method in interface org.freeplane.api.AttributesRO
 
getAllActiveStyles() - Method in interface org.freeplane.api.NodeStyleRO
Returns all style names/translation keys active for the node.
getArrayProperty(String, String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getAt(int) - Method in interface org.freeplane.api.IconsRO
returns the name of the icon at the given index (starting at 0) or null if index >= size.
getAt(String) - Method in interface org.freeplane.api.NodeRO
allows to access attribute values like array elements.
getAt(String) - Method in interface org.freeplane.api.Properties
Provides map-like access to properties.
getAt(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
support config['key'] from Groovy.
getAttributeNames() - Method in interface org.freeplane.api.AttributesRO
Deprecated.
since 1.2 use #getNames() instead.
getAttributes() - Method in class org.freeplane.api.Dependencies
Returns a list of related attribute indices
getAttributes() - Method in interface org.freeplane.api.NodeRO
 
getAttributeValueSerializer() - Method in interface org.freeplane.api.HeadlessMapCreator
 
getAvailableScreenBounds(Component) - Static method in class org.freeplane.core.ui.components.UITools
 
getBackgroundColor() - Method in interface org.freeplane.api.MindMapRO
 
getBackgroundColor() - Method in interface org.freeplane.api.NodeStyleRO
 
getBackgroundColorCode() - Method in interface org.freeplane.api.MindMapRO
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
getBackgroundColorCode() - Method in interface org.freeplane.api.NodeStyleRO
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
getBaseDistanceToChildrenAsLength() - Method in interface org.freeplane.api.NodeRO
 
getBinary() - Method in interface org.freeplane.api.NodeRO
Returns a BASE64 encoded node text (see Node.setBinary(byte[])) as a binary object.
getBool() - Method in interface org.freeplane.api.Convertible
parses the text (case insensitive) as boolean via Boolean.parseBoolean(String).
getBool() - Method in class org.freeplane.plugin.script.proxy.Convertible
parses the text (case insensitive) as boolean via Boolean.parseBoolean(String).
getBooleanProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getBooleanProperty(String, boolean) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getBorder() - Method in interface org.freeplane.api.NodeStyleRO
 
getBranchAsTextOutline() - Method in interface org.freeplane.api.NodeRO
 
getCalendar() - Method in interface org.freeplane.api.Convertible
Converts to Calendar if possible.
getCalendar() - Method in class org.freeplane.plugin.script.proxy.Convertible
Converts to Calendar if possible.
getChangedElement() - Method in class org.freeplane.api.NodeChanged
 
getChildNodesLayout() - Method in interface org.freeplane.api.NodeRO
 
getChildPosition(Node) - Method in interface org.freeplane.api.NodeRO
returns the index (0..) of this node in the (by Y coordinate sorted) list of this node's children.
getChildren() - Method in interface org.freeplane.api.NodeRO
returns the children of this node ordered by Y coordinate.
getCloud() - Method in interface org.freeplane.api.NodeRO
a reference to an accessor object for cloud properties of this node.
getColor() - Method in interface org.freeplane.api.BorderRO
 
getColor() - Method in interface org.freeplane.api.Cloud
 
getColor() - Method in interface org.freeplane.api.ConnectorRO
 
getColor() - Method in interface org.freeplane.api.EdgeRO
 
getColorCode() - Method in interface org.freeplane.api.BorderRO
 
getColorCode() - Method in interface org.freeplane.api.Cloud
 
getColorCode() - Method in interface org.freeplane.api.ConnectorRO
 
getColorCode() - Method in interface org.freeplane.api.EdgeRO
 
getColorProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getComponentIndex(Component) - Static method in class org.freeplane.core.ui.components.UITools
 
getConditionalStyles() - Method in interface org.freeplane.api.MindMapRO
 
getConditionalStyles() - Method in interface org.freeplane.api.NodeRO
 
getConditionClassSimpleName() - Method in interface org.freeplane.api.ConditionalStyleRO
 
getConnectorsIn() - Method in interface org.freeplane.api.NodeRO
 
getConnectorsOut() - Method in interface org.freeplane.api.NodeRO
 
getCountNodesSharingContent() - Method in interface org.freeplane.api.NodeRO
The count of node sharing their content with this node.
getCountNodesSharingContentAndSubtree() - Method in interface org.freeplane.api.NodeRO
The count of nodes sharing their content and subtree with this node.
getCreatedAt() - Method in interface org.freeplane.api.NodeRO
 
getCss() - Method in interface org.freeplane.api.NodeStyleRO
 
getCurrentFrame() - Static method in class org.freeplane.core.ui.components.UITools
 
getCurrentLinkElement(HTMLDocument, int) - Static method in class org.freeplane.core.util.HtmlUtils
 
getCurrentRootComponent() - Static method in class org.freeplane.core.ui.components.UITools
 
getDash() - Method in interface org.freeplane.api.BorderRO
 
getDash() - Method in interface org.freeplane.api.EdgeRO
 
getDashArray() - Method in interface org.freeplane.api.ConnectorRO
Since 1.7.10
getDate() - Method in interface org.freeplane.api.Convertible
Converts to Date if possible.
getDate() - Method in class org.freeplane.plugin.script.proxy.Convertible
Converts to Date if possible.
getDefaultDateFormat() - Method in class org.freeplane.core.util.TextUtils
accessor for scripts.
getDefaultDateTimeFormat() - Method in class org.freeplane.core.util.TextUtils
accessor for scripts.
getDefaultLabelFont() - Static method in class org.freeplane.core.ui.components.UITools
 
getDefaultLanguageCode() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getDefaultNumberFormat() - Method in class org.freeplane.core.util.TextUtils
accessor for scripts.
getDefaultProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getDependents() - Method in interface org.freeplane.api.NodeRO
 
getDetails() - Method in interface org.freeplane.api.NodeRO
returns the text of the details as a Convertible like NodeRO.getNote() for notes: node.details.to.plain plain text of the node, possibly after formula evaluation node.details.plain the same.
getDetailsContentType() - Method in interface org.freeplane.api.NodeRO
Returns details content type.
getDetailsText() - Method in interface org.freeplane.api.NodeRO
returns the raw HTML text of the details if there is any or null otherwise.
getDisplayedText() - Method in interface org.freeplane.api.NodeRO
Plain or HTML text of this node after possible transformation (formula evaluation, formatting, ...) and after text shortening.
getDoubleProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getDoubleProperty(String, double) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getEdge() - Method in interface org.freeplane.api.NodeStyleRO
 
getElements() - Method in class org.freeplane.api.Dependencies
Returns a list of related Dependencies.Elements
getEnabled() - Method in interface org.freeplane.api.Cloud
 
getEndArrow() - Method in interface org.freeplane.plugin.script.proxy.Proxy.ConnectorRO
Deprecated.
since 1.2 - use ConnectorRO.hasEndArrow() instead
getEndInclination() - Method in interface org.freeplane.api.ConnectorRO
returns a Point.
getEnumProperty(String, Enum<T>) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getExportTypeDescriptions() - Method in interface org.freeplane.api.ControllerRO
returns a list of export type descriptions that can be used to specify a specific export type in ControllerRO.export(MindMap, File, String, boolean).
getExportTypeDescriptions() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
getExternalObject() - Method in interface org.freeplane.api.NodeRO
 
getFile() - Method in interface org.freeplane.api.LinkRO
returns the link as File if defined and if the link target is a valid File URI and null otherwise.
getFile() - Method in interface org.freeplane.api.MindMapRO
returns the filenname of the map as a java.io.File object if available or null otherwise.
getFirst() - Method in interface org.freeplane.api.IconsRO
returns the name of the first icon if the node has an icon assigned or null otherwise.
getFirst(String) - Method in interface org.freeplane.api.AttributesRO
returns the first value of an attribute with the given name or null otherwise.
getFont() - Method in interface org.freeplane.api.NodeStyleRO
 
getFormat() - Method in interface org.freeplane.api.NodeRO
returns the format string of the formatter if available and null otherwise.
getFrame() - Static method in class org.freeplane.core.ui.components.UITools
 
getFreeplaneTabbedPanel() - Static method in class org.freeplane.core.ui.components.UITools
 
getFreeplaneUserDirectory() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getFreeplaneVersion() - Method in interface org.freeplane.api.ControllerRO
returns Freeplane version.
getFreeplaneVersion() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
getGeometry() - Method in interface org.freeplane.api.Node
 
getGeometry() - Method in interface org.freeplane.api.NodeRO
 
getHideDetails() - Method in interface org.freeplane.api.NodeRO
returns true if node details are hidden.
getHorizontalMargin() - Method in interface org.freeplane.api.NodeGeometryRO
 
getHorizontalShift() - Method in interface org.freeplane.api.NodeRO
 
getHorizontalShiftAsLength() - Method in interface org.freeplane.api.NodeRO
 
getHorizontalShiftInScreenPixels() - Method in interface org.freeplane.api.NodeRO
 
getHorizontalTextAlignment() - Method in interface org.freeplane.api.NodeStyleRO
 
getHtmlText() - Method in interface org.freeplane.api.NodeRO
The node text as HTML markup.
getIcon() - Method in class org.freeplane.core.util.MenuUtils.MenuEntry
 
getIcon(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getIconResource(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getIcons() - Method in interface org.freeplane.api.IconsRO
returns a read-only list of the names of the icons the node has.
getIcons() - Method in interface org.freeplane.api.NodeRO
a reference to an accessor object for icons of this node.
getId() - Method in interface org.freeplane.api.NodeRO
 
getImageIcon(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getInstallationBaseDir() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getInstance() - Static method in class org.freeplane.core.util.HtmlUtils
 
getIntProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getIntProperty(String, int) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getIsGlobal() - Method in interface org.freeplane.api.NodeRO
True if the node can be accessed using global accessor, see NodeRO.at(String)
getIsUniform() - Method in interface org.freeplane.api.NodeGeometryRO
 
getKey() - Method in class org.freeplane.core.util.MenuUtils.MenuEntry
 
getKey(int) - Method in interface org.freeplane.api.AttributesRO
returns the attribute key at the given index.
getKeyStroke() - Method in class org.freeplane.core.util.MenuUtils.MenuEntry
 
getKeyStroke(String) - Static method in class org.freeplane.core.ui.components.UITools
returns a KeyStroke if possible and null otherwise.
getLabel() - Method in class org.freeplane.core.util.MenuUtils.MenuEntry
 
getLabelFontFamily() - Method in interface org.freeplane.api.ConnectorRO
Since 1.7.10
getLabelFontSize() - Method in interface org.freeplane.api.ConnectorRO
Since 1.7.10
getLanguageCode() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getLastModifiedAt() - Method in interface org.freeplane.api.NodeRO
 
getLayoutOrientation() - Method in interface org.freeplane.api.NodeRO
 
getLengthProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getLengthQuantityProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getLink() - Method in interface org.freeplane.api.NodeRO
a reference to an accessor object for link properties of this node.
getListeners() - Method in interface org.freeplane.api.MindMap
 
getLogDirectory() - Static method in class org.freeplane.core.util.LogUtils
 
getLogger() - Static method in class org.freeplane.core.util.LogUtils
 
getLongProperty(String, long) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getMainThreadExecutorService() - Method in interface org.freeplane.api.Controller
 
getMaj() - Method in interface org.freeplane.api.FreeplaneVersion
 
getMaj() - Method in class org.freeplane.core.util.FreeplaneVersion
 
getMap() - Method in interface org.freeplane.api.AttributesRO
returns all attributes as a map.
getMap() - Method in interface org.freeplane.api.HeadlessLoader
Deprecated.
since 1.7.10 - use HeadlessLoader.getMindMap()
getMap() - Method in interface org.freeplane.api.NodeRO
Deprecated.
since 1.7.10 - use NodeRO.getMindMap()
getMaximalOriginalPosition(int, ArrayList<HtmlUtils.IndexPair>) - Static method in class org.freeplane.core.util.HtmlUtils
 
getMaxNodeWidth() - Method in interface org.freeplane.api.NodeStyleRO
 
getMenuComponent() - Static method in class org.freeplane.core.ui.components.UITools
 
getMenuItemIcon(String) - Static method in class org.freeplane.core.util.MenuUtils
returns the icon for a menuItemKey or null if it has none.
getMid() - Method in interface org.freeplane.api.FreeplaneVersion
 
getMid() - Method in class org.freeplane.core.util.FreeplaneVersion
 
getMiddleLabel() - Method in interface org.freeplane.api.ConnectorRO
 
getMin() - Method in interface org.freeplane.api.FreeplaneVersion
 
getMin() - Method in class org.freeplane.core.util.FreeplaneVersion
 
getMindMap() - Method in interface org.freeplane.api.HeadlessLoader
Creates and returns a map or selects and returns a previously loaded map.
getMindMap() - Method in interface org.freeplane.api.NodeRO
The mind map this node belongs to.
getMindMap() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Loader
 
getMinimalDistanceBetweenChildren() - Method in interface org.freeplane.api.NodeRO
 
getMinimalDistanceBetweenChildrenAsLength() - Method in interface org.freeplane.api.NodeRO
 
getMinimalDistanceBetweenChildrenInScreenPixels() - Method in interface org.freeplane.api.NodeRO
 
getMinimalOriginalPosition(int, ArrayList<HtmlUtils.IndexPair>) - Static method in class org.freeplane.core.util.HtmlUtils
 
getMinNodeWidth() - Method in interface org.freeplane.api.NodeStyleRO
 
getName() - Method in interface org.freeplane.api.FontRO
 
getName() - Method in interface org.freeplane.api.MindMapRO
returns the title of the MapView.
getName() - Method in interface org.freeplane.api.NodeStyleRO
Returns the name of the node's style if set or null otherwise.
getNames() - Method in interface org.freeplane.api.AttributesRO
returns all attribute names in the proper sequence.
getNext() - Method in interface org.freeplane.api.NodeRO
returns the next node with respect to this node in depth-first order.
getNode() - Method in interface org.freeplane.api.LinkRO
returns the link as Node if defined and if the link target is a valid local link to a node and null otherwise.
getNode() - Method in class org.freeplane.api.NodeChanged
 
getNodeID() - Method in interface org.freeplane.api.NodeRO
Deprecated.
since 1.2 - use Node.getId() instead.
getNodeLevel(boolean) - Method in interface org.freeplane.api.NodeRO
if countHidden is false then only nodes that are matched by the current filter are counted.
getNodesSharingContent() - Method in interface org.freeplane.api.NodeRO
The count of nodes sharing their content with this node.
getNodesSharingContentAndSubtree() - Method in interface org.freeplane.api.NodeRO
The nodes sharing their content and subtree with this node.
getNodeTextColor() - Method in interface org.freeplane.api.NodeStyleRO
Deprecated.
since 1.2 - use NodeStyleRO.getTextColor() instead.
getNote() - Method in interface org.freeplane.api.NodeRO
returns the text of the details as a Convertible.
getNoteContentType() - Method in interface org.freeplane.api.NodeRO
Returns note content type.
getNoteText() - Method in interface org.freeplane.api.NodeRO
Returns the HTML text of the node.
getNum() - Method in interface org.freeplane.api.Convertible
Convert to Number.
getNum() - Method in interface org.freeplane.api.FreeplaneVersion
 
getNum() - Method in class org.freeplane.core.util.FreeplaneVersion
 
getNum() - Method in class org.freeplane.plugin.script.proxy.Convertible
Convert to Number.
getNum0() - Method in interface org.freeplane.api.Convertible
Safe variant of Convertible.getNum(), throws nothing - on any error (long) 0 is returned.
getNum0() - Method in class org.freeplane.plugin.script.proxy.Convertible
Safe variant of Convertible.getNum(), throws nothing - on any error (long) 0 is returned.
getObject() - Method in interface org.freeplane.api.Convertible
Uses the following priority ranking to determine the type of the text: null Long Double Date String
getObject() - Method in interface org.freeplane.api.NodeRO
The object that's displayed as the node text - normally the raw text of this node (then this method is equivalent to NodeRO.getText()).
getObject() - Method in class org.freeplane.plugin.script.proxy.Convertible
Uses the following priority ranking to determine the type of the text: null Long Double Date String
getOpacity() - Method in interface org.freeplane.api.ConnectorRO
0 <= opacity <= 255 Since 1.7.10
getOpenMaps() - Method in interface org.freeplane.api.Controller
Deprecated.
since 1.7.10 - use Controller.getOpenMindMaps()
getOpenMindMaps() - Method in interface org.freeplane.api.Controller
a list of all opened maps.
getOptionalText(String) - Static method in class org.freeplane.core.util.TextUtils
 
getOptionalText(String, String) - Static method in class org.freeplane.core.util.TextUtils
 
getOptionalTranslation(String) - Static method in class org.freeplane.core.util.TextUtils
 
getOriginalRawText(String) - Static method in class org.freeplane.core.util.TextUtils
 
getParent() - Method in interface org.freeplane.api.NodeRO
 
getParentNode() - Method in interface org.freeplane.api.NodeRO
Deprecated.
since 1.2 - use NodeRO.getParent() instead.
getPathToRoot() - Method in interface org.freeplane.api.NodeRO
a list of all nodes starting from this node upto (and including) the root node.
getPeriod() - Method in interface org.freeplane.api.ReminderRO
Count in units of "PeriodUnit".
getPeriodUnit() - Method in interface org.freeplane.api.ReminderRO
One of ["MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "YEAR"].
getPlain() - Method in interface org.freeplane.api.Convertible
Removes HTML markup if necessary.
getPlain() - Method in class org.freeplane.plugin.script.proxy.Convertible
Removes HTML markup if necessary.
getPlainText() - Method in interface org.freeplane.api.NodeRO
Plain text after removal of possible HTML markup.
getPlainTextContent() - Method in interface org.freeplane.api.NodeRO
Deprecated.
since 1.2 - use getPlainText() or getTo().getPlain() instead.
getPrecedents() - Method in interface org.freeplane.api.NodeRO
 
getPrevious() - Method in interface org.freeplane.api.NodeRO
returns the previous node with respect to this node in depth-first order.
getProperties() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
getProperty(String) - Method in class org.freeplane.plugin.script.proxy.Convertible
pretend we are a String if we don't provide a property for ourselves.
getProperty(String, boolean) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String, double) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String, int) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String, long) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String, Enum<T>) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getProperty(String, String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getPropertyChangeListeners() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getRaw() - Method in interface org.freeplane.api.Convertible
Returns original object
getRaw() - Method in class org.freeplane.plugin.script.proxy.Convertible
 
getRawText(String) - Static method in class org.freeplane.core.util.TextUtils
 
getRawText(String, String) - Static method in class org.freeplane.core.util.TextUtils
 
getRemindAt() - Method in interface org.freeplane.api.ReminderRO
The timestamp when the reminder fires first.
getReminder() - Method in interface org.freeplane.api.NodeRO
use it to create and inspect Reminders.
getReplaceResult(Pattern, String, String) - Static method in class org.freeplane.core.util.HtmlUtils
Replaces text in node content without replacing tags.
getResource(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getResourceBaseDir() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getResources() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getResourceStream(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getRevision() - Method in interface org.freeplane.api.FreeplaneVersion
 
getRevision() - Method in class org.freeplane.core.util.FreeplaneVersion
 
getRoot() - Method in interface org.freeplane.api.MindMapRO
 
getRootNode() - Method in interface org.freeplane.api.MindMapRO
Deprecated.
since 1.2 - use MindMapRO.getRoot() instead.
getScreenBounds(GraphicsConfiguration) - Static method in class org.freeplane.core.ui.components.UITools
 
getScript() - Method in interface org.freeplane.api.ConditionalStyleRO
 
getScript() - Method in interface org.freeplane.api.ReminderRO
optional: a Groovy script to execute when the reminder fires.
getSelected() - Method in interface org.freeplane.api.ControllerRO
if multiple nodes are selected returns one (arbitrarily chosen) selected node or the selected node for a single node selection.
getSelected() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
getSelecteds() - Method in interface org.freeplane.api.ControllerRO
A read-only list of selected nodes.
getSelecteds() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
getShape() - Method in interface org.freeplane.api.Cloud
 
getShape() - Method in interface org.freeplane.api.ConnectorRO
returns one of LINE, LINEAR_PATH, CUBIC_CURVE, EDGE_LIKE.
getShape() - Method in interface org.freeplane.api.NodeGeometryRO
 
getShortText() - Method in interface org.freeplane.api.NodeRO
Plain text of this node after possible transformation and forced text shortening.
getShortText(String, int, String) - Static method in class org.freeplane.core.util.TextUtils
 
getSideAtRoot() - Method in interface org.freeplane.api.NodeRO
 
getSize() - Method in interface org.freeplane.api.FontRO
 
getSortedSelection(boolean) - Method in interface org.freeplane.api.ControllerRO
returns List<? extends Node> sorted by the node's vertical position.
getSortedSelection(boolean) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
getSource() - Method in interface org.freeplane.api.ConnectorRO
The node without the arrow.
getSourceLabel() - Method in interface org.freeplane.api.ConnectorRO
 
getStartArrow() - Method in interface org.freeplane.plugin.script.proxy.Proxy.ConnectorRO
Deprecated.
since 1.2 - use ConnectorRO.hasStartArrow() instead
getStartInclination() - Method in interface org.freeplane.api.ConnectorRO
returns a Point.
getStorage() - Method in interface org.freeplane.api.MindMap
returns an accessor to the map specific storage.
getString() - Method in interface org.freeplane.api.Convertible
No conversion.
getString() - Method in class org.freeplane.plugin.script.proxy.Convertible
No conversion.
getStyle() - Method in interface org.freeplane.api.NodeRO
The style attributes of a node can either be changed by assigning a named style like this:
getStyle() - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
 
getStyleName() - Method in interface org.freeplane.api.ConditionalStyleRO
 
getStyleNode() - Method in interface org.freeplane.api.NodeStyleRO
 
getSystemLocale() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getTarget() - Method in interface org.freeplane.api.ConnectorRO
The node with the arrow.
getTargetLabel() - Method in interface org.freeplane.api.ConnectorRO
 
getText() - Method in interface org.freeplane.api.Convertible
No conversion.
getText() - Method in interface org.freeplane.api.LinkRO
returns the link text, a stringified URI, if a link is defined and null otherwise.
getText() - Method in interface org.freeplane.api.NodeRO
Raw text of this node which might be plain or HTML text.
getText() - Method in class org.freeplane.plugin.script.proxy.Convertible
No conversion.
getText(String) - Static method in class org.freeplane.core.util.TextUtils
 
getText(String, String) - Static method in class org.freeplane.core.util.TextUtils
 
getTextColor() - Method in interface org.freeplane.api.NodeStyleRO
 
getTextColorCode() - Method in interface org.freeplane.api.NodeStyleRO
 
getTextColorForBackground(Color) - Static method in class org.freeplane.core.ui.components.UITools
 
getTimeProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getTimeQuantityProperty(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
getTo() - Method in interface org.freeplane.api.NodeRO
returns an object that performs conversions (method name is choosen to give descriptive code): node.to.num Long or Double, see Convertible.getDate().
getTo() - Method in class org.freeplane.plugin.script.proxy.Convertible
Allow statements like this: node['attr_name'].to.num.
getToolTipText() - Method in class org.freeplane.core.util.MenuUtils.MenuEntry
 
getTransformed() - Method in interface org.freeplane.api.AttributesRO
 
getTransformedText() - Method in interface org.freeplane.api.NodeRO
Plain or HTML text of this node after possible transformation (formula evaluation, formatting, ...).
getType() - Method in interface org.freeplane.api.EdgeRO
 
getType() - Method in interface org.freeplane.api.FreeplaneVersion
 
getType() - Method in class org.freeplane.core.util.FreeplaneVersion
 
getType() - Method in interface org.freeplane.plugin.script.proxy.Proxy.EdgeRO
 
getUIFont() - Static method in class org.freeplane.core.ui.components.UITools
 
getUIFont(float) - Static method in class org.freeplane.core.ui.components.UITools
 
getUIFontSize(double) - Static method in class org.freeplane.core.ui.components.UITools
 
getUIFontSize(float) - Static method in class org.freeplane.core.ui.components.UITools
 
getUri() - Method in interface org.freeplane.api.Convertible
Converts to URI if possible.
getUri() - Method in interface org.freeplane.api.ExternalObjectRO
returns the object's uri if set or null otherwise.
getUri() - Method in interface org.freeplane.api.LinkRO
returns the link as URI if defined and null otherwise.
getUri() - Method in class org.freeplane.plugin.script.proxy.Convertible
Converts to URI if possible.
getURI() - Method in interface org.freeplane.api.ExternalObjectRO
Deprecated.
since 1.2 - use ExternalObjectRO.getUri() instead.
getURLOfExistingLink(HTMLDocument, int) - Static method in class org.freeplane.core.util.HtmlUtils
Gets the string URL of an existing link, or null if none.
getUrls() - Method in interface org.freeplane.api.IconsRO
returns a list of the urls of the icons the node has.
getUserDefinedStylesNames() - Method in interface org.freeplane.api.MindMapRO
returns list with the user defined styles names of the map
getUserDirectory() - Method in interface org.freeplane.api.ControllerRO
returns the directory where user settings, logfiles, templates etc.
getUserDirectory() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
getUsesEdgeColor() - Method in interface org.freeplane.api.BorderRO
 
getUsesEdgeDash() - Method in interface org.freeplane.api.BorderRO
 
getUsesEdgeWidth() - Method in interface org.freeplane.api.BorderRO
 
getValidFrameBounds(Component, int, int, int, int) - Static method in class org.freeplane.core.ui.components.UITools
 
getValue() - Method in interface org.freeplane.api.NodeRO
an alias for NodeRO.getTo().
getValues() - Method in interface org.freeplane.api.AttributesRO
returns all values as a list of Convertible.
getVersion() - Static method in class org.freeplane.core.util.FreeplaneVersion
 
getVersion(String) - Static method in class org.freeplane.core.util.FreeplaneVersion
Parses a version string as FreeplaneVersion.
getVerticalMargin() - Method in interface org.freeplane.api.NodeGeometryRO
 
getVerticalShift() - Method in interface org.freeplane.api.NodeRO
 
getVerticalShiftAsLength() - Method in interface org.freeplane.api.NodeRO
 
getVerticalShiftInScreenPixels() - Method in interface org.freeplane.api.NodeRO
 
getViewRoot() - Method in interface org.freeplane.api.ControllerRO
Root node of the current view
getWidth() - Method in interface org.freeplane.api.BorderRO
 
getWidth() - Method in interface org.freeplane.api.ConnectorRO
Since 1.7.10
getWidth() - Method in interface org.freeplane.api.EdgeRO
 
getZoom() - Method in interface org.freeplane.api.ControllerRO
returns the current zoom factor.
getZoom() - Method in interface org.freeplane.api.ExternalObjectRO
returns the current zoom level as ratio, i.e.
getZoom() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 

H

hasEncryption() - Method in interface org.freeplane.api.Node
Returns true if the node is password protected, no matter if currently accessible (password entered) or not.
hasEndArrow() - Method in interface org.freeplane.api.ConnectorRO
 
hashCode() - Method in class org.freeplane.api.Quantity
 
hashCode() - Method in class org.freeplane.plugin.script.proxy.Convertible
since equals handles Strings special we have to stick to that here too since equal objects have to have the same hasCode.
hasScriptCondition() - Method in interface org.freeplane.api.ConditionalStyleRO
Returns true if ConditionalStyleRO.getConditionClassSimpleName() equals "ScriptCondition" (aka Script Filter)
hasStartArrow() - Method in interface org.freeplane.api.ConnectorRO
 
hasStyle(String) - Method in interface org.freeplane.api.NodeRO
returns true if the node has the style of this name - either manually set or as a conditional style or it is "default" which all nodes have.
HeadlessLoader - Interface in org.freeplane.api
API for accessing or loading map from given location.
HeadlessMapCreator - Interface in org.freeplane.api
API for creating and accessing mind map without UI.
hide(boolean, boolean, NodeCondition) - Method in interface org.freeplane.api.MindMap
Hides nodes matching given condition.
HorizontalTextAlignment - Enum Class in org.freeplane.api
 
htmlToPlain(String) - Static method in class org.freeplane.core.util.HtmlUtils
equivalent to htmlToPlain(text, strictHTMLOnly=true, removeNewLines=true)
htmlToPlain(String, boolean) - Static method in class org.freeplane.core.util.HtmlUtils
equivalent to htmlToPlain(text, strictHTMLOnly, removeNewLines=true)
htmlToPlain(String, boolean, boolean) - Static method in class org.freeplane.core.util.HtmlUtils
removes html markup and entities, partly and where appropriate by replacing it by plaintext equivalents like <li> → '*'.
HtmlUtils - Class in org.freeplane.core.util
Utilities for conversion from/to HTML and XML used in Freeplane: In scripts available as "global variable" htmlUtils.
HtmlUtils.IndexPair - Class in org.freeplane.core.util
 

I

ICON - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
Icons - Interface in org.freeplane.api
Node's icons: node.icons - read-write.
IconsRO - Interface in org.freeplane.api
Node's icons: node.icons - read-only.
iconToHtml(Icon) - Static method in class org.freeplane.core.util.HtmlUtils
 
ifNull(Object, Object) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
returns valueIfNull if value is null and value otherwise.
ignoreCycles(Supplier<T>) - Static method in class org.freeplane.plugin.script.proxy.ScriptUtils
Executes given closure.
imageToHtml(RenderedImage) - Static method in class org.freeplane.core.util.HtmlUtils
 
in - Enum constant in enum class org.freeplane.api.LengthUnit
 
in(U) - Method in class org.freeplane.api.Quantity
 
IndexPair(int, int, int, int, boolean) - Constructor for class org.freeplane.core.util.HtmlUtils.IndexPair
 
info(Transferable) - Static method in class org.freeplane.core.util.LogUtils
 
info(String) - Static method in class org.freeplane.core.util.LogUtils
 
informationMessage(Component, Object) - Static method in class org.freeplane.core.ui.components.UITools
 
informationMessage(Component, Object, String) - Static method in class org.freeplane.core.ui.components.UITools
 
informationMessage(Component, Object, String, int) - Static method in class org.freeplane.core.ui.components.UITools
 
informationMessage(Object) - Static method in class org.freeplane.core.ui.components.UITools
 
insert(int, boolean, String, String, boolean) - Method in interface org.freeplane.api.ConditionalStyles
Inserts a conditional style at the specified position.
insert(int, ConditionalStyleRO) - Method in interface org.freeplane.api.ConditionalStyles
Inserts a copy of conditionalStyle at the specified position.
InsertEolAction() - Constructor for class org.freeplane.core.ui.components.UITools.InsertEolAction
 
invertScale(Font) - Static method in class org.freeplane.core.ui.components.UITools
 
invokeMethod(String, Object) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
invokeMethod(String, Object) - Method in class org.freeplane.plugin.script.proxy.Convertible
pretend we are a String if we don't provide a method for ourselves.
isActive() - Method in interface org.freeplane.api.ConditionalStyleRO
 
isAlways() - Method in interface org.freeplane.api.ConditionalStyleRO
 
isBackgroundColorSet() - Method in interface org.freeplane.api.NodeStyleRO
 
isBold() - Method in interface org.freeplane.api.FontRO
 
isBoldSet() - Method in interface org.freeplane.api.FontRO
 
isColorSet() - Method in interface org.freeplane.api.BorderRO
 
isColorSet() - Method in interface org.freeplane.api.EdgeRO
 
isCssSet() - Method in interface org.freeplane.api.NodeStyleRO
 
isDashSet() - Method in interface org.freeplane.api.BorderRO
 
isDashSet() - Method in interface org.freeplane.api.EdgeRO
 
isDate() - Method in interface org.freeplane.api.Convertible
Type check.
isDate() - Method in class org.freeplane.plugin.script.proxy.Convertible
Type check.
isDescendantOf(Node) - Method in interface org.freeplane.api.NodeRO
returns true if p is a parent, or grandparent, ...
isEditingText() - Static method in class org.freeplane.core.ui.components.UITools
 
isEmpty() - Method in interface org.freeplane.api.AttributesRO
returns getAttributeNames().isEmpty().
isEmpty(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
isEmpty(String) - Static method in class org.freeplane.core.util.TextUtils
 
isEncrypted() - Method in interface org.freeplane.api.Node
Returns true if the node has password protection and is currently unaccessible (password has to be entered).
isFinal() - Method in interface org.freeplane.api.FreeplaneVersion
 
isFinal() - Method in class org.freeplane.core.util.FreeplaneVersion
 
isFloating() - Method in interface org.freeplane.api.NodeStyleRO
 
isFolded() - Method in interface org.freeplane.api.NodeRO
if this node is folded.
isFree() - Method in interface org.freeplane.api.NodeRO
returns true if this node is freely positionable.
isHorizontalTextAlignmentSet() - Method in interface org.freeplane.api.NodeStyleRO
 
isHtml(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
isHtmlNode(String) - Static method in class org.freeplane.core.util.HtmlUtils
Deprecated.
isInteractive() - Method in interface org.freeplane.api.ControllerRO
returns false if the system 'nonInteractive' is set.
isInteractive() - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
isItalic() - Method in interface org.freeplane.api.FontRO
 
isItalicSet() - Method in interface org.freeplane.api.FontRO
 
isLast() - Method in interface org.freeplane.api.ConditionalStyleRO
In the Manage Conditional Styles dialog it's the Stop checkbox
isLeaf() - Method in interface org.freeplane.api.NodeRO
 
isLeft() - Method in interface org.freeplane.api.NodeRO
Deprecated.
since 1.11.1 - use NodeRO.isTopOrLeft()
isLeftOnViewsWithRoot(NodeRO) - Method in interface org.freeplane.api.NodeRO
Deprecated.
since 1.11.1 - use #isTopOrLeftOnViewsWithRoot()
isLight(Color) - Static method in class org.freeplane.core.ui.components.UITools
 
isLighter(Color, int) - Static method in class org.freeplane.core.ui.components.UITools
 
isLightLookAndFeelInstalled() - Static method in class org.freeplane.core.ui.components.UITools
 
isLikelyToStartErrorLog(LogRecord) - Static method in class org.freeplane.core.util.LogUtils
 
isMaxNodeWidthSet() - Method in interface org.freeplane.api.NodeStyleRO
 
isMinimized() - Method in interface org.freeplane.api.NodeRO
if this node's text is shortened for display.
isMinNodeWidthSet() - Method in interface org.freeplane.api.NodeStyleRO
 
isNameSet() - Method in interface org.freeplane.api.FontRO
 
isNewerThan(FreeplaneVersion) - Method in interface org.freeplane.api.FreeplaneVersion
 
isNewerThan(FreeplaneVersion) - Method in class org.freeplane.core.util.FreeplaneVersion
 
isNum() - Method in interface org.freeplane.api.Convertible
Type check.
isNum() - Method in class org.freeplane.plugin.script.proxy.Convertible
Type check.
isNumber(String) - Static method in class org.freeplane.core.util.TextUtils
 
isNumberingEnabled() - Method in interface org.freeplane.api.NodeStyleRO
 
isOlderThan(FreeplaneVersion) - Method in interface org.freeplane.api.FreeplaneVersion
 
isOlderThan(FreeplaneVersion) - Method in class org.freeplane.core.util.FreeplaneVersion
 
isRoot() - Method in interface org.freeplane.api.NodeRO
 
isSaved() - Method in interface org.freeplane.api.MindMapRO
 
isSizeSet() - Method in interface org.freeplane.api.FontRO
 
isStacked() - Method in enum class org.freeplane.api.ChildNodesAlignment
 
isStrikedThrough() - Method in interface org.freeplane.api.FontRO
 
isStrikedThroughSet() - Method in interface org.freeplane.api.FontRO
 
isTextColorSet() - Method in interface org.freeplane.api.NodeStyleRO
 
isTopOrLeft() - Method in interface org.freeplane.api.NodeRO
 
isTopOrLeftOnViewsWithRoot(NodeRO) - Method in interface org.freeplane.api.NodeRO
 
isTypeSet() - Method in interface org.freeplane.api.EdgeRO
 
isUsesEdgeColorSet() - Method in interface org.freeplane.api.BorderRO
 
isUsesEdgeDashSet() - Method in interface org.freeplane.api.BorderRO
 
isUsesEdgeWidthSet() - Method in interface org.freeplane.api.BorderRO
 
isVisible() - Method in interface org.freeplane.api.NodeRO
if this node is visible or not (due to filtering).
isVisibleOnViewsWithRoot(NodeRO) - Method in interface org.freeplane.api.NodeRO
if this node is visible or not (due to filtering).
isWidthSet() - Method in interface org.freeplane.api.BorderRO
 
isWidthSet() - Method in interface org.freeplane.api.EdgeRO
 
iterator() - Method in interface org.freeplane.api.Attributes
allows application of Groovy collection methods like each(), collect(), ...
iterator() - Method in interface org.freeplane.api.IconsRO
allows application of Groovy collection methods like each(), collect(), ...

J

join(String...) - Static method in class org.freeplane.core.util.HtmlUtils
Join arbitrary texts to html.

K

keySet() - Method in interface org.freeplane.api.Properties
returns the names of all attributes.
keyStrokeToString(KeyStroke) - Static method in class org.freeplane.core.ui.components.UITools
formats a KeyStroke in a ledgible way, e.g.

L

labelKey(LayoutOrientation) - Method in enum class org.freeplane.api.ChildrenSides
 
LAST_CHILD_BY_PARENT - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
Launcher - Class in org.freeplane.launcher
This class can be used to run freeplane instance from an application and to obtain its Controller object.
launchHeadless() - Method in class org.freeplane.launcher.Launcher
Launchs Freeplane without UI and returns HeadlessMapCreator instance.
launchWithUI(String[]) - Method in class org.freeplane.launcher.Launcher
Launchs Freeplane with UI and returns Controller instance.
layoutOrientation() - Method in enum class org.freeplane.api.ChildNodesLayout
 
LayoutOrientation - Enum Class in org.freeplane.api
 
LEFT - Enum constant in enum class org.freeplane.api.HorizontalTextAlignment
 
LEFT - Static variable in enum class org.freeplane.api.Side
Deprecated.
LEFT_TO_RIGHT - Enum constant in enum class org.freeplane.api.LayoutOrientation
 
LEFT_TO_RIGHT - Enum constant in enum class org.freeplane.api.TextWritingDirection
 
LEFTTORIGHT_BOTHSIDES_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTHSIDES_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTHSIDES_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTHSIDES_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTHSIDES_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTHSIDES_LEFT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTHSIDES_RIGHT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_LEFT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_BOTTOM_RIGHT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_LEFT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LEFTTORIGHT_TOP_RIGHT - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
LengthUnit - Enum Class in org.freeplane.api
 
Link - Interface in org.freeplane.api
Node's link: node.link - read-write.
LinkRO - Interface in org.freeplane.api
Node's link: node.link - read-only.
load() - Method in interface org.freeplane.api.HeadlessLoader
Deprecated.
since 1.7.10 - use HeadlessLoader.getMindMap()
load(File) - Method in interface org.freeplane.api.Controller
Deprecated.
since 1.7.5 - use Controller.mapLoader(File)
load(File) - Method in interface org.freeplane.api.HeadlessMapCreator
Deprecated.
load(String) - Method in interface org.freeplane.api.Controller
Deprecated.
load(String) - Method in interface org.freeplane.api.HeadlessMapCreator
Deprecated.
load(URL) - Method in interface org.freeplane.api.Controller
Deprecated.
since 1.7.5 - use Controller.mapLoader(URL)
load(URL) - Method in interface org.freeplane.api.HeadlessMapCreator
Deprecated.
Loader - Interface in org.freeplane.api
API for selecting or creating map views.
loadUri(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
opens a link
loadUri(URI) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
opens a URI
LogUtils - Class in org.freeplane.core.util
Utilities for logging to the standard logfile.
LogUtils() - Constructor for class org.freeplane.core.util.LogUtils
 

M

main(String[]) - Static method in class org.freeplane.launcher.Launcher
 
MAIN_FREEPLANE_FRAME - Static variable in class org.freeplane.core.ui.components.UITools
 
Map - Interface in org.freeplane.api
Deprecated.
since 1.7.10 - use MindMap instead
mapLoader(File) - Method in interface org.freeplane.api.Controller
Returns Loader for accessing or loading mind map from file.
mapLoader(File) - Method in interface org.freeplane.api.HeadlessMapCreator
Returns HeadlessLoader for accessing or loading mind map from file.
mapLoader(File) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
mapLoader(InputStream) - Method in interface org.freeplane.api.HeadlessMapCreator
Returns HeadlessLoader for accessing or loading mind map from string input.
mapLoader(String) - Method in interface org.freeplane.api.Controller
Returns Loader for accessing or loading mind map from file.
mapLoader(String) - Method in interface org.freeplane.api.HeadlessMapCreator
Returns HeadlessLoader for accessing or loading mind map from string input.
mapLoader(String) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
mapLoader(URL) - Method in interface org.freeplane.api.Controller
Returns Loader for accessing or loading mind map from URL.
mapLoader(URL) - Method in interface org.freeplane.api.HeadlessMapCreator
Returns HeadlessLoader for accessing or loading mind map from URL.
mapLoader(URL) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Controller
 
MapRO - Interface in org.freeplane.api
Deprecated.
since 1.7.10 - use MindMapRO instead
matches(boolean) - Method in enum class org.freeplane.api.ChildrenSides
 
matchesUriPattern(String) - Static method in class org.freeplane.core.util.TextUtils
in opposite to the URI make scheme mandatory.
MAX_BUTTON_DIMENSION - Static variable in class org.freeplane.core.ui.components.UITools
 
MenuEntry(String, String, Icon, KeyStroke, String) - Constructor for class org.freeplane.core.util.MenuUtils.MenuEntry
 
MenuEntry(String, Icon) - Constructor for class org.freeplane.core.util.MenuUtils.MenuEntry
 
MenuUtils - Class in org.freeplane.core.util
Utilities for dealing with the Freeplane menu: In scripts available as "global variable" menuUtils.
MenuUtils() - Constructor for class org.freeplane.core.util.MenuUtils
 
MenuUtils.MenuEntry - Class in org.freeplane.core.util
The userObject type for createMenuEntryTree().
MenuUtils.MenuEntryTreeBuilder - Class in org.freeplane.core.util
 
MindMap - Interface in org.freeplane.api
The map a node belongs to: node.map - read-write.
MindMapRO - Interface in org.freeplane.api
The map a node belongs to: node.map - read-only.
mIsTag - Variable in class org.freeplane.core.util.HtmlUtils.IndexPair
 
mm - Enum constant in enum class org.freeplane.api.LengthUnit
 
move(int, int) - Method in interface org.freeplane.api.ConditionalStyles
Moves the conditional style found at position to toPosition
moveTo(int) - Method in interface org.freeplane.api.ConditionalStyle
Moves the conditional style to the specified position
moveTo(Node) - Method in interface org.freeplane.api.Node
 
moveTo(Node, int) - Method in interface org.freeplane.api.Node
 

N

N(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
Shortcut for node.map.node(id) - necessary for ids to other maps.
name() - Method in interface org.freeplane.api.EdgeStyle
 
name() - Method in interface org.freeplane.api.PhysicalUnit
 
NARROW_HEXAGON - Enum constant in enum class org.freeplane.api.NodeShape
 
newFileChooser() - Static method in class org.freeplane.core.ui.components.UITools
 
newFileChooser(File) - Static method in class org.freeplane.core.ui.components.UITools
 
newMap() - Method in interface org.freeplane.api.Controller
Deprecated.
since 1.7.10 - use Controller.newMindMap()
newMap(URL) - Method in interface org.freeplane.api.Controller
Deprecated.
since 1.6.16 - use Controller.mapLoader(URL)
newMapFromTemplate(File) - Method in interface org.freeplane.api.Controller
 
newMapLocation(File) - Method in interface org.freeplane.api.HeadlessLoader
Sets map location to given file after loading.
newMapLocation(String) - Method in interface org.freeplane.api.HeadlessLoader
Sets map location to given file after loading.
newMindMap() - Method in interface org.freeplane.api.Controller
opens a new map with a default name in the foreground.
node() - Static method in class org.freeplane.plugin.script.proxy.ScriptUtils
a substitute for the binding variable 'node' in utility scripts.
node(String) - Method in interface org.freeplane.api.MindMapRO
get node by id.
Node - Interface in org.freeplane.api
The currently selected node: node - read-write.
NODE - Enum constant in enum class org.freeplane.api.Dependencies.Element
 
nodeChanged(NodeChanged) - Method in interface org.freeplane.api.NodeChangeListener
 
NodeChanged - Class in org.freeplane.api
 
NodeChanged(Node, NodeChanged.ChangedElement) - Constructor for class org.freeplane.api.NodeChanged
 
NodeChanged.ChangedElement - Enum Class in org.freeplane.api
 
NodeChangeListener - Interface in org.freeplane.api
 
NodeCondition - Interface in org.freeplane.api
 
NodeGeometry - Interface in org.freeplane.api
 
NodeGeometryRO - Interface in org.freeplane.api
 
NodeNotFoundException - Exception in org.freeplane.api
 
NodeNotFoundException(String) - Constructor for exception org.freeplane.api.NodeNotFoundException
 
NodeNotFoundException(String, Throwable) - Constructor for exception org.freeplane.api.NodeNotFoundException
 
NodeNotFoundException(Throwable) - Constructor for exception org.freeplane.api.NodeNotFoundException
 
NodeRO - Interface in org.freeplane.api
The currently selected node: node - read-only.
NodeShape - Enum Class in org.freeplane.api
 
NodeStyle - Interface in org.freeplane.api
Node's style: node.style - read-only.
NodeStyleRO - Interface in org.freeplane.api
Node's style: node.style - read-only.
NodeToComparableMapper - Interface in org.freeplane.api
 
NOT_SET - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
NOT_SET - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
NOT_SET - Enum constant in enum class org.freeplane.api.ChildrenSides
 
NOT_SET - Enum constant in enum class org.freeplane.api.LayoutOrientation
 
NOTE - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
numberToString() - Method in interface org.freeplane.api.FreeplaneVersion
 
numberToString() - Method in class org.freeplane.core.util.FreeplaneVersion
returns the version number only, e.g.

O

objectToHtml(Object) - Static method in class org.freeplane.core.util.HtmlUtils
 
of(int[]) - Static method in enum class org.freeplane.api.Dash
 
ofAttribute(int) - Method in interface org.freeplane.api.DependencyLookup
Calculates dependencies related to attribute given by index.
ofAttribute(String) - Method in interface org.freeplane.api.DependencyLookup
Calculates dependencies related to first attribute with given name.
ofNode() - Method in interface org.freeplane.api.DependencyLookup
Calculates dependencies related to node value.
ofTopOrLeft(boolean) - Static method in enum class org.freeplane.api.ChildrenSides
 
optimizeWidths() - Method in interface org.freeplane.api.Attributes
optimize widths of attribute view columns according to contents.
org.freeplane.api - package org.freeplane.api
 
org.freeplane.core.ui.components - package org.freeplane.core.ui.components
 
org.freeplane.core.util - package org.freeplane.core.util
 
org.freeplane.launcher - package org.freeplane.launcher
 
org.freeplane.plugin.script - package org.freeplane.plugin.script
 
org.freeplane.plugin.script.proxy - package org.freeplane.plugin.script.proxy
 
originalEnd - Variable in class org.freeplane.core.util.HtmlUtils.IndexPair
 
originalStart - Variable in class org.freeplane.core.util.HtmlUtils.IndexPair
 
OVAL - Enum constant in enum class org.freeplane.api.NodeShape
 

P

parse(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
parses text to the proper data type, if possible, setting format to the standard.
pasteAsClone() - Method in interface org.freeplane.api.Node
inserts the node(s) copied from clipboard as clone(s).
pattern - Variable in enum class org.freeplane.api.Dash
 
PhysicalUnit - Interface in org.freeplane.api
 
pixelsInPt(double) - Static method in enum class org.freeplane.api.LengthUnit
 
plainToHTML(String) - Static method in class org.freeplane.core.util.HtmlUtils
transforms &, <, >, \n and whitespace by their HTML counterpart and encloses the whole text in <html><body><p>...</p></body></html>.
Properties - Interface in org.freeplane.api
 
Proxy - Interface in org.freeplane.plugin.script.proxy
This interface alone defines the api for accessing the internal state of the Freeplane.
Proxy.Attributes - Interface in org.freeplane.plugin.script.proxy
 
Proxy.AttributesRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Border - Interface in org.freeplane.plugin.script.proxy
 
Proxy.BorderRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Cloud - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ConditionalStyle - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ConditionalStyleRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ConditionalStyles - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Connector - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ConnectorRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Controller - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ControllerRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.DependencyLookup - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Edge - Interface in org.freeplane.plugin.script.proxy
 
Proxy.EdgeRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ExternalObject - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ExternalObjectRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Font - Interface in org.freeplane.plugin.script.proxy
 
Proxy.FontRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Icons - Interface in org.freeplane.plugin.script.proxy
 
Proxy.IconsRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Link - Interface in org.freeplane.plugin.script.proxy
 
Proxy.LinkRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Loader - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Map - Interface in org.freeplane.plugin.script.proxy
Deprecated.
since 1.7.10 use Proxy.MindMap
Proxy.MapRO - Interface in org.freeplane.plugin.script.proxy
Deprecated.
since 1.7.10, use Proxy.MindMapRO
Proxy.MindMap - Interface in org.freeplane.plugin.script.proxy
 
Proxy.MindMapRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Node - Interface in org.freeplane.plugin.script.proxy
 
Proxy.NodeGeometry - Interface in org.freeplane.plugin.script.proxy
 
Proxy.NodeGeometryRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.NodeRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.NodeStyle - Interface in org.freeplane.plugin.script.proxy
 
Proxy.NodeStyleRO - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Properties - Interface in org.freeplane.plugin.script.proxy
 
Proxy.Reminder - Interface in org.freeplane.plugin.script.proxy
 
Proxy.ReminderRO - Interface in org.freeplane.plugin.script.proxy
 
pt - Enum constant in enum class org.freeplane.api.LengthUnit
 
pureTextEnd - Variable in class org.freeplane.core.util.HtmlUtils.IndexPair
 
pureTextStart - Variable in class org.freeplane.core.util.HtmlUtils.IndexPair
 
putAt(String, Object) - Method in interface org.freeplane.api.Node
Allows to set and to change attribute like array (or map) elements.
putAt(String, Object) - Method in interface org.freeplane.api.Properties
Allows to set and to change properties.
px - Enum constant in enum class org.freeplane.api.LengthUnit
 

Q

Quantity<U extends Enum<U> & PhysicalUnit> - Class in org.freeplane.api
 
Quantity(double, U) - Constructor for class org.freeplane.api.Quantity
 

R

readingFiles() - Method in interface org.freeplane.api.Script
With permission to read files.
RECTANGLE - Enum constant in enum class org.freeplane.api.NodeShape
 
redo() - Method in interface org.freeplane.api.Controller
invokes redo once - for testing purposes mainly.
redoFilter() - Method in interface org.freeplane.api.MindMap
reinstalls the previously undone filter if there is any.
Reminder - Interface in org.freeplane.api
Reminder: node.reminder - read-write.
ReminderRO - Interface in org.freeplane.api
Reminder: node.reminder - read-only.
remove() - Method in interface org.freeplane.api.ConditionalStyle
Removes the conditional style from the table
remove() - Method in interface org.freeplane.api.Link
removes the link.
remove() - Method in interface org.freeplane.api.Reminder
removes a reminder from a node.
remove(int) - Method in interface org.freeplane.api.Attributes
removes the attribute at the given index.
remove(int) - Method in interface org.freeplane.api.ConditionalStyles
It can be used to move a conditional style between nodes or between maps.
remove(int) - Method in interface org.freeplane.api.Icons
deletes the icon at the given index, returns true if success (icon existed).
remove(String) - Method in interface org.freeplane.api.Attributes
Deprecated.
remove(String) - Method in interface org.freeplane.api.Icons
deletes first occurence of icon with the given name, returns true if success (icon existed).
removeAll(String) - Method in interface org.freeplane.api.Attributes
removes all attributes with this name.
removeAllTagsFromString(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
removeConnector(Connector) - Method in interface org.freeplane.api.Node
removes the given connector on both sides.
removeEncryption(String) - Method in interface org.freeplane.api.Node
decrypts a node and remove the password protection.
removeHtmlTagsFromString(String) - Static method in class org.freeplane.core.util.HtmlUtils
Removes all tags (<..>) from a string if it starts with "<html>..." to make it compareable.
removeIcon(String) - Method in interface org.freeplane.api.Icons
Deprecated.
since 1.2 - use Icons.remove(String) instead.
removeListener(NodeChangeListener) - Method in interface org.freeplane.api.MindMap
 
removeMnemonic(String) - Static method in class org.freeplane.core.util.TextUtils
 
removeTranslateComment(String) - Static method in class org.freeplane.core.util.TextUtils
Removes the "TranslateMe" sign from the end of not translated texts.
repaintAll(Container) - Static method in class org.freeplane.core.ui.components.UITools
 
replaceAtBegin(String, String, String) - Static method in class org.freeplane.core.util.TextUtils
 
resetBold() - Method in interface org.freeplane.api.Font
 
resetItalic() - Method in interface org.freeplane.api.Font
 
resetName() - Method in interface org.freeplane.api.Font
 
resetSize() - Method in interface org.freeplane.api.Font
 
resetStrikedThrough() - Method in interface org.freeplane.api.Font
 
RIGHT - Enum constant in enum class org.freeplane.api.HorizontalTextAlignment
 
RIGHT - Static variable in enum class org.freeplane.api.Side
Deprecated.
RIGHT_TO_LEFT - Enum constant in enum class org.freeplane.api.TextWritingDirection
 
round(Double) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
rounds a number to integral type.
round(Double, int) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
round to the given number of decimal places: round(0.1234, 2) → 0.12

S

save(boolean) - Method in interface org.freeplane.api.MindMap
saves the map to disk.
saveAfterLoading() - Method in interface org.freeplane.api.HeadlessLoader
Saves map after loading under new associated location
saveAs(File) - Method in interface org.freeplane.api.MindMap
saves the map to disk.
scale(Font) - Static method in class org.freeplane.core.ui.components.UITools
 
scaleFontInt(Font, double) - Static method in class org.freeplane.core.ui.components.UITools
 
scaleUI(Font) - Static method in class org.freeplane.core.ui.components.UITools
 
script(File) - Method in interface org.freeplane.api.HeadlessMapCreator
Create executable script from file.
script(String, String) - Method in interface org.freeplane.api.HeadlessMapCreator
Create executable script from given argument.
Script - Interface in org.freeplane.api
API for executing scripts.
ScriptUtils - Class in org.freeplane.plugin.script.proxy
Various utilities for use in scripting, especially in utility scripts.
ScriptUtils() - Constructor for class org.freeplane.plugin.script.proxy.ScriptUtils
 
SCROLLBAR_INCREMENT - Static variable in class org.freeplane.core.ui.components.UITools
 
select(Collection<? extends Node>) - Method in interface org.freeplane.api.Controller
selects multiple Nodes.
select(Node) - Method in interface org.freeplane.api.Controller
 
selectBranch(Node) - Method in interface org.freeplane.api.Controller
selects branchRoot and all children
selectMultipleNodes(Collection<? extends Node>) - Method in interface org.freeplane.api.Controller
selectNodeById(String) - Method in interface org.freeplane.api.Loader
Selects given node after loading.
serialize(Object) - Method in interface org.freeplane.api.AttributeValueSerializer
 
set(int, Object) - Method in interface org.freeplane.api.Attributes
sets the value of the attribute at an index.
set(int, String, Object) - Method in interface org.freeplane.api.Attributes
sets name and value of the attribute at the given index.
set(int, String, Object, String) - Method in interface org.freeplane.api.Attributes
sets name, value and format pattern of the attribute at the given index.
set(String) - Method in interface org.freeplane.api.Link
Deprecated.
since 1.2 - use Link.setText(String) instead.
set(String, Object) - Method in interface org.freeplane.api.Attributes
adds an attribute if there is no attribute with the given name or changes the value of the first attribute with the given name.
setActive(boolean) - Method in interface org.freeplane.api.ConditionalStyle
 
setAlias(String) - Method in interface org.freeplane.api.Node
Sets alias of the node
setAt(String, String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setAttributes(Map<String, Object>) - Method in interface org.freeplane.api.Node
allows to set all attributes at once:
setBackgroundColor(Color) - Method in interface org.freeplane.api.MindMap
 
setBackgroundColor(Color) - Method in interface org.freeplane.api.NodeStyle
 
setBackgroundColorCode(String) - Method in interface org.freeplane.api.MindMap
 
setBackgroundColorCode(String) - Method in interface org.freeplane.api.NodeStyle
 
setBaseDistanceToChildren(int) - Method in interface org.freeplane.api.Node
 
setBaseDistanceToChildren(String) - Method in interface org.freeplane.api.Node
 
setBaseDistanceToChildren(Quantity<LengthUnit>) - Method in interface org.freeplane.api.Node
 
setBinary(byte[]) - Method in interface org.freeplane.api.Node
Converts data to a BASE64 encoded string and sets it as this node's text.
setBinding(Binding) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
setBold(boolean) - Method in interface org.freeplane.api.Font
 
setBounds(Component, int, int, int, int) - Static method in class org.freeplane.core.ui.components.UITools
 
setChildNodesLayout(ChildNodesLayout) - Method in interface org.freeplane.api.Node
 
setColor(Color) - Method in interface org.freeplane.api.Border
 
setColor(Color) - Method in interface org.freeplane.api.Cloud
 
setColor(Color) - Method in interface org.freeplane.api.Connector
 
setColor(Color) - Method in interface org.freeplane.api.Edge
 
setColorCode(String) - Method in interface org.freeplane.api.Border
 
setColorCode(String) - Method in interface org.freeplane.api.Cloud
 
setColorCode(String) - Method in interface org.freeplane.api.Connector
 
setColorCode(String) - Method in interface org.freeplane.api.Edge
 
setCreatedAt(Date) - Method in interface org.freeplane.api.Node
 
setCss(String) - Method in interface org.freeplane.api.NodeStyle
 
setDash(Dash) - Method in interface org.freeplane.api.Border
 
setDash(Dash) - Method in interface org.freeplane.api.Edge
 
setDashArray(int[]) - Method in interface org.freeplane.api.Connector
Since 1.7.10
setDateTime(Date) - Method in interface org.freeplane.api.Node
sets the node text to a default formatted datetime object.
setDefaultProperty(String, String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setDetails(Object) - Method in interface org.freeplane.api.Node
A node's text is String valued.
setDetailsContentType(String) - Method in interface org.freeplane.api.Node
Sets details content type.
setDetailsText(String) - Method in interface org.freeplane.api.Node
Sets the raw (HTML) note text.
setDialogLocationRelativeTo(JDialog, Component) - Static method in class org.freeplane.core.ui.components.UITools
 
setDialogLocationRelativeTo(JDialog, NodeModel) - Static method in class org.freeplane.core.ui.components.UITools
 
setDialogLocationUnder(JDialog, NodeModel) - Static method in class org.freeplane.core.ui.components.UITools
 
setEnabled(boolean) - Method in interface org.freeplane.api.Cloud
 
setEndArrow(boolean) - Method in interface org.freeplane.api.Connector
 
setEndArrow(ArrowType) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Connector
Deprecated.
since 1.2 - use Connector.setEndArrow(boolean) instead
setFile(File) - Method in interface org.freeplane.api.ExternalObject
setting null uri means remove external object.
setFile(File) - Method in interface org.freeplane.api.Link
sets target to file.
setFilter(boolean, boolean, NodeCondition) - Method in interface org.freeplane.api.MindMap
Deprecated.
use filter
setFilter(NodeCondition) - Method in interface org.freeplane.api.MindMap
setFloating(boolean) - Method in interface org.freeplane.api.NodeStyle
sets the floating style for the node (aka "free node").
setFolded(boolean) - Method in interface org.freeplane.api.Node
 
setFormat(int, String) - Method in interface org.freeplane.api.Attributes
sets format pattern to the attribute at the given index.
setFormat(String) - Method in interface org.freeplane.api.Node
sets the format string of the formatter.
setFree(boolean) - Method in interface org.freeplane.api.Node
set to true if this node should be freely positionable:
setHideDetails(boolean) - Method in interface org.freeplane.api.Node
use node.hideDetails = true/false to control visibility of details.
setHorizontalMargin(Quantity<LengthUnit>) - Method in interface org.freeplane.api.NodeGeometry
 
setHorizontalShift(int) - Method in interface org.freeplane.api.Node
 
setHorizontalShift(String) - Method in interface org.freeplane.api.Node
use length units like "1 cm" or "6 pt"
setHorizontalShift(Quantity<LengthUnit>) - Method in interface org.freeplane.api.Node
 
setHorizontalTextAlignment(HorizontalTextAlignment) - Method in interface org.freeplane.api.NodeStyle
 
setInclination(List<Integer>, List<Integer>) - Method in interface org.freeplane.api.Connector
startPoint, endPoint: list of two integers representing a Point.
setIsGlobal(boolean) - Method in interface org.freeplane.api.Node
Sets if the node can be accessed using global accessor, see NodeRO.at(String)
setIsUniform(boolean) - Method in interface org.freeplane.api.NodeGeometry
 
setItalic(boolean) - Method in interface org.freeplane.api.Font
 
setLabelFontFamily(String) - Method in interface org.freeplane.api.Connector
Since 1.7.10
setLabelFontSize(int) - Method in interface org.freeplane.api.Connector
Since 1.7.10
setLast(boolean) - Method in interface org.freeplane.api.ConditionalStyle
In the Manage Conditional Styles dialog it's the Stop checkbox
setLastModifiedAt(Date) - Method in interface org.freeplane.api.Node
 
setLeft(boolean) - Method in interface org.freeplane.api.Node
Deprecated.
since 1.10.4 - use Node.setSideAtRoot(Side) instead.
setMaxNodeWidth(int) - Method in interface org.freeplane.api.NodeStyle
minNodeWidth in px - set to -1 to restore default.
setMaxNodeWidth(String) - Method in interface org.freeplane.api.NodeStyle
use length units like "1 cm" or "6 pt"
setMaxNodeWidth(Quantity<LengthUnit>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeStyle
Set to null to restore default
setMiddleLabel(String) - Method in interface org.freeplane.api.Connector
 
setMinimalDistanceBetweenChildren(int) - Method in interface org.freeplane.api.Node
 
setMinimalDistanceBetweenChildren(String) - Method in interface org.freeplane.api.Node
use length units like "1 cm" or "6 pt"
setMinimalDistanceBetweenChildren(Quantity<LengthUnit>) - Method in interface org.freeplane.api.Node
 
setMinimized(boolean) - Method in interface org.freeplane.api.Node
 
setMinNodeWidth(int) - Method in interface org.freeplane.api.NodeStyle
minNodeWidth in px - set to -1 to restore default.
setMinNodeWidth(String) - Method in interface org.freeplane.api.NodeStyle
use length units like "1 cm" or "6 pt"
setMinNodeWidth(Quantity<LengthUnit>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeStyle
Set to null to restore default
setName(String) - Method in interface org.freeplane.api.Font
 
setName(String) - Method in interface org.freeplane.api.MindMap
Sets the map (frame/tab) title.
setName(String) - Method in interface org.freeplane.api.NodeStyle
Selects a style by name, see menu Styles → Pre/Userdefined styles for valid style names or use NodeStyleRO.getName() to display the name of a node's style.
setNode(Node) - Method in interface org.freeplane.api.Link
target is a node of the same map.
setNodeTextColor(Color) - Method in interface org.freeplane.api.NodeStyle
Deprecated.
since 1.2 - use NodeStyle.setTextColor(Color) instead.
setNote(Object) - Method in interface org.freeplane.api.Node
Set the note text: This methods provides automatic conversion to String in a way that node.getNote().getXyz() methods will be able to convert the string properly to the wanted type.
setNoteContentType(String) - Method in interface org.freeplane.api.Node
Sets note content type.
setNoteText(String) - Method in interface org.freeplane.api.Node
Sets the raw (HTML) note text.
setNumberingEnabled(boolean) - Method in interface org.freeplane.api.NodeStyle
 
setObject(Object) - Method in interface org.freeplane.api.Node
A node's text object is normally String valued but it can be of any type since every Object can be converted to String for display.
setOpacity(int) - Method in interface org.freeplane.api.Connector
0 <= opacity <= 255 Since 1.7.10
setProperty(String, boolean) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setProperty(String, double) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setProperty(String, int) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setProperty(String, long) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setProperty(String, Object) - Method in class org.freeplane.plugin.script.proxy.Convertible
 
setProperty(String, String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
 
setSaved(boolean) - Method in interface org.freeplane.api.MindMap
 
setScalingFactor(double) - Static method in enum class org.freeplane.api.LengthUnit
 
setScript(String) - Method in interface org.freeplane.api.ConditionalStyle
Sets a Groovy script as the Script Filter for this Conditional Style.
setScript(String) - Method in interface org.freeplane.api.Reminder
optional: a Groovy script to execute when the reminder fires.
setScrollbarIncrement(JScrollPane) - Static method in class org.freeplane.core.ui.components.UITools
 
setShape(String) - Method in interface org.freeplane.api.Cloud
 
setShape(String) - Method in interface org.freeplane.api.Connector
 
setShape(NodeShape) - Method in interface org.freeplane.api.NodeGeometry
 
setSideAtRoot(Side) - Method in interface org.freeplane.api.Node
 
setSimulatesEdge(boolean) - Method in interface org.freeplane.api.Connector
 
setSize(int) - Method in interface org.freeplane.api.Font
 
setSourceLabel(String) - Method in interface org.freeplane.api.Connector
 
setStartArrow(boolean) - Method in interface org.freeplane.api.Connector
 
setStartArrow(ArrowType) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Connector
Deprecated.
since 1.2 - use Connector.setStartArrow(boolean) instead
setStatusInfo(String) - Method in interface org.freeplane.api.Controller
The main info for the status line with key="standard", use null to remove.
setStatusInfo(String, String) - Method in interface org.freeplane.api.Controller
Info for status line, null to remove.
setStatusInfo(String, String, String) - Method in interface org.freeplane.api.Controller
Info for status line - text and icon - null stands for "remove" (text or icon)
setStatusInfo(String, Icon) - Method in interface org.freeplane.api.Controller
setStrikedThrough(boolean) - Method in interface org.freeplane.api.Font
 
setStyle(IStyle) - Method in interface org.freeplane.plugin.script.proxy.Proxy.NodeStyle
 
setStyleName(String) - Method in interface org.freeplane.api.ConditionalStyle
 
setTargetLabel(String) - Method in interface org.freeplane.api.Connector
 
setText(Object) - Method in interface org.freeplane.api.Node
If value is a String the node object is set to it verbatim.
setText(String) - Method in interface org.freeplane.api.Link
target is a stringified URI.
setTextColor(Color) - Method in interface org.freeplane.api.NodeStyle
 
setTextColorCode(String) - Method in interface org.freeplane.api.NodeStyle
 
setType(String) - Method in interface org.freeplane.api.Edge
 
setType(EdgeStyle) - Method in interface org.freeplane.api.Edge
 
setType(EdgeStyle) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Edge
 
setUri(String) - Method in interface org.freeplane.api.ExternalObject
setting null uri means remove external object.
setUri(URI) - Method in interface org.freeplane.api.Link
sets target to uri.
setURI(String) - Method in interface org.freeplane.api.ExternalObject
Deprecated.
since 1.2 - use ExternalObject.setUri(String) instead.
setUsesEdgeColor(Boolean) - Method in interface org.freeplane.api.Border
 
setUsesEdgeDash(Boolean) - Method in interface org.freeplane.api.Border
 
setUsesEdgeWidth(Boolean) - Method in interface org.freeplane.api.Border
 
setVerticalMargin(Quantity<LengthUnit>) - Method in interface org.freeplane.api.NodeGeometry
 
setVerticalShift(int) - Method in interface org.freeplane.api.Node
 
setVerticalShift(String) - Method in interface org.freeplane.api.Node
use length units like "1 cm" or "6 pt"
setVerticalShift(Quantity<LengthUnit>) - Method in interface org.freeplane.api.Node
 
setWidth(int) - Method in interface org.freeplane.api.Connector
Since 1.7.10
setWidth(int) - Method in interface org.freeplane.api.Edge
can be -1 for default, 0 for thin, >0
setWidth(Integer) - Method in interface org.freeplane.api.Border
sets the border's width in pixels
setWidth(String) - Method in interface org.freeplane.api.Border
sets the border's width using a string to define its value and LengthUnit
setWidth(Quantity<LengthUnit>) - Method in interface org.freeplane.api.Border
 
setZoom(float) - Method in interface org.freeplane.api.Controller
a value of 1 means 100%.
setZoom(float) - Method in interface org.freeplane.api.ExternalObject
set to 1.0 to set it to 100%.
severe(String) - Static method in class org.freeplane.core.util.LogUtils
 
severe(String, Throwable) - Static method in class org.freeplane.core.util.LogUtils
 
severe(Throwable) - Static method in class org.freeplane.core.util.LogUtils
 
showAttributeEmptyStringErrorMessage() - Static method in class org.freeplane.core.ui.components.UITools
Shows the error message "attributes_adding_empty_attribute_error"
showConfirmDialog(NodeModel, Object, String, int) - Static method in class org.freeplane.core.ui.components.UITools
 
showConfirmDialog(NodeModel, Object, String, int, int) - Static method in class org.freeplane.core.ui.components.UITools
 
showFrame() - Static method in class org.freeplane.core.ui.components.UITools
 
showInputDialog(NodeModel, String, String) - Static method in class org.freeplane.core.ui.components.UITools
 
showInputDialog(NodeModel, String, String, int) - Static method in class org.freeplane.core.ui.components.UITools
 
showMessage(String, int) - Static method in class org.freeplane.core.ui.components.UITools
 
shutdown() - Method in class org.freeplane.launcher.Launcher
The method should be call on application exit to shutdown embedded Freeplane instance.
Side - Enum Class in org.freeplane.api
 
simulatesEdge() - Method in interface org.freeplane.api.ConnectorRO
 
size() - Method in interface org.freeplane.api.AttributesRO
the number of attributes.
size() - Method in interface org.freeplane.api.IconsRO
returns the number of icons the node has.
SOLID - Enum constant in enum class org.freeplane.api.Dash
 
sortChildrenBy(Closure<Comparable<Object>>) - Method in interface org.freeplane.plugin.script.proxy.Proxy.Node
A sort method that uses the result of the Groovy closure ("block") for comparison.
sortChildrenBy(NodeToComparableMapper) - Method in interface org.freeplane.api.Node
A sort method that uses the result of the lambda ("block") for comparison.
STACKED_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesAlignment
 
startingApplications() - Method in interface org.freeplane.api.Script
With permission to start applications.
stream() - Method in interface org.freeplane.api.Attributes
Returns stream of attributes represented by map entries.
swingConstant - Variable in enum class org.freeplane.api.HorizontalTextAlignment
 

T

T(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
Shortcut for node.map.node(id).text.
TEXT - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
textToHTML(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
TextUtils - Class in org.freeplane.core.util
utilities for translations, conversions to/from number and dates etc.
TextUtils() - Constructor for class org.freeplane.core.util.TextUtils
 
TextWritingDirection - Enum Class in org.freeplane.api
 
toBaseUnits() - Method in class org.freeplane.api.Quantity
 
toBaseUnitsRounded() - Method in class org.freeplane.api.Quantity
 
toComparable(NodeRO) - Method in interface org.freeplane.api.NodeToComparableMapper
 
toHtml(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
toHTMLEscapedText(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
toNumber(String) - Static method in class org.freeplane.core.util.TextUtils
 
TOP_OR_LEFT - Enum constant in enum class org.freeplane.api.ChildrenSides
 
TOP_OR_LEFT - Enum constant in enum class org.freeplane.api.Side
 
TOP_TO_BOTTOM - Enum constant in enum class org.freeplane.api.LayoutOrientation
 
TOPTOBOTTOM_ASC_STACKEDAUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_BOTTOM - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_STACKEDAUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_BOTHSIDES_TOP - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_DESC_STACKEDAUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_BOTTOM - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_LEFT_TOP - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_AUTO - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_BOTTOM - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_CENTERED - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_FIRST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_FLOW - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_LAST - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
TOPTOBOTTOM_RIGHT_TOP - Enum constant in enum class org.freeplane.api.ChildNodesLayout
 
toString() - Method in class org.freeplane.api.Dependencies
 
toString() - Method in class org.freeplane.api.NodeChanged
 
toString() - Method in class org.freeplane.api.Quantity
 
toString() - Method in class org.freeplane.core.util.FreeplaneVersion
returns the full version number, e.g.
toString() - Method in class org.freeplane.core.util.HtmlUtils.IndexPair
 
toString() - Method in class org.freeplane.core.util.MenuUtils.MenuEntry
 
toString() - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
 
toString() - Method in class org.freeplane.plugin.script.proxy.Convertible
 
toString(Object) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
formats according to the internal standard, that is the conversion will be reversible for types that are handled special by the scripting api namely Dates and Numbers.
toString(Object) - Static method in class org.freeplane.plugin.script.proxy.Convertible
has special conversions for Date and Calendar are converted by org.apache.commons.lang.time.DateFormatUtils.format(date, "yyyy-MM-dd'T'HH:mm:ss.SSSZ"), i.e.
toXhtml(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
toXMLEscapedText(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
toXMLEscapedTextExpandingWhitespace(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
toXMLUnescapedText(String) - Static method in class org.freeplane.core.util.HtmlUtils
 

U

UITools - Class in org.freeplane.core.ui.components
Utilities for accessing the GUI, creating dialogs etc.: In scripts available as "global variable" ui.
UITools() - Constructor for class org.freeplane.core.ui.components.UITools
 
UITools.Defaults - Class in org.freeplane.core.ui.components
 
UITools.InsertEolAction - Class in org.freeplane.core.ui.components
 
undo() - Method in interface org.freeplane.api.Controller
invokes undo once - for testing purposes mainly.
undoFilter() - Method in interface org.freeplane.api.MindMap
removes the current filter and reinstalls the previous filter if there is any.
unescapeHTMLUnicodeEntity(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
unicodeToHTMLUnicodeEntity(String) - Static method in class org.freeplane.core.util.HtmlUtils
 
unit - Variable in class org.freeplane.api.Quantity
 
UNKNOWN - Enum constant in enum class org.freeplane.api.NodeChanged.ChangedElement
 
unsetMapLocation() - Method in interface org.freeplane.api.HeadlessLoader
Removes associated location after loading.
userDirectory(File) - Method in class org.freeplane.launcher.Launcher
Sets user configuration directory (without the version).
userDirectory(String) - Method in class org.freeplane.launcher.Launcher
Sets user configuration directory (without the version).
using(LayoutOrientation, ChildrenSides, ChildNodesAlignment) - Static method in enum class org.freeplane.api.ChildNodesLayout
 

V

V(String) - Method in class org.freeplane.plugin.script.FreeplaneScriptBaseClass
Shortcut for node.map.node(id).value.
value - Variable in class org.freeplane.api.Quantity
 
valueOf(String) - Static method in enum class org.freeplane.api.ChildNodesAlignment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.ChildNodesLayout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.ChildrenSides
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.Dash
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.Dependencies.Element
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.HorizontalTextAlignment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.LayoutOrientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.LengthUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.NodeChanged.ChangedElement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.NodeShape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.Side
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.freeplane.api.TextWritingDirection
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.freeplane.api.ChildNodesAlignment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.ChildNodesLayout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.ChildrenSides
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.Dash
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.Dependencies.Element
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.HorizontalTextAlignment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.LayoutOrientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.LengthUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.NodeChanged.ChangedElement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.NodeShape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.Side
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.freeplane.api.TextWritingDirection
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION_KEY - Static variable in class org.freeplane.core.util.FreeplaneVersion
 
VERSION_PROPERTIES - Static variable in class org.freeplane.core.util.FreeplaneVersion
 

W

warn(String) - Static method in class org.freeplane.core.util.LogUtils
 
warn(String, Throwable) - Static method in class org.freeplane.core.util.LogUtils
 
warn(Throwable) - Static method in class org.freeplane.core.util.LogUtils
 
WIDE_HEXAGON - Enum constant in enum class org.freeplane.api.NodeShape
 
withAllPermissions() - Method in interface org.freeplane.api.Script
Without restrictions.
withOutput(PrintStream) - Method in interface org.freeplane.api.Script
With output stream.
withView() - Method in interface org.freeplane.api.Loader
Creates and selects a map view or selects already existing map view.
writingFiles() - Method in interface org.freeplane.api.Script
With permission to write files.

X

XML_VERSION - Static variable in class org.freeplane.core.util.FreeplaneVersion
 

Z

zoomBy(double) - Method in class org.freeplane.api.Quantity
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form