Serialized Form


Package freemind.controller

Class freemind.controller.Controller.CloseAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

Controller controller

Class freemind.controller.Controller.OptionAntialiasAction extends javax.swing.AbstractAction implements Serializable

Class freemind.controller.Controller.PropertyAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

Controller controller

Class freemind.controller.Controller.ZoomInAction extends javax.swing.AbstractAction implements Serializable

Class freemind.controller.Controller.ZoomOutAction extends javax.swing.AbstractAction implements Serializable

Class freemind.controller.FreeMindToolBar extends javax.swing.JToolBar implements Serializable

Class freemind.controller.MainToolBar extends FreeMindToolBar implements Serializable

Serialized Fields

zoom

javax.swing.JComboBox zoom

c

Controller c

userDefinedZoom

java.lang.String userDefinedZoom

Class freemind.controller.MenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

menuHolder

StructuredMenuHolder menuHolder

mapsPopupMenu

javax.swing.JPopupMenu mapsPopupMenu

filemenu

javax.swing.JMenu filemenu

editmenu

javax.swing.JMenu editmenu

mapsmenu

javax.swing.JMenu mapsmenu

c

Controller c

mapsMenuActionListener

java.awt.event.ActionListener mapsMenuActionListener

lastOpenedActionListener

java.awt.event.ActionListener lastOpenedActionListener

formatmenu

javax.swing.JMenu formatmenu


Package freemind.controller.actions

Class freemind.controller.actions.AbstractXmlAction extends FreemindAction implements Serializable

Serialized Fields

actor

ActorXml actor

controller

ModeController controller

Class freemind.controller.actions.FreemindAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

actionIcon

javax.swing.Icon actionIcon

modeController

ModeController modeController


Package freemind.main

Class freemind.main.FreeMind extends javax.swing.JFrame implements Serializable

Serialized Fields

nodeHookFactory

HookFactory nodeHookFactory

defaultPropsURL

java.net.URL defaultPropsURL

scrollPane

javax.swing.JScrollPane scrollPane

menuBar

MenuBar menuBar

status

javax.swing.JLabel status

filetypes

java.util.Map filetypes

autoPropertiesFile

java.io.File autoPropertiesFile

patternsFile

java.io.File patternsFile

c

Controller c

southPanel

javax.swing.JPanel southPanel

defaultResources

java.util.PropertyResourceBundle defaultResources

Class freemind.main.FreeMindApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

nodeHookFactory

HookFactory nodeHookFactory

defaultPropsURL

java.net.URL defaultPropsURL

scrollPane

javax.swing.JScrollPane scrollPane

menuBar

MenuBar menuBar

resources

java.util.PropertyResourceBundle resources

status

javax.swing.JLabel status

c

Controller c

Class freemind.main.XMLParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

lineNr

int lineNr
The line number in the source code where the error occurred, or NO_LINE if the line number is unknown.
Invariants:
  • lineNr > 0 || lineNr == NO_LINE


Package freemind.modes

Class freemind.modes.ControllerAdapter.EditLongAction extends javax.swing.AbstractAction implements Serializable

Class freemind.modes.ControllerAdapter.FollowLinkAction extends javax.swing.AbstractAction implements Serializable

Class freemind.modes.ControllerAdapter.ModeControllerHookAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

hookName

java.lang.String hookName

controller

ModeController controller

Class freemind.modes.ControllerAdapter.OpenAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mc

ControllerAdapter mc

Class freemind.modes.ControllerAdapter.SaveAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mc

ControllerAdapter mc

Class freemind.modes.ControllerAdapter.SaveAsAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mc

ControllerAdapter mc

Class freemind.modes.ControllerAdapter.SetImageByFileChooserAction extends javax.swing.AbstractAction implements Serializable

Class freemind.modes.ControllerAdapter.SetLinkByFileChooserAction extends javax.swing.AbstractAction implements Serializable

Class freemind.modes.NodeDownAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController


