| Package | Description |
|---|---|
| org.popper.fw.jemmy.elements | |
| org.popper.fw.jemmy.elements.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJemmyButton
Interfaces describing the function a button must provide
|
interface |
IJemmyInput
Interface describing alle the methods common to controls, that can handle userinput
|
interface |
IJemmyLabel
Interfaces describing the function a label must provide
|
interface |
IJemmyMenuBar
Element describing a menu bar in a desktop application
|
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 |
AbstractJemmyElement<T extends org.netbeans.jemmy.operators.ComponentOperator>
Abstract Superclass for all Elements in an application that can be interacted with.
|
class |
AbstractJemmyInput<T extends org.netbeans.jemmy.operators.ComponentOperator>
Abstract superclass for all elements that can handle input, like buttons, textboxes, ...
|
class |
DefaultButton |
class |
DefaultLabel |
class |
DefaultMenuBar
Implementation of
IJemmyMenuBar |
class |
DefaultRadioButton
Implementation of
IJemmyRadioButton based on JRadioButtonOperator |
class |
DefaultSelectbox
Implementation of
IJemmySelectbox |
class |
DefaultTextbox
Implementation of
IJemmyTextbox |
Copyright © 2017. All rights reserved.