Package com.axway.ats.uiengine.elements.swing
UI elements of Swing application.
-
Class Summary Class Description SwingButton A Swing ButtonSwingCheckBox A Swing Check BoxSwingComboBox A Swing ComboBoxSwingComponent 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 onBasicComponentFinder, the only difference is that we are not usingLinkedHashSetfor the founded components, butArrayListand 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 ChooserSwingLabel A Swing LabelSwingMenuItem A Swing Menu ItemSwingMultiSelectList A Multiple Selection Swing ListSwingOptionPane A Swing Option PaneSwingPopupMenu A Swing PopupMenuSwingRadioButton A Swing Radio ButtonSwingSingleSelectList A Single Selection Swing ListSwingSpinner A Swing SpinnerSwingTabbedPane A Swing TabbedPaneSwingTable A Swing TableSwingTextArea A Swing Text Area/FieldSwingToggleButton A Swing Toggle ButtonSwingTree A Swing Tree