Package freemind.modes.actions

Class freemind.modes.actions.AddArrowLinkAction extends FreemindAction implements Serializable

Serialized Fields

modeController

ModeController modeController

removeAction

RemoveArrowLinkAction removeAction

Class freemind.modes.actions.AddLocalLinkAction extends FreemindAction implements Serializable

Serialized Fields

modeController

ModeController modeController

Class freemind.modes.actions.ApplyPatternAction extends NodeGeneralAction implements Serializable

Serialized Fields

mpattern

StylePattern mpattern

Class freemind.modes.actions.BoldAction extends NodeGeneralAction implements Serializable

Class freemind.modes.actions.ChangeArrowLinkEndPoints extends FreemindAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.ChangeArrowsInArrowLinkAction extends FreemindAction implements Serializable

Serialized Fields

arrowLink

MindMapArrowLinkModel arrowLink

hasStartArrow

boolean hasStartArrow

hasEndArrow

boolean hasEndArrow

controller

ModeController controller

Class freemind.modes.actions.CloudAction extends NodeGeneralAction implements Serializable

Class freemind.modes.actions.CloudColorAction extends FreemindAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.ColorArrowLinkAction extends FreemindAction implements Serializable

Serialized Fields

arrowLink

MindMapArrowLinkModel arrowLink

controller

ModeController controller

Class freemind.modes.actions.CompoundActionHandler extends javax.swing.AbstractAction implements Serializable

Serialized Fields

c

ControllerAdapter c

Class freemind.modes.actions.CopyAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ControllerAdapter controller

Class freemind.modes.actions.CopySingleAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ControllerAdapter controller

Class freemind.modes.actions.CutAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

text

java.lang.String text

c

ControllerAdapter c

Class freemind.modes.actions.DeleteChildAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

c

ControllerAdapter c

text

java.lang.String text

Class freemind.modes.actions.EdgeColorAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.EdgeStyleAction extends NodeGeneralAction implements Serializable

Serialized Fields

mStyle

java.lang.String mStyle

Class freemind.modes.actions.EdgeWidthAction extends NodeGeneralAction implements Serializable

Serialized Fields

mWidth

int mWidth

Class freemind.modes.actions.EditAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

c

ControllerAdapter c

Class freemind.modes.actions.FindAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ModeController controller

findNodesUnfoldedByLastFind

java.util.ArrayList findNodesUnfoldedByLastFind

findFromNode

MindMapNode findFromNode

findWhat

java.lang.String findWhat

findCaseSensitive

boolean findCaseSensitive

findNodeQueue

java.util.LinkedList findNodeQueue

Class freemind.modes.actions.FindAction.FindNextAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ModeController controller

find

FindAction find

Class freemind.modes.actions.FontFamilyAction extends NodeGeneralAction implements Serializable

Serialized Fields

actionFont

java.lang.String actionFont
This action is used for all fonts, which have to be set first.

Class freemind.modes.actions.FontSizeAction extends NodeGeneralAction implements Serializable

Serialized Fields

actionSize

java.lang.String actionSize
This action is used for all sizes, which have to be set first.

Class freemind.modes.actions.GotoLinkNodeAction extends FreemindAction implements Serializable

Serialized Fields

source

MindMapNode source

controller

ModeController controller

Class freemind.modes.actions.IconAction extends FreemindAction implements Serializable

Serialized Fields

icon

MindIcon icon

modeController

ModeController modeController

removeLastIconAction

RemoveLastIconAction removeLastIconAction

Class freemind.modes.actions.ImportExplorerFavoritesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.ImportFolderStructureAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.ItalicAction extends NodeGeneralAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

Class freemind.modes.actions.JoinNodesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.MoveNodeAction extends NodeGeneralAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

Class freemind.modes.actions.NewChildAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

c

ControllerAdapter c

Class freemind.modes.actions.NewMapAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

c

ControllerAdapter c

Class freemind.modes.actions.NewPreviousSiblingAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ControllerAdapter controller

