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.ShowSelectionAsRectangleAction extends javax.swing.AbstractAction implements Serializable

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.FreeMindPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

listeners

java.util.HashSet<E> listeners

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

controller

Controller controller

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.filter

Class freemind.controller.filter.FilterComposerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

c

Controller c

fc

FilterController fc

conditionList

javax.swing.JList conditionList

simpleCondition

javax.swing.JComboBox simpleCondition

values

javax.swing.JComboBox values

attributes

javax.swing.JComboBox attributes

ft

freemind.controller.filter.FilterToolbar ft

btnAdd

javax.swing.JButton btnAdd

btnNot

javax.swing.JButton btnNot

btnAnd

javax.swing.JButton btnAnd

btnOr

javax.swing.JButton btnOr

btnDelete

javax.swing.JButton btnDelete

caseInsensitive

javax.swing.JCheckBox caseInsensitive

icons

ExtendedComboBoxModel icons

nodes

ExtendedComboBoxModel nodes

registeredAttributes

AttributeRegistry registeredAttributes

simpleNodeConditionComboBoxModel

javax.swing.DefaultComboBoxModel simpleNodeConditionComboBoxModel

simpleIconConditionComboBoxModel

javax.swing.DefaultComboBoxModel simpleIconConditionComboBoxModel

simpleAttributeConditionComboBoxModel

javax.swing.DefaultComboBoxModel simpleAttributeConditionComboBoxModel

filteredAttributeComboBoxModel

ExtendedComboBoxModel filteredAttributeComboBoxModel

internalConditionsModel

javax.swing.DefaultComboBoxModel internalConditionsModel

externalConditionsModel

javax.swing.ComboBoxModel externalConditionsModel

btnOK

javax.swing.JButton btnOK

btnApply

javax.swing.JButton btnApply

btnCancel

javax.swing.JButton btnCancel

btnSave

javax.swing.JButton btnSave

btnLoad

javax.swing.JButton btnLoad

conditionListListener

freemind.controller.filter.FilterComposerDialog.ConditionListSelectionListener conditionListListener

Package freemind.controller.filter.condition

Class freemind.controller.filter.condition.JCondition extends javax.swing.JPanel implements Serializable


Package freemind.controller.filter.util

Class freemind.controller.filter.util.ExtendedComboBoxModel extends javax.swing.DefaultComboBoxModel implements Serializable

Serialized Fields

extension

SortedListModel extension

extensionDataListener

freemind.controller.filter.util.ExtendedComboBoxModel.ExtensionDataListener extensionDataListener

Class freemind.controller.filter.util.SortedComboBoxModel extends SortedMapListModel implements Serializable

Serialized Fields

selectedItem

java.lang.Object selectedItem

Class freemind.controller.filter.util.SortedMapListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

model

java.util.SortedSet<E> model

Package freemind.controller.printpreview

Class freemind.controller.printpreview.PreviewDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

pageNumber

javax.swing.JLabel pageNumber

view

MapView view

Package freemind.main

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

Serialized Fields

logger

java.util.logging.Logger logger

menuBar

MenuBar menuBar

status

javax.swing.JLabel status

filetypes

java.util.Map<K,V> filetypes

autoPropertiesFile

java.io.File autoPropertiesFile

patternsFile

java.io.File patternsFile

controller

Controller controller

mFreeMindCommon

FreeMindCommon mFreeMindCommon

mScrollPane

javax.swing.JScrollPane mScrollPane

mSplitPane

javax.swing.JSplitPane mSplitPane

mContentComponent

javax.swing.JComponent mContentComponent

mTabbedPane

javax.swing.JTabbedPane mTabbedPane

mTabbedPaneSelectionUpdate

boolean mTabbedPaneSelectionUpdate

mWindowIcon

javax.swing.ImageIcon mWindowIcon

mTabbedPaneMapModules

java.util.Vector<E> mTabbedPaneMapModules

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

Serialized Fields

defaultPropsURL

java.net.URL defaultPropsURL

scrollPane

javax.swing.JScrollPane scrollPane

menuBar

MenuBar menuBar

status

javax.swing.JLabel status

c

Controller c

mFreeMindCommon

