freemind.modes.filemode
Class FileController

java.lang.Object
  extended byfreemind.modes.ControllerAdapter
      extended byfreemind.modes.filemode.FileController
All Implemented Interfaces:
ModeController

public class FileController
extends ControllerAdapter


Nested Class Summary
 
Nested classes inherited from class freemind.modes.ControllerAdapter
ControllerAdapter.CopyAction, ControllerAdapter.CopySingleAction, ControllerAdapter.CutAction, ControllerAdapter.EditAction, ControllerAdapter.EditCopyAction, ControllerAdapter.EditLongAction, ControllerAdapter.FileOpener, ControllerAdapter.FindAction, ControllerAdapter.FindNextAction, ControllerAdapter.FollowLinkAction, ControllerAdapter.NewChildAction, ControllerAdapter.NewChildWithoutFocusAction, ControllerAdapter.NewMapAction, ControllerAdapter.NewPreviousSiblingAction, ControllerAdapter.NewSiblingAction, ControllerAdapter.NodeDownAction, ControllerAdapter.NodeUpAction, ControllerAdapter.OpenAction, ControllerAdapter.PasteAction, ControllerAdapter.RemoveAction, ControllerAdapter.SaveAction, ControllerAdapter.SaveAsAction, ControllerAdapter.SetImageByFileChooserAction, ControllerAdapter.SetLinkByFileChooserAction, ControllerAdapter.SetLinkByTextFieldAction, ControllerAdapter.ToggleChildrenFoldedAction, ControllerAdapter.ToggleFoldedAction
 
Field Summary
 
Fields inherited from class freemind.modes.ControllerAdapter
copy, copySingle, cut, NEW_CHILD, NEW_CHILD_WITHOUT_FOCUS, NEW_SIBLING_BEFORE, NEW_SIBLING_BEHIND, paste
 
Constructor Summary
FileController(Mode mode)
           
 
Method Summary
 javax.swing.JMenu getEditMenu()
           
 javax.swing.JPopupMenu getPopupMenu()
           
 MapAdapter newModel()
          You _must_ implement this if you use one of the following actions: OpenAction, NewMapAction.
 MindMapNode newNode()
           
 
Methods inherited from class freemind.modes.ControllerAdapter
add, add, addNew, anotherNodeSelected, binOptionIsTrue, close, doubleClick, edit, getController, getFileFilter, getFrame, getLinkByFileChooser, getMap, getMapModule, getMode, getResource, getSelecteds, getText, getView, handleLoadingException, isBlocked, load, loadURL, loadURL, mapOpened, mouseWheelMoved, newMap, newMap, nodeChanged, open, plainClick, save, save, saveAs, select, setAllActions, setImageByFileChooser, setLinkByFileChooser, setLinkByTextField, setMode, showPopupMenu, toggleChildrenFolded, toggleFolded, updateMapModuleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileController

public FileController(Mode mode)
Method Detail

newModel

public MapAdapter newModel()
Description copied from class: ControllerAdapter
You _must_ implement this if you use one of the following actions: OpenAction, NewMapAction.

Overrides:
newModel in class ControllerAdapter

newNode

public MindMapNode newNode()
Specified by:
newNode in class ControllerAdapter

getEditMenu

public javax.swing.JMenu getEditMenu()

getPopupMenu

public javax.swing.JPopupMenu getPopupMenu()