| Class | Description |
|---|---|
| SwingButton |
A Swing Button
|
| SwingCheckBox |
A Swing Check Box
|
| SwingComboBox |
A Swing ComboBox
|
| SwingComponent |
Provide generic access to AWT/Swing components
Using this class is recommended only when other similar classes in this package do not provide suitable methods. |
| SwingElementFinder |
This class is based on
BasicComponentFinder,
the only difference is that we are not using LinkedHashSet for the founded components,
but ArrayList and every time the component index is the same (in the component hierarchy tree),
and we are able to search by index. |
| SwingElementLocator | |
| SwingElementsFactory | |
| SwingFileBrowse |
A Swing File Chooser
|
| SwingLabel |
A Swing Label
|
| SwingMenuItem |
A Swing Menu Item
|
| SwingMultiSelectList |
A Multiple Selection Swing List
|
| SwingOptionPane |
A Swing Option Pane
|
| SwingPopupMenu |
A Swing PopupMenu
|
| SwingRadioButton |
A Swing Radio Button
|
| SwingSingleSelectList |
A Single Selection Swing List
|
| SwingSpinner |
A Swing Spinner
|
| SwingTabbedPane |
A Swing TabbedPane
|
| SwingTable |
A Swing Table
|
| SwingTextArea |
A Swing Text Area/Field
|
| SwingToggleButton |
A Swing Toggle Button
|
| SwingTree |
A Swing Tree
|
Copyright © 2017 Axway Software. All rights reserved.