FreeMindCommon mFreeMindCommon

southPanel

javax.swing.JPanel southPanel

mComponentInSplitPane

javax.swing.JComponent mComponentInSplitPane

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

Serialized Fields

frame

FreeMindMain frame

feedBack

freemind.main.FreeMindSplash.FeedBackImpl feedBack

mProgressBar

javax.swing.JProgressBar mProgressBar

mIcon

javax.swing.ImageIcon mIcon

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

Serialized Fields

frame

FreeMindMain frame

feedBack

freemind.main.FreeMindSplashModern.FeedBackImpl feedBack

mProgressBar

javax.swing.JProgressBar mProgressBar

mIcon

javax.swing.ImageIcon mIcon

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.EditAttributesAction extends javax.swing.AbstractAction implements Serializable

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.MapAdapter extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

treeModelListeners

javax.swing.event.EventListenerList treeModelListeners

changesPerformedSinceLastSave

int changesPerformedSinceLastSave
denotes the amount of changes since the last save. The initial value is zero, such that new models are not to be saved.


readOnly

boolean readOnly

file

java.io.File file

frame

FreeMindMain frame

registry

MapRegistry registry

filter

Filter filter

mModeController

ModeController mModeController

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

Serialized Fields

modeController

MindMapController modeController

Package freemind.modes.attributes

Class freemind.modes.attributes.AttributeRegistryTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

attributeRegistry

AttributeRegistry attributeRegistry

allAttributes

java.lang.String allAttributes

Class freemind.modes.attributes.ColumnWidthChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

col

int col

Class freemind.modes.attributes.NodeAttributeTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

node

MindMapNode node

attributes

java.util.Vector<E> attributes

layout

AttributeTableLayoutModel layout

Package freemind.modes.browsemode

Class freemind.modes.browsemode.BrowseMapModel extends MapAdapter implements Serializable

Serialized Fields

url

java.net.URL url

linkRegistry

MindMapLinkRegistry linkRegistry

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

Serialized Fields

c

ControllerAdapter c

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

Serialized Fields

c

ControllerAdapter c

urlfield

PersistentEditableComboBox urlfield

Package freemind.modes.common

Class freemind.modes.common.CommonToggleFoldedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ControllerAdapter modeController

logger

java.util.logging.Logger logger

Class freemind.modes.common.GotoLinkNodeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

source

MindMapNode source

controller

ModeController controller

Package freemind.modes.common.actions

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

Serialized Fields

controller

ControllerAdapter controller

findNodesUnfoldedByLastFind

java.util.ArrayList<E> findNodesUnfoldedByLastFind

findFromNode

MindMapNode findFromNode

searchTerm

java.lang.String searchTerm

subterms

java.util.Collection<E> subterms

findCaseSensitive

boolean findCaseSensitive

findNodeQueue

java.util.LinkedList<E> findNodeQueue

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

Serialized Fields

controller

ControllerAdapter controller

find

FindAction find

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

Serialized Fields

modeController

ModeController modeController

Package freemind.modes.common.dialogs

Class freemind.modes.common.dialogs.EnterPasswordDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

int result

jContentPane

javax.swing.JPanel jContentPane

jLabel

javax.swing.JLabel jLabel

jLabel1

javax.swing.JLabel jLabel1

jPasswordField

javax.swing.JPasswordField jPasswordField

jPasswordField1

javax.swing.JPasswordField jPasswordField1

jLabel2

javax.swing.JLabel jLabel2

jOKButton

javax.swing.JButton jOKButton

jCancelButton

javax.swing.JButton jCancelButton

password

java.lang.StringBuffer password

enterTwoPasswords

boolean enterTwoPasswords

mTranslator

TextTranslator mTranslator

Class freemind.modes.common.dialogs.IconSelectionPopupDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

icons

java.util.Vector<E> icons

result

int result

iconPanel

javax.swing.JPanel iconPanel

iconLabels

javax.swing.JLabel[] iconLabels

descriptionLabel

javax.swing.JLabel descriptionLabel

numOfIcons

int numOfIcons

xDimension

int xDimension

yDimension

int yDimension

selected

freemind.modes.common.dialogs.IconSelectionPopupDialog.Position selected

