org.grinvin.grinvin.commands

Class NewWorkspaceCommand


public class NewWorkspaceCommand
extends ActionCommand

Author:
adpeeter

Constructor Summary

NewWorkspaceCommand(CommandManager manager, String commandId)

Method Summary

void
handleExecute()
static File
selectNewWorkspaceLocation()
Ask the user for a workspace location.

Constructor Details

NewWorkspaceCommand

public NewWorkspaceCommand(CommandManager manager,
                           String commandId)

Method Details

handleExecute

public void handleExecute()

selectNewWorkspaceLocation

public static File selectNewWorkspaceLocation()
Ask the user for a workspace location.
Returns:
directory which will hold the workspace, or null when no directory could be chosen.