| |
|
| com.bostechcorp.cbesb.ui.ide.classpath.ClasspathContainerPage
All known Subclasses: com.bostechcorp.cbesb.ui.ide.classpath.J2EE14ClasspathContainerPage,
ClasspathContainerPage | abstract public class ClasspathContainerPage extends WizardPage implements IClasspathContainerPage(Code) | | |
ClasspathContainerPage | public ClasspathContainerPage()(Code) | | Constructor for the ClasspathContainerPage object
|
createControl | public void createControl(Composite parent)(Code) | | Description of the Method
Parameters: parent - Description of the Parameter |
finish | public boolean finish()(Code) | | Description of the Method
Description of the Return Value |
getClasspathContainerId | abstract protected String getClasspathContainerId()(Code) | | Gets the classpathContainerId attribute of the ClasspathContainerPage object
The classpathContainerId value |
getClasspathEntry | protected IClasspathEntry getClasspathEntry()(Code) | | Gets the classpathEntry attribute of the ClasspathContainerPage object
The classpathEntry value |
getClasspathEntryDescription | abstract protected String getClasspathEntryDescription()(Code) | | Gets the classpathEntryDescription attribute of the ClasspathContainerPage object
The classpathEntryDescription value |
getSelection | public IClasspathEntry getSelection()(Code) | | Gets the selection attribute of the ClasspathContainerPage object
The selection value |
setSelection | public void setSelection(IClasspathEntry containerEntry)(Code) | | Sets the selection attribute of the ClasspathContainerPage object
Parameters: containerEntry - The new selection value |
|
|
|