freeMindMain

FreeMindMain freeMindMain

mModifiers

int mModifiers

Class freemind.modes.common.dialogs.PersistentEditableComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

actionListener

java.awt.event.ActionListener actionListener

sendExternalEvents

boolean sendExternalEvents

mModeController

ModeController mModeController

pStorageKey

java.lang.String pStorageKey

Package freemind.modes.filemode

Class freemind.modes.filemode.FileMapModel extends MapAdapter implements Serializable

Serialized Fields

linkRegistry

MindMapLinkRegistry linkRegistry

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.JAutoScrollBarPane extends javax.swing.JScrollPane implements Serializable

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

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

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.MindMapController.FollowLinkAction extends javax.swing.AbstractAction implements Serializable

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

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

Class freemind.modes.mindmapmode.MindMapMapModel extends MapAdapter implements Serializable

Serialized Fields

lockManager

freemind.modes.mindmapmode.MindMapMapModel.LockManager lockManager

linkRegistry

MindMapLinkRegistry linkRegistry

timerForAutomaticSaving

java.util.Timer timerForAutomaticSaving

Class freemind.modes.mindmapmode.MindMapPopupMenu extends FreeMindPopupMenu implements Serializable

Serialized Fields

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

iconToolBarScrollPane

JAutoScrollBarPane iconToolBarScrollPane

iconToolBar

javax.swing.JToolBar iconToolBar

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.mindmapmode.actions

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

Serialized Fields

modeController

MindMapController modeController

removeAction

RemoveArrowLinkAction removeAction

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

Serialized Fields

modeController

MindMapController modeController

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

Serialized Fields

mpattern

freemind.controller.actions.generated.instance.Pattern mpattern

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

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

arrowLink

MindMapArrowLinkModel arrowLink

hasStartArrow

boolean hasStartArrow

hasEndArrow

boolean hasEndArrow

controller

MindMapController controller

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

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

arrowLink

MindMapArrowLinkModel arrowLink

controller

MindMapController controller

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

Serialized Fields

c

MindMapController c

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

text

java.lang.String text

mMindMapController

MindMapController mMindMapController

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

Serialized Fields

mMindMapController

MindMapController mMindMapController

text

java.lang.String text

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

mStyle

java.lang.String mStyle

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

Serialized Fields

mWidth

int mWidth

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

Serialized Fields

mMindMapController

MindMapController mMindMapController

mCurrentEditDialog

EditNodeBase mCurrentEditDialog

Class freemind.modes.mindmapmode.actions.ExportBranchAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mMindMapController

MindMapController mMindMapController

Class freemind.modes.mindmapmode.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.mindmapmode.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.mindmapmode.actions.FreemindAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

actionIcon

javax.swing.Icon actionIcon

pMindMapController

MindMapController pMindMapController

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

Serialized Fields

icon

MindIcon icon

modeController

MindMapController modeController

removeLastIconAction

RemoveIconAction removeLastIconAction

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

modeController

MindMapController modeController

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

Serialized Fields

controller

MindMapController controller

Class freemind.modes.mindmapmode.actions.MindMapControllerHookAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mHookName

java.lang.String mHookName

mindMapController

MindMapController mindMapController

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

Serialized Fields

modeController

MindMapController modeController

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

Serialized Fields

c

MindMapController c

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

controller

MindMapController controller

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

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

Serialized Fields

modeController

MindMapController modeController

actor

NodeActorXml actor

singleNodeOperation

SingleNodeOperation singleNodeOperation

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

Serialized Fields

_hookName

java.lang.String _hookName

mMindMapController

MindMapController mMindMapController

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

Serialized Fields

mStyle

java.lang.String mStyle

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

Serialized Fields

modeController

MindMapController modeController

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

Serialized Fields

newNodes

java.util.List<E> newNodes

text

java.lang.String text

pMindMapController

MindMapController pMindMapController

undoAction

freemind.controller.actions.generated.instance.CompoundAction undoAction

pasteAction

freemind.controller.actions.generated.instance.PasteNodeAction pasteAction

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

addIconAction

IconAction addIconAction

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

Serialized Fields

mArrowLink

MindMapArrowLinkModel mArrowLink

controller

