Home
last modified time | relevance | path

Searched refs:getBackButton (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/wizards/
H A DWizardTest.java125 …assertEquals("Back button should be disabled on first page", false, dialog.getBackButton().getEnab… in testPageChanging()
131 …assertEquals("Back button should be enabled on middle page", true, dialog.getBackButton().getEnabl… in testPageChanging()
146 …assertEquals("Back button should be enabled on last page", true, dialog.getBackButton().getEnabled… in testPageChanging()
152 …assertEquals("Back button should be enabled on middle page", true, dialog.getBackButton().getEnabl… in testPageChanging()
158 …assertEquals("Back button should be disabled on first page", false, dialog.getBackButton().getEnab… in testPageChanging()
H A DButtonAlignmentTest.java72 .getBackButton(), backNextChildren[0]); in testButtonAlignment()
147 .getBackButton(), backNextChildren[0]); in testBug270174()
H A DTheTestWizardDialog.java47 public Button getBackButton() { in getBackButton() method in TheTestWizardDialog
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/components/
H A DToolbarComponent.java113 private ImageButton getBackButton() { in getBackButton() method in ToolbarComponent
250 final ImageButton backButton = getBackButton(); in pressBackButton()
324 return getBackButton().isEnabled(); in isBackButtonEnabled()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/components/
H A DToolbarComponent.java132 private ImageButton getBackButton() { in getBackButton() method in ToolbarComponent
272 final ImageButton backButton = getBackButton(); in pressBackButton()
346 return getBackButton().isEnabled(); in isBackButtonEnabled()
/dports/java/netbeans/netbeans/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/
H A DPostInstallSummaryPanel.java151 container.getBackButton().setVisible(false); in initializeContainer()
152 container.getBackButton().setEnabled(false); in initializeContainer()
340 … !container.getBackButton().isVisible() && // no back button at this panel in initComponents()
H A DWelcomePanel.java160 container.getBackButton().setVisible(false); in initializeContainer()