|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.ui.newui.ProjectContentsArea
public class ProjectContentsArea
Nested Class Summary | |
---|---|
static interface |
ProjectContentsArea.IErrorMessageReporter
IErrorMessageReporter is an interface for type that allow message reporting. |
Constructor Summary | |
---|---|
ProjectContentsArea(ProjectContentsArea.IErrorMessageReporter er,
org.eclipse.swt.widgets.Composite composite)
Create a new instance of a ProjectContentsLocationArea. |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Button |
getBrowseButton()
Return the browse button. |
java.lang.String |
getProjectLocation()
Return the location for the project. |
java.net.URI |
getProjectLocationURI()
Get the URI for the location field if possible. |
boolean |
isDefault()
Return whether or not we are currently showing the default location for the project. |
void |
updateProjectName(java.lang.String newName)
Set the text to the default or clear it if not using the defaults. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectContentsArea(ProjectContentsArea.IErrorMessageReporter er, org.eclipse.swt.widgets.Composite composite)
composite
- Method Detail |
---|
public boolean isDefault()
public org.eclipse.swt.widgets.Button getBrowseButton()
public java.net.URI getProjectLocationURI()
null
if it is not valid.public void updateProjectName(java.lang.String newName)
newName
- the name of the project to use. If null
use the
existing project name.public java.lang.String getProjectLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |