Class NotificationsPage
- java.lang.Object
-
- com.intellij.remoterobot.fixtures.Fixture
-
- com.intellij.remoterobot.fixtures.ComponentFixture
-
- com.intellij.remoterobot.fixtures.ContainerFixture
-
- com.intellij.remoterobot.fixtures.CommonContainerFixture
-
- com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.settings.pages.NotificationsPage
-
- All Implemented Interfaces:
com.intellij.remoterobot.SearchContext
public class NotificationsPage extends com.intellij.remoterobot.fixtures.CommonContainerFixtureNotifications page fixture
-
-
Constructor Summary
Constructors Constructor Description NotificationsPage(com.intellij.remoterobot.RemoteRobot remoteRobot, com.intellij.remoterobot.data.RemoteComponent remoteComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.intellij.remoterobot.fixtures.JCheckboxFixturedisplayBalloonNotificationsCheckBox()Get the 'Display balloon notifications' checkbox fixturecom.intellij.remoterobot.fixtures.JCheckboxFixturedisplaySystemNotificationsCheckBox()Get the 'Enable system notifications' checkbox fixturevoidtoggleBalloonNotifications(boolean value)Toggle balloon notificationsvoidtoggleNotifications(boolean value)Disable both balloon and system notificationsvoidtoggleSystemNotifications(boolean value)Toggle system notifications-
Methods inherited from class com.intellij.remoterobot.fixtures.CommonContainerFixture
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, textFields
-
Methods inherited from class com.intellij.remoterobot.fixtures.ContainerFixture
find, find, find, find, findAll, findAll, getFinder
-
Methods inherited from class com.intellij.remoterobot.fixtures.ComponentFixture
click, click, doubleClick, doubleClick, getBackgroundColor, getForegroundColor, moveMouse, moveMouse, rightClick, rightClick, rightDoubleClick, rightDoubleClick
-
Methods inherited from class com.intellij.remoterobot.fixtures.Fixture
allText, 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, text
-
-
-
-
Method Detail
-
toggleNotifications
public void toggleNotifications(boolean value)
Disable both balloon and system notifications- Parameters:
value- boolean value to toggle the checkboxes to
-
toggleBalloonNotifications
public void toggleBalloonNotifications(boolean value)
Toggle balloon notifications- Parameters:
value- boolean value to toggle the checkbox to
-
toggleSystemNotifications
public void toggleSystemNotifications(boolean value)
Toggle system notifications- Parameters:
value- boolean value to toggle the checkbox to
-
displayBalloonNotificationsCheckBox
public com.intellij.remoterobot.fixtures.JCheckboxFixture displayBalloonNotificationsCheckBox()
Get the 'Display balloon notifications' checkbox fixture- Returns:
- checkbox fixture
-
displaySystemNotificationsCheckBox
public com.intellij.remoterobot.fixtures.JCheckboxFixture displaySystemNotificationsCheckBox()
Get the 'Enable system notifications' checkbox fixture- Returns:
- checkbox fixture
-
-