public class NewProjectFirstPage extends AbstractNewProjectFinalPage
AbstractNewProjectFinalPage.ProjectFormatType| Constructor and Description |
|---|
NewProjectFirstPage(com.intellij.remoterobot.RemoteRobot remoteRobot,
com.intellij.remoterobot.data.RemoteComponent remoteComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
selectNewProjectType(java.lang.String projectType)
Set the project type to specific type
|
void |
setBuildSystem(java.lang.String buildSystem)
Set the build system
|
void |
setLanguage(java.lang.String language)
Set the project language
|
void |
setProjectName(java.lang.String projectName)
Set the project name
|
void |
setProjectSdkIfAvailable(java.lang.String targetSdkName)
Set the project SDK to specific option
|
closeAdvanceSettings, getProjectLocation, getProjectName, openAdvanceSettings, setProjectLocationactionButton, 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 NewProjectFirstPage(@NotNull
com.intellij.remoterobot.RemoteRobot remoteRobot,
@NotNull
com.intellij.remoterobot.data.RemoteComponent remoteComponent)
public void selectNewProjectType(java.lang.String projectType)
projectType - name of the project type to which will be changed the current settingspublic void setProjectName(java.lang.String projectName)
setProjectName in class AbstractNewProjectFinalPageprojectName - project namepublic void setLanguage(java.lang.String language)
language - project languagepublic void setBuildSystem(java.lang.String buildSystem)
buildSystem - build system typepublic void setProjectSdkIfAvailable(java.lang.String targetSdkName)
targetSdkName - name of the SDK to which will be changed the current settings