Class freemind.modes.actions.NewSiblingAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

controller

ControllerAdapter controller

Class freemind.modes.actions.NodeBackgroundColorAction extends FreemindAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.NodeBackgroundColorAction.RemoveNodeBackgroundColorAction extends NodeGeneralAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.NodeColorAction extends FreemindAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.NodeColorBlendAction extends NodeGeneralAction implements Serializable

Class freemind.modes.actions.NodeGeneralAction extends AbstractXmlAction implements Serializable

Serialized Fields

modeController

ModeController modeController

actor

NodeActorXml actor

singleNodeOperation

SingleNodeOperation singleNodeOperation

Class freemind.modes.actions.NodeHookAction extends FreemindAction implements Serializable

Serialized Fields

_hookName

java.lang.String _hookName

controller

ModeController controller

Class freemind.modes.actions.NodeStyleAction extends NodeGeneralAction implements Serializable

Serialized Fields

mStyle

java.lang.String mStyle

Class freemind.modes.actions.NodeUpAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

Class freemind.modes.actions.PasteAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

text

java.lang.String text

c

ControllerAdapter c

Class freemind.modes.actions.RedoAction extends UndoAction implements Serializable

Serialized Fields

controller

ControllerAdapter controller

Class freemind.modes.actions.RemoveAllIconsAction extends NodeGeneralAction implements Serializable

Serialized Fields

addIconAction

IconAction addIconAction

Class freemind.modes.actions.RemoveArrowLinkAction extends FreemindAction implements Serializable

Serialized Fields

mArrowLink

MindMapArrowLinkModel mArrowLink

controller

ModeController controller

Class freemind.modes.actions.RemoveLastIconAction extends NodeGeneralAction implements Serializable

Serialized Fields

iconAction

IconAction iconAction

Class freemind.modes.actions.RevertAction extends FreemindAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.SelectAllAction extends NodeGeneralAction implements Serializable

Class freemind.modes.actions.SelectBranchAction extends FreemindAction implements Serializable

Class freemind.modes.actions.SetLinkByTextFieldAction extends FreemindAction implements Serializable

Serialized Fields

controller

ModeController controller

Class freemind.modes.actions.ToggleChildrenFoldedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

Class freemind.modes.actions.ToggleFoldedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

logger

java.util.logging.Logger logger

Class freemind.modes.actions.UnderlinedAction extends NodeGeneralAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

Class freemind.modes.actions.UndoAction extends AbstractXmlAction implements Serializable

Serialized Fields

controller

ControllerAdapter controller

isUndoAction

boolean isUndoAction

actionPairList

java.util.Vector actionPairList

timeOfLastAdd

long timeOfLastAdd


Package freemind.modes.browsemode

Class freemind.modes.browsemode.BrowsePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

c

BrowseController c

Class freemind.modes.browsemode.BrowseToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

c

BrowseController c

urlfield

javax.swing.JTextField urlfield


Package freemind.modes.filemode

Class freemind.modes.filemode.FilePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

c

FileController c

Class freemind.modes.filemode.FileToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

c

FileController c


Package freemind.modes.mindmapmode

Class freemind.modes.mindmapmode.MindMapController.ExportBranchToHTMLAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

c

MindMapController c

Class freemind.modes.mindmapmode.MindMapController.ExportToHTMLAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

c

MindMapController c

Class freemind.modes.mindmapmode.MindMapPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

listeners

java.util.HashSet listeners

c

MindMapController c

Class freemind.modes.mindmapmode.MindMapToolBar extends FreeMindToolBar implements Serializable

Serialized Fields

c

MindMapController c

fonts

javax.swing.JComboBox fonts

size

javax.swing.JComboBox size

buttonToolBar

javax.swing.JToolBar buttonToolBar

fontSize_IgnoreChangeEvent

boolean fontSize_IgnoreChangeEvent

fontFamily_IgnoreChangeEvent

boolean fontFamily_IgnoreChangeEvent

