updateProjectName(String newName) Set the text to the default or clear it if not using the defaults.
Parameters: useDefaults - Parameters: newName - the name of the project to use.
Constructor Detail
ProjectContentsLocationArea
public ProjectContentsLocationArea(IErrorMessageReporter reporter, Composite composite, IProject startProject)(Code)
Create a new instance of the receiver.
Parameters: reporter - Parameters: composite - Parameters: startProject -
ProjectContentsLocationArea
public ProjectContentsLocationArea(IErrorMessageReporter reporter, Composite composite)(Code)
Create a new instance of a ProjectContentsLocationArea.
Parameters: reporter - Parameters: composite -
Return whether or not we are currently showing the default location for
the project.
boolean
setExistingProject
public void setExistingProject(IProject existingProject)(Code)
updateProjectName
public void updateProjectName(String newName)(Code)
Set the text to the default or clear it if not using the defaults.
Parameters: useDefaults - Parameters: newName - the name of the project to use. If null use theexisting project name.