public abstract class AbstractToolWinPane
extends com.intellij.remoterobot.fixtures.CommonContainerFixture
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractToolWinPane(com.intellij.remoterobot.RemoteRobot remoteRobot,
com.intellij.remoterobot.data.RemoteComponent remoteComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeGradleBuildToolPane()
Close gradle build tool pane
|
void |
closeMavenBuildToolPane()
Close maven build tool pane
|
void |
closeProjectExplorer()
Close project explorer
|
GradleBuildToolPane |
openGradleBuildToolPane()
Open gradle build tool pane
|
MavenBuildToolPane |
openMavenBuildToolPane()
Open maven build tool pane
|
ProjectExplorer |
openProjectExplorer()
Open project explorer
|
com.intellij.remoterobot.fixtures.JButtonFixture |
stripeButton(java.lang.String label,
boolean isPaneOpened)
Create fixture for the Stripe button
|
protected <T extends com.intellij.remoterobot.fixtures.Fixture> |
togglePane(java.lang.String label,
java.lang.Class<T> fixtureClass,
boolean openPane) |
actionButton, 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, textprotected AbstractToolWinPane(@NotNull
com.intellij.remoterobot.RemoteRobot remoteRobot,
@NotNull
com.intellij.remoterobot.data.RemoteComponent remoteComponent)
public ProjectExplorer openProjectExplorer()
public void closeProjectExplorer()
public MavenBuildToolPane openMavenBuildToolPane()
public void closeMavenBuildToolPane()
public GradleBuildToolPane openGradleBuildToolPane()
public void closeGradleBuildToolPane()
public com.intellij.remoterobot.fixtures.JButtonFixture stripeButton(java.lang.String label,
boolean isPaneOpened)
label - label text of the stripe buttonisPaneOpened - true if the pane is already openedprotected <T extends com.intellij.remoterobot.fixtures.Fixture> T togglePane(java.lang.String label,
java.lang.Class<T> fixtureClass,
boolean openPane)