- インタフェース のメソッドorg.freeplane.plugin.script.proxy.
- filter(Closure<Boolean>) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Map
-
install a Groovy closure as the current filter in this map.
- filter(boolean, boolean, Closure<Boolean>) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Map
-
- find(ICondition) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
- find(Closure<Boolean>) - インタフェース のメソッド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(ICondition) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- find(Closure<Boolean>) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
Starting from this node, recursively searches for nodes for which closure.call(node)
returns true.
- findAll() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
Returns all nodes of the map in breadth-first order, that is, for the following map,
1
1.1
1.1.1
1.1.2
1.2
2
[1, 1.1, 1.1.1, 1.1.2, 1.2, 2] is returned.
- findAll() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
Returns all nodes of the branch that starts with this node in breadth-first order.
- findAllDepthFirst() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
Returns all nodes of the map in depth-first order, that is, for the following map,
1
1.1
1.1.1
1.1.2
1.2
2
[1.1.1, 1.1.2, 1.1, 1.2, 1, 2] is returned.
- findAllDepthFirst() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
Returns all nodes of the branch that starts with this node in depth-first order.
- findAssignedMenuItemNodeRecursively(DefaultMutableTreeNode, KeyStroke) - クラス のstaticメソッドorg.freeplane.core.util.MenuUtils
-
there are little reasons to use this in scripts.
- findAttribute(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
- findFirst(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns the index of the first attribute with the given name if one exists or -1 otherwise.
- findValues(Closure<Boolean>) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns the values of all attributes for which the closure returns true.
- focusOn(JComponent) - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
- FONT_SCALE_FACTOR - クラス のstatic変数org.freeplane.core.ui.components.UITools
-
- format(String, Object...) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- format(Object, String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass
-
uses formatString to return a FormattedObject.
- format(Object) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass
-
Applies default date-time format for dates or default number format for numbers.
- formatDate(Date) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass
-
Applies default date format (instead of standard date-time) format on the given date.
- formatKeyStroke(KeyStroke) - クラス のstaticメソッドorg.freeplane.core.util.MenuUtils
-
pretty print a keystroke.
- FreeplaneScriptBaseClass - org.freeplane.plugin.scriptのクラス
-
All methods of this class are available as "global" methods in every script.
- FreeplaneScriptBaseClass() - クラス のコンストラクタorg.freeplane.plugin.script.FreeplaneScriptBaseClass
-
- FreeplaneScriptBaseClass.ConfigProperties - org.freeplane.plugin.scriptのクラス
-
Accessor for Freeplane's configuration: In scripts available
as "global variable" config
.
- FreeplaneScriptBaseClass.ConfigProperties() - クラス のコンストラクタorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- FreeplaneVersion - org.freeplane.core.utilのクラス
-
provides access to the current Freeplane version.
- FreeplaneVersion(int, int, int, String, int, String) - クラス のコンストラクタorg.freeplane.core.util.FreeplaneVersion
-
- FreeplaneVersion(int, int, int) - クラス のコンストラクタorg.freeplane.core.util.FreeplaneVersion
-
- get(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
- get(int) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns the attribute value at the given index.
- get() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.LinkRO
-
- getAll(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns all values for the attribute name.
- getAt(String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
support config['key'] from Groovy.
- getAt(int) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.IconsRO
-
returns the name of the icon at the given index (starting at 0) or null if index >= size
.
- getAt(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
allows to access attribute values like array elements.
- getAt(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Properties
-
Provides map-like access to properties.
- getAttributeNames() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
非推奨です。
since 1.2 use #getNames() instead.
- getAttributes() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getBackgroundColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.MapRO
-
- getBackgroundColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getBackgroundColorCode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.MapRO
-
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
- getBackgroundColorCode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
- getBinary() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getBool() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
parses the text (case insensitive) as boolean via Boolean.parseBoolean(String)
.
- getBooleanProperty(String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getCalendar() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
returns a Calendar for the parsed text.
- getChildPosition(Proxy.Node) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns the index (0..) of this node in the (by Y coordinate sorted)
list of this node's children.
- getChildren() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns the children of this node ordered by Y coordinate.
- getCloud() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Cloud
-
- getColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.EdgeRO
-
- getColorCode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Cloud
-
- getColorCode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getColorCode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.EdgeRO
-
- getComponentIndex(Component) - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
- getConnectorsIn() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getConnectorsOut() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getCreatedAt() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getCurrentLinkElement(HTMLDocument, int) - クラス のstaticメソッドorg.freeplane.core.util.HtmlUtils
-
- getDate() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
returns a Date for the parsed text.
- getDefaultDateFormat() - クラス のメソッドorg.freeplane.core.util.TextUtils
-
accessor for scripts.
- getDefaultDateTimeFormat() - クラス のメソッドorg.freeplane.core.util.TextUtils
-
accessor for scripts.
- getDefaultNumberFormat() - クラス のメソッドorg.freeplane.core.util.TextUtils
-
accessor for scripts.
- getDesktopBounds(Component) - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
- getDetails() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getDetailsText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns the raw HTML text of the details if there is any or null otherwise.
- getDisplayedText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
The visible text of this node.
- getDoubleProperty(String, double) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getEdge() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getEnabled() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Cloud
-
- getEndArrow() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getEndInclination() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
returns a Point.
- getExportTypeDescriptions() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
- getExternalObject() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getFile() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.LinkRO
-
returns the link as File if defined and if the link target is a valid File URI and null otherwise.
- getFile() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.MapRO
-
returns the physical location of the map if available or null otherwise.
- getFirst(String) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns the first value of an attribute with the given name or null otherwise.
- getFirst() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.IconsRO
-
returns the name of the first icon if the node has an icon assigned or null otherwise.
- getFont() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getFormat() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns the format string of the formatter if available and null otherwise.
- getFrame() - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
- getFreeplaneUserDirectory() - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getFreeplaneVersion() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
returns Freeplane version.
- getHideDetails() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns true if node details are hidden.
- getIconKey() - クラス のメソッドorg.freeplane.core.util.MenuUtils.MenuEntry
-
- getIcons() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.IconsRO
-
returns a read-only list of the names of the icons the node has.
- getIcons() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getId() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getInstance() - クラス のstaticメソッドorg.freeplane.core.util.HtmlUtils
-
- getIntProperty(String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getIntProperty(String, int) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getKey() - クラス のメソッドorg.freeplane.core.util.MenuUtils.MenuEntry
-
- getKey(int) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns the attribute key at the given index.
- getKeyStroke(String) - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
returns a KeyStroke if possible and null otherwise.
- getKeyStroke() - クラス のメソッドorg.freeplane.core.util.MenuUtils.MenuEntry
-
- getLabel() - クラス のメソッドorg.freeplane.core.util.MenuUtils.MenuEntry
-
- getLastModifiedAt() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getLink() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getLogDirectory() - クラス のstaticメソッドorg.freeplane.core.util.LogUtils
-
- getLogger() - クラス のstaticメソッドorg.freeplane.core.util.LogUtils
-
- getLongProperty(String, int) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getMaj() - クラス のメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getMap() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns all attributes as a map.
- getMap() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
the map this node belongs to.
- getMaximalOriginalPosition(int, ArrayList<HtmlUtils.IndexPair>) - クラス のstaticメソッドorg.freeplane.core.util.HtmlUtils
-
- getMaxNodeWidth() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getMenuItemIcon(String) - クラス のstaticメソッドorg.freeplane.core.util.MenuUtils
-
returns the icon for a menuItemKey or null if it has none.
- getMid() - クラス のメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getMiddleLabel() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getMin() - クラス のメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getMinimalOriginalPosition(int, ArrayList<HtmlUtils.IndexPair>) - クラス のstaticメソッドorg.freeplane.core.util.HtmlUtils
-
- getMinNodeWidth() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getName() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.FontRO
-
- getName() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.MapRO
-
returns the title of the MapView.
- getName() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
Returns the name of the node's style if set or null otherwise.
- getNames() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
returns all attribute names in the proper sequence.
- getNext() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns the next node with respect to this node in breadth-first order.
- getNode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.LinkRO
-
returns the link as Node if defined and if the link target is a valid local link to a node and null otherwise.
- getNodeID() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
非推奨です。
since 1.2 - use Node.getId() instead.
- getNodeLevel(boolean) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
if countHidden is false then only nodes that are matched by the
current filter are counted.
- getNodeTextColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getNote() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
Returns a Convertible object for the plain not text.
- getNoteText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
Returns the HTML text of the node.
- getNum() - クラス のメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getNum() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
returns a Long or a Double, whatever fits best.
- getNum0() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
"Safe" variant of getNum(): returns a Long or a Double if text is convertible to it or 0 otherwise
(even if text is null).
- getObject() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
Uses the following priority ranking to determine the type of the text:
null
Long
Double
Date
String
- getObject() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
The object that's displayed as the node text - normally the raw text of this node (then this method is
equivalent to
Proxy.NodeRO.getText()
).
- getOptionalText(String) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- getOptionalTranslation(String) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- getParent() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getParentNode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getPathToRoot() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
a list of all nodes starting from this node upto (and including) the root node.
- getPeriod() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ReminderRO
-
Count in units of "PeriodUnit".
- getPeriodUnit() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ReminderRO
-
One of ["MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "YEAR"].
- getPlain() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
- getPlainText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
use this method to remove all tags from an HTML node.
- getPlainTextContent() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
非推奨です。
since 1.2 - use getPlainText() or getTo().getPlain() instead.
- getPrevious() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns the previous node with respect to this node in breadth-first order.
- getProperties() - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getProperty(String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getProperty(String, String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getProperty(String) - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass
-
- getProperty(String) - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
pretend we are a String if we don't provide a property for ourselves.
- getRawText(String) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- getRawText(String, String) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- getRemindAt() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ReminderRO
-
The timestamp when the reminder fires first.
- getReminder() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getReplaceResult(Pattern, String, String) - クラス のstaticメソッドorg.freeplane.core.util.HtmlUtils
-
Replaces text in node content without replacing tags. fc, 19.12.06: This
method is very difficult.
- getResources() - クラス のメソッドorg.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
-
- getRevision() - クラス のメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getRoot() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.MapRO
-
- getRootNode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.MapRO
-
- getScreenResolution() - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
- getScript() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ReminderRO
-
optional: a Groovy script to execute when the reminder fires.
- getSelected() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
if multiple nodes are selected returns one (arbitrarily chosen)
selected node or the selected node for a single node selection.
- getSelecteds() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
A read-only list of selected nodes.
- getShape() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Cloud
-
- getShape() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
returns one of LINE, LINEAR_PATH, CUBIC_CURVE, EDGE_LIKE.
- getShortText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getSize() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.FontRO
-
- getSortedSelection(boolean) - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
returns List of Node objects sorted on Y
- getSource() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getSourceLabel() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getStartArrow() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getStartInclination() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
returns a Point.
- getStorage() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.Map
-
returns an accessor to the map specific storage.
- getString() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
- getStyle() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
The style attributes of a node can either be changed by assigning a named style like this:
node.style.name = 'style.ok'
or by changing attributes for this node individually like this:
node.style.textColorCode = '#FF0000'
Conditional styles of a node can only be investigated by
Proxy.NodeRO.hasStyle(String)
.
- getStyle() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getStyleNode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getTarget() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getTargetLabel() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ConnectorRO
-
- getText(String) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- getText(String, String) - クラス のstaticメソッドorg.freeplane.core.util.TextUtils
-
- getText() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
- getText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.LinkRO
-
returns the link text, a stringified URI, if a link is defined and null otherwise.
- getText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
The html text of this node.
- getTextColor() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getTextColorCode() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
-
- getTextColorForBackground(Color) - クラス のstaticメソッドorg.freeplane.core.ui.components.UITools
-
- getTo() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
Allow statements like this: node['attr_name'].to.num
.
- getTo() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
returns an object that performs conversions (method name is choosen to give descriptive code):
node.to.num Long or Double, see
Convertible.getDate()
.
- getToolTipText() - クラス のメソッドorg.freeplane.core.util.MenuUtils.MenuEntry
-
- getTransformedText() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getType() - クラス のメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getType() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.EdgeRO
-
- getUri() - クラス のメソッドorg.freeplane.plugin.script.proxy.Convertible
-
- getUri() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ExternalObjectRO
-
returns the object's uri if set or null otherwise.
- getURI() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ExternalObjectRO
-
- getUri() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.LinkRO
-
returns the link as URI if defined and null otherwise.
- getURLOfExistingLink(HTMLDocument, int) - クラス のstaticメソッドorg.freeplane.core.util.HtmlUtils
-
Gets the string URL of an existing link, or null if none.
- getUrls() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.IconsRO
-
returns a list of the urls of the icons the node has.
- getUserDirectory() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
returns the directory where user settings, logfiles, templates etc. are stored.
- getValue() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.NodeRO
-
- getValues() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.AttributesRO
-
- getVersion() - クラス のstaticメソッドorg.freeplane.core.util.FreeplaneVersion
-
- getVersion(String) - クラス のstaticメソッドorg.freeplane.core.util.FreeplaneVersion
-
Parses a version string as FreeplaneVersion.
- getWidth() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.EdgeRO
-
- getZoom() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ControllerRO
-
returns the current zoom factor.
- getZoom() - インタフェース のメソッドorg.freeplane.plugin.script.proxy.Proxy.ExternalObjectRO
-
returns the current zoom level as ratio, i.e. 1.0 is returned for 100%.