MindMapController controller

Class freemind.modes.mindmapmode.actions.RemoveIconAction extends NodeGeneralAction implements Serializable

Serialized Fields

iconAction

IconAction iconAction

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

Serialized Fields

controller

MindMapController controller

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

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

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

Serialized Fields

controller

MindMapController controller

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

Serialized Fields

modeController

MindMapController modeController

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

Serialized Fields

modeController

MindMapController modeController

logger

java.util.logging.Logger logger

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

Serialized Fields

modeController

MindMapController modeController

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

Serialized Fields

controller

MindMapController controller

isUndoAction

boolean isUndoAction

actionPairList

java.util.Vector<E> actionPairList

timeOfLastAdd

long timeOfLastAdd

actionFrameStarted

boolean actionFrameStarted

Class freemind.modes.mindmapmode.actions.UsePlainTextAction extends NodeGeneralAction implements Serializable

Class freemind.modes.mindmapmode.actions.UseRichFormattingAction extends NodeGeneralAction implements Serializable


Package freemind.modes.mindmapmode.actions.xml

Class freemind.modes.mindmapmode.actions.xml.AbstractXmlAction extends FreemindAction implements Serializable

Serialized Fields

actor

ActorXml actor

controller

MindMapController controller

Package freemind.modes.mindmapmode.attributeactors

Class freemind.modes.mindmapmode.attributeactors.AssignAttributeDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mapView

MapView mapView

attributeNames

javax.swing.JComboBox attributeNames

attributeValues

javax.swing.JComboBox attributeValues

replacingAttributeNames

javax.swing.JComboBox replacingAttributeNames

replacingAttributeValues

javax.swing.JComboBox replacingAttributeValues

selectedBtn

javax.swing.JRadioButton selectedBtn

visibleBtn

javax.swing.JRadioButton visibleBtn

skipRootBtn

javax.swing.JCheckBox skipRootBtn

Class freemind.modes.mindmapmode.attributeactors.AttributeManagerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

view

javax.swing.JTable view

registry

MapRegistry registry

model

AttributeRegistry model

size

javax.swing.JComboBox size

importDialog

freemind.modes.mindmapmode.attributeactors.ImportAttributesDialog importDialog

c

Controller c

Class freemind.modes.mindmapmode.attributeactors.ListDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

list

javax.swing.JList list

addButton

javax.swing.JButton addButton

renameButton

javax.swing.JButton renameButton

deleteButton

javax.swing.JButton deleteButton

textField

javax.swing.JTextField textField

data

SortedListModel data

Package freemind.modes.mindmapmode.dialogs

Class freemind.modes.mindmapmode.dialogs.StylePatternFrame extends javax.swing.JPanel implements Serializable

Serialized Fields

mTranslator

TextTranslator mTranslator

mControls

java.util.Vector<E> mControls

mSetNodeColor

ThreeCheckBoxProperty mSetNodeColor

mNodeColor

ColorProperty mNodeColor

mSetNodeBackgroundColor

ThreeCheckBoxProperty mSetNodeBackgroundColor

mNodeBackgroundColor

ColorProperty mNodeBackgroundColor

mSetNodeStyle

ThreeCheckBoxProperty mSetNodeStyle

mNodeStyle

ComboProperty mNodeStyle

mSetNodeFontName

ThreeCheckBoxProperty mSetNodeFontName

mNodeFontName

FontProperty mNodeFontName

mSetNodeFontBold

ThreeCheckBoxProperty mSetNodeFontBold

mNodeFontBold

BooleanProperty mNodeFontBold

mSetNodeFontItalic

ThreeCheckBoxProperty mSetNodeFontItalic

mNodeFontItalic

BooleanProperty mNodeFontItalic

mSetNodeFontSize

ThreeCheckBoxProperty mSetNodeFontSize

mNodeFontSize

ComboProperty mNodeFontSize

mSetNodeText

ThreeCheckBoxProperty mSetNodeText

mNodeText

StringProperty mNodeText

mSetEdgeWidth

ThreeCheckBoxProperty mSetEdgeWidth

mEdgeWidth

ComboProperty mEdgeWidth

mSetEdgeStyle

