public class NewModuleInfoWizardPage extends NewElementWizardPage
Note: This class is not intended to be subclassed, but clients can instantiate.
ERROR, INFORMATION, NONE, WARNING
Constructor and Description |
---|
NewModuleInfoWizardPage() |
Modifier and Type | Method and Description |
---|---|
void |
createControl(Composite parent) |
IStatus |
getModuleNameStatus() |
String |
getModuleNameText()
Returns the content of the module name field.
|
IJavaProject |
getProject() |
void |
init(IJavaProject project)
The wizard owning this page is responsible for calling this method with the
current selection's project.
|
void |
setVisible(boolean visible) |
updateStatus, updateStatus
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
public void init(IJavaProject project)
project
- used to initialize the fieldspublic void createControl(Composite parent)
public void setVisible(boolean visible)
setVisible
in interface IDialogPage
setVisible
in class NewElementWizardPage
public String getModuleNameText()
public IJavaProject getProject()
public IStatus getModuleNameStatus()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.