fontsListener

java.awt.event.ItemListener fontsListener

sizeListener

java.awt.event.ItemListener sizeListener


Package freemind.modes.schememode

Class freemind.modes.schememode.SchemePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

c

SchemeController c

Class freemind.modes.schememode.SchemeToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

c

SchemeController c


Package freemind.preferences.layout

Class freemind.preferences.layout.GrabKeyDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

fmMain

FreeMindMain fmMain

shortcut

GrabKeyDialog.InputPane shortcut

assignedTo

javax.swing.JLabel assignedTo

ok

javax.swing.JButton ok

remove

javax.swing.JButton remove

cancel

javax.swing.JButton cancel

clear

javax.swing.JButton clear

isOK

boolean isOK

binding

GrabKeyDialog.KeyBinding binding

allBindings

java.util.Vector allBindings

debugBuffer

freemind.preferences.layout.GrabKeyDialog.Buffer debugBuffer


Package freemind.view.mindmapview

Class freemind.view.mindmapview.BubbleNodeView extends MoveableNodeView implements Serializable

Class freemind.view.mindmapview.EditNodeBase.EditCopyAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

textComponent

javax.swing.text.JTextComponent textComponent

Class freemind.view.mindmapview.EditNodeBase.EditPopupMenu extends javax.swing.JPopupMenu implements Serializable

Class freemind.view.mindmapview.ForkNodeView extends MoveableNodeView implements Serializable

Serialized Fields

FOLDING_WIDTH_OVERHEAD

int FOLDING_WIDTH_OVERHEAD
See Also:
Constant Field Values

Class freemind.view.mindmapview.MapView extends javax.swing.JPanel implements Serializable

Serialized Fields

m_delayedScroller

freemind.view.mindmapview.MapView.DelayedScroller m_delayedScroller

model

MindMap model

rootView

NodeView rootView

selected

freemind.view.mindmapview.MapView.Selected selected

controller

Controller controller

zoom

float zoom

disableMoveCursor

boolean disableMoveCursor

siblingMaxLevel

int siblingMaxLevel

isPrinting

boolean isPrinting

shiftSelectionOrigin

NodeView shiftSelectionOrigin

maxNodeWidth

int maxNodeWidth

background

java.awt.Color background

boundingRectangle

java.awt.Rectangle boundingRectangle

fitToPage

boolean fitToPage

isPreparedForPrinting

boolean isPreparedForPrinting

ArrowLinkViews

java.util.Vector ArrowLinkViews
Used to identify a right click onto a link curve.


FOLDING_SYMBOL_WIDTH

int FOLDING_SYMBOL_WIDTH

Class freemind.view.mindmapview.MoveableNodeView extends NodeView implements Serializable

Serialized Fields

LISTENER_VIEW_WIDTH

int LISTENER_VIEW_WIDTH
See Also:
Constant Field Values

motionListenerView

NodeMotionListenerView motionListenerView

Class freemind.view.mindmapview.MultipleImage extends javax.swing.ImageIcon implements Serializable

Serialized Fields

mImages

java.util.Vector mImages

zoomFactor

double zoomFactor

isDirty

boolean isDirty

Class freemind.view.mindmapview.NodeMotionListenerView extends java.awt.Component implements Serializable

Serialized Fields

movedView

NodeView movedView

isMouseEntered

boolean isMouseEntered

Class freemind.view.mindmapview.NodeView extends javax.swing.JLabel implements Serializable

Serialized Fields

model

MindMapNode model

map

MapView map

edge

EdgeView edge

treeWidth

int treeWidth

treeHeight

int treeHeight

upperChildShift

int upperChildShift

left

boolean left

relYPos

int relYPos

isLong

boolean isLong

isDraggedOver

int isDraggedOver

Class freemind.view.mindmapview.RootNodeView extends NodeView implements Serializable

Serialized Fields

leftTreeWidth

int leftTreeWidth

rightTreeWidth

int rightTreeWidth