ThreeCheckBoxProperty mSetEdgeStyle

mEdgeStyle

ComboProperty mEdgeStyle

mSetEdgeColor

ThreeCheckBoxProperty mSetEdgeColor

mEdgeColor

ColorProperty mEdgeColor

mSetIcon

ThreeCheckBoxProperty mSetIcon

mIcon

IconProperty mIcon

mSetChildPattern

ThreeCheckBoxProperty mSetChildPattern

mChildPattern

ComboProperty mChildPattern

mSetScriptPattern

ThreeCheckBoxProperty mSetScriptPattern

mScriptPattern

ScriptEditorProperty mScriptPattern

mName

StringProperty mName

mIconInformationVector

java.util.Vector<E> mIconInformationVector

mPropertyChangePropagation

java.util.HashMap<K,V> mPropertyChangePropagation
Denotes pairs property -> ThreeCheckBoxProperty such that the boolean property can be set, when the format property is changed.


mClearSetters

ThreeCheckBoxProperty mClearSetters

mMindMapController

MindMapController mMindMapController

mType

StylePatternFrame.StylePatternFrameType mType

sizes

java.lang.String[] sizes

mPatternList

java.util.List<E> mPatternList

Package freemind.modes.schememode

Class freemind.modes.schememode.SchemeMapModel extends MapAdapter implements Serializable

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.modes.viewmodes

Class freemind.modes.viewmodes.CommonToggleChildrenFoldedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modeController

ViewControllerAdapter modeController

logger

java.util.logging.Logger logger

Package freemind.preferences.layout

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

Serialized Fields

fmMain

FreeMindMain fmMain

shortcut

freemind.preferences.layout.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<E> allBindings

debugBuffer

freemind.preferences.layout.GrabKeyDialog.Buffer debugBuffer

modifierMask

int modifierMask

Class freemind.preferences.layout.VariableSizeCardLayout extends java.awt.CardLayout implements Serializable


Package freemind.view.mindmapview

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.MainView extends javax.swing.JLabel implements Serializable

Serialized Fields

isPainting

boolean isPainting

isDraggedOver

int isDraggedOver

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

Serialized Fields

mPaintingTime

int mPaintingTime

mPaintingAmount

int mPaintingAmount

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

ArrowLinkViews

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


rootContentLocation

java.awt.Point rootContentLocation

nodeToBeVisible

NodeView nodeToBeVisible

extraWidth

int extraWidth

selectedsValid

boolean selectedsValid

Class freemind.view.mindmapview.MapView.ScrollPane extends javax.swing.JScrollPane implements Serializable

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

Serialized Fields

mImages

java.util.Vector<E> mImages

zoomFactor

double zoomFactor

isDirty

boolean isDirty

Class freemind.view.mindmapview.NodeMotionListenerView extends javax.swing.JComponent implements Serializable

Serialized Fields

movedView

NodeView movedView

isMouseEntered

boolean isMouseEntered

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

Serialized Fields

model

MindMapNode model

map

MapView map

mainView

MainView mainView

attributeView

AttributeView attributeView

left

boolean left

isLong

boolean isLong

viewDeletionEvent

java.lang.Object viewDeletionEvent

maxToolTipWidth

int maxToolTipWidth

preferredChild

NodeView preferredChild

contentPane

javax.swing.JComponent contentPane

motionListenerView

NodeMotionListenerView motionListenerView

Package freemind.view.mindmapview.attributeview

Class freemind.view.mindmapview.attributeview.AttributePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

edit

javax.swing.JMenuItem edit

optimalWidth

javax.swing.JMenuItem optimalWidth

hide

javax.swing.JMenuItem hide

insert

javax.swing.JMenuItem insert

delete

javax.swing.JMenuItem delete

up

javax.swing.JMenuItem up

down

javax.swing.JMenuItem down

table

AttributeTable table

row

int row

oldTable

boolean oldTable

Class freemind.view.mindmapview.attributeview.AttributeTable extends javax.swing.JTable implements Serializable

Serialized Fields

highRowIndex

int highRowIndex

attributeView

AttributeView attributeView

Class freemind.view.mindmapview.attributeview.AttributeTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

isPainting

boolean isPainting

zoom

float zoom