public class JavaNewProjectFinalPage extends AbstractNewProjectFinalPage
AbstractNewProjectFinalPage.ProjectFormatType| Constructor and Description |
|---|
JavaNewProjectFinalPage(com.intellij.remoterobot.RemoteRobot remoteRobot,
com.intellij.remoterobot.data.RemoteComponent remoteComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeMoreSettings()
Close the 'More settings' options
|
java.lang.String |
getContentRoot()
Get the location of the content root currently inserted in the 'Content root' input field
|
java.lang.String |
getModuleFileLocation()
Get the location of the module file currently inserted in the 'Module file location' input field
|
java.lang.String |
getModuleName()
Get the name of the module currently inserted in the 'Module name' input field
|
AbstractNewProjectFinalPage.ProjectFormatType |
getProjectFormat()
Get the project format currently set in the 'Project format' combo box
|
void |
openMoreSettings()
Open the 'More settings' options
|
void |
setContentRoot(java.lang.String contentRoot)
Insert the location of the content root into the 'Content root' input field
|
void |
setModuleFileLocation(java.lang.String moduleFileLocation)
Insert the location of the module file into the 'Module file location' input field
|
void |
setModuleName(java.lang.String moduleName)
Insert the name of the module into the 'Module name' input field
|
void |
setProjectFormat(AbstractNewProjectFinalPage.ProjectFormatType projectFormatType)
Set the project format into the 'Project format' combo box
|
closeAdvanceSettings, getProjectLocation, getProjectName, openAdvanceSettings, setProjectLocation, setProjectNameactionButton, actionButton, actionButton, actionButtons, actionButtons, actionLink, actionLink, actionLink, actionLinks, browser, browser, browser, browser, button, button, button, buttons, checkBox, checkBox, checkBox, checkBox, checkBoxes, comboBox, comboBox, comboBox, comboBox, comboBoxes, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindows, heavyWeightWindows, jLabel, jLabel, jLabel, jLabels, jList, jList, jList, jList, jList, jLists, jLists, jMenuBar, jMenuBar, jMenuBar, jMenuBar, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenus, jPopupMenus, jTree, jTree, jTree, jTree, jTrees, jTrees, radioButton, radioButton, radioButton, radioButtons, textArea, textArea, textArea, textAreas, textEditor, textEditor, textEditor, textEditor, textEditors, textEditors, textField, textField, textField, textField, textFieldsfind, find, find, find, findAll, findAll, getFinderclick, click, doubleClick, getBackgroundColor, getForegroundColor, rightClickallText, allText, allText, callJs, callJs, execute, execute, execute, extractData, findAllText, findAllText, findAllText, findAllText, findText, findText, getComponentHashCode, getData, getHasFocus, getLocationOnScreen, getRemoteComponent, getRemoteRobot, getScreenshot, hasText, hasText, hasText, isFocusOwner, isShowing, retrieve, retrieve, retrieveData, runJs, runJs, textpublic JavaNewProjectFinalPage(@NotNull
com.intellij.remoterobot.RemoteRobot remoteRobot,
@NotNull
com.intellij.remoterobot.data.RemoteComponent remoteComponent)
public void openMoreSettings()
public void closeMoreSettings()
public java.lang.String getModuleName()
public void setModuleName(java.lang.String moduleName)
moduleName - name of the module that will be set into the input fieldpublic java.lang.String getContentRoot()
public void setContentRoot(java.lang.String contentRoot)
contentRoot - location of the content root that will be set into the input fieldpublic java.lang.String getModuleFileLocation()
public void setModuleFileLocation(java.lang.String moduleFileLocation)
moduleFileLocation - location of the module file that will be set into the input fieldpublic AbstractNewProjectFinalPage.ProjectFormatType getProjectFormat()
UITestException - when there is set another value than defined by the 'ProjectFormatType' enumeration in the combo boxpublic void setProjectFormat(AbstractNewProjectFinalPage.ProjectFormatType projectFormatType)
projectFormatType - project format that will be set into the combo box