| Package | Description |
|---|---|
| org.popper.fw.jemmy.elements | |
| org.popper.fw.jemmy.elements.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJemmyCheckbox
Jemmy Element describing a checkbox
|
interface |
IJemmyRadioButton
Element describing a radio button
|
interface |
IJemmySelectbox
Interfaces describing the function a Selectbox must provide
|
interface |
IJemmyTextbox
Interfaces describing the function a textbox must provide
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJemmyInput<T extends org.netbeans.jemmy.operators.ComponentOperator>
Abstract superclass for all elements that can handle input, like buttons, textboxes, ...
|
class |
DefaultCheckbox
Implementation of
IJemmyCheckbox based on JCheckBoxOperator |
class |
DefaultRadioButton
Implementation of
IJemmyRadioButton based on JRadioButtonOperator |
class |
DefaultSelectbox
Implementation of
IJemmySelectbox |
class |
DefaultTextbox
Implementation of
IJemmyTextbox |
Copyright © 2017. All rights reserved.