Search in sources :

Example 1 with WorkspaceExpandAction

use of org.freeplane.plugin.workspace.actions.WorkspaceExpandAction in project freeplane by freeplane.

the class MModeWorkspaceController method setupActions.

private void setupActions(ModeController modeController) {
    WorkspaceController.addAction(new WorkspaceExpandAction());
    WorkspaceController.addAction(new WorkspaceCollapseAction());
    WorkspaceController.addAction(new WorkspaceNewProjectAction());
    WorkspaceController.addAction(new WorkspaceImportProjectAction());
    WorkspaceController.addAction(new NodeNewFolderAction());
    WorkspaceController.addAction(new NodeNewLinkAction());
    WorkspaceController.addAction(new NodeOpenLocationAction());
    // WORKSPACE - fixed: #332
    WorkspaceController.addAction(new NodeCutAction());
    WorkspaceController.addAction(new NodeCopyAction());
    WorkspaceController.addAction(new NodePasteAction());
    WorkspaceController.addAction(new NodeRenameAction());
    WorkspaceController.addAction(new NodeRemoveAction());
    WorkspaceController.addAction(new NodeRefreshAction());
    WorkspaceController.addAction(new WorkspaceRemoveProjectAction());
    WorkspaceController.replaceAction(new WorkspaceNewMapAction());
    WorkspaceController.addAction(new FileNodeNewMindmapAction());
    WorkspaceController.addAction(new FileNodeNewFileAction());
    WorkspaceController.addAction(new FileNodeDeleteAction());
    WorkspaceController.addAction(new PhysicalFolderSortOrderAction());
}
Also used : NodePasteAction(org.freeplane.plugin.workspace.actions.NodePasteAction) PhysicalFolderSortOrderAction(org.freeplane.plugin.workspace.actions.PhysicalFolderSortOrderAction) WorkspaceExpandAction(org.freeplane.plugin.workspace.actions.WorkspaceExpandAction) NodeRenameAction(org.freeplane.plugin.workspace.actions.NodeRenameAction) WorkspaceNewMapAction(org.freeplane.plugin.workspace.actions.WorkspaceNewMapAction) NodeRemoveAction(org.freeplane.plugin.workspace.actions.NodeRemoveAction) FileNodeNewMindmapAction(org.freeplane.plugin.workspace.actions.FileNodeNewMindmapAction) FileNodeDeleteAction(org.freeplane.plugin.workspace.actions.FileNodeDeleteAction) NodeCutAction(org.freeplane.plugin.workspace.actions.NodeCutAction) FileNodeNewFileAction(org.freeplane.plugin.workspace.actions.FileNodeNewFileAction) WorkspaceNewProjectAction(org.freeplane.plugin.workspace.actions.WorkspaceNewProjectAction) WorkspaceCollapseAction(org.freeplane.plugin.workspace.actions.WorkspaceCollapseAction) NodeRefreshAction(org.freeplane.plugin.workspace.actions.NodeRefreshAction) WorkspaceImportProjectAction(org.freeplane.plugin.workspace.actions.WorkspaceImportProjectAction) NodeNewFolderAction(org.freeplane.plugin.workspace.actions.NodeNewFolderAction) NodeNewLinkAction(org.freeplane.plugin.workspace.actions.NodeNewLinkAction) WorkspaceRemoveProjectAction(org.freeplane.plugin.workspace.actions.WorkspaceRemoveProjectAction) NodeOpenLocationAction(org.freeplane.plugin.workspace.actions.NodeOpenLocationAction) NodeCopyAction(org.freeplane.plugin.workspace.actions.NodeCopyAction)

Aggregations

FileNodeDeleteAction (org.freeplane.plugin.workspace.actions.FileNodeDeleteAction)1 FileNodeNewFileAction (org.freeplane.plugin.workspace.actions.FileNodeNewFileAction)1 FileNodeNewMindmapAction (org.freeplane.plugin.workspace.actions.FileNodeNewMindmapAction)1 NodeCopyAction (org.freeplane.plugin.workspace.actions.NodeCopyAction)1 NodeCutAction (org.freeplane.plugin.workspace.actions.NodeCutAction)1 NodeNewFolderAction (org.freeplane.plugin.workspace.actions.NodeNewFolderAction)1 NodeNewLinkAction (org.freeplane.plugin.workspace.actions.NodeNewLinkAction)1 NodeOpenLocationAction (org.freeplane.plugin.workspace.actions.NodeOpenLocationAction)1 NodePasteAction (org.freeplane.plugin.workspace.actions.NodePasteAction)1 NodeRefreshAction (org.freeplane.plugin.workspace.actions.NodeRefreshAction)1 NodeRemoveAction (org.freeplane.plugin.workspace.actions.NodeRemoveAction)1 NodeRenameAction (org.freeplane.plugin.workspace.actions.NodeRenameAction)1 PhysicalFolderSortOrderAction (org.freeplane.plugin.workspace.actions.PhysicalFolderSortOrderAction)1 WorkspaceCollapseAction (org.freeplane.plugin.workspace.actions.WorkspaceCollapseAction)1 WorkspaceExpandAction (org.freeplane.plugin.workspace.actions.WorkspaceExpandAction)1 WorkspaceImportProjectAction (org.freeplane.plugin.workspace.actions.WorkspaceImportProjectAction)1 WorkspaceNewMapAction (org.freeplane.plugin.workspace.actions.WorkspaceNewMapAction)1 WorkspaceNewProjectAction (org.freeplane.plugin.workspace.actions.WorkspaceNewProjectAction)1 WorkspaceRemoveProjectAction (org.freeplane.plugin.workspace.actions.WorkspaceRemoveProjectAction)1