Uses of Package
org.uispec4j

Packages that use org.uispec4j
org.uispec4j Provides classes for handling user interface components. 
org.uispec4j.finder Contains utility classes for the components searches mechanism. 
org.uispec4j.interception Provides a mechanism for intercepting popped-up dialogs and menus. 
org.uispec4j.interception.handlers   
org.uispec4j.interception.toolkit   
org.uispec4j.utils   
 

Classes in org.uispec4j used by org.uispec4j
AbstractButton
          Base class for button-like components (toggle buttons, check boxes, etc.)
AbstractSwingUIComponent
          Base class for UIComponent implementations that wrap JComponent subclasses.
AbstractUIComponent
          Base class for UIComponent implementations.
Button
          Wrapper for JButton components.
CheckBox
          Wrapper for JCheckBox components.
Clipboard.Charset
          Enumeration for the charset property in MIME types (UTF-8, UTF-16, etc.)
Clipboard.TextType
          Enumeration for the text type property in MIME types
Clipboard.TransferType
          Enumeration for the transfert type property in MIME types (InputStream, CharBuffer, etc.)
ComboBox
          Wrapper for JComboBox components.
ComponentAmbiguityException
          Thrown when several components match a given search specification in Panel.
DateSpinner
          Wrapper for JSpinner components implementing a SpinnerDateModel.
Desktop
          Wrapper for Multiple Desktop Interface (MDI) widgets implemented as JDesktopPane components.
ItemNotFoundException
           
Key
          Contants class defining keyboard keys.
Key.Modifier
          Constants class for keyboard modifiers such as Control or Shift.
ListBox
          Wrapper for JList components.
ListBoxCellValueConverter
          Performs a conversion between internal and tested cell values in a ListBox component This interface is meant to be used when the JList component used by the application uses renderers other than JLabel components.
ListSpinner
          Wrapper for JSpinner components implementing a SpinnerListModel.
MenuBar
          Wrapper for JMenuBar components.

A MenuBar is a container for top-level menu items represented by MenuItem components.

MenuItem
          Wrapper for menu items (commands or sub-menus) such as JMenu, JMenuItem or JPopupMenu.

A given MenuItem can be either a command, or a sub-menu containing other MenuItem components.

NumberSpinner
          Wrapper for JSpinner components implementing a SpinnerNumberModel.
Panel
          General container for UI components.
PasswordField
          Wrapper for JPasswordField components.
ProgressBar
          Wrapper for JProgressBar components.
RadioButton
          Wrapper for JRadioButton components.
Slider
          Wrapper for JSlider components.

This class provides means for checking the contents and the current position of the knob, changing the position, etc.

Spinner
          Wrapper for JSpinner components.
TabGroup
          Wrapper for JTabbedPane components.
Table
          Wrapper for JTable components.

The contents of the underlying table can be usually checked with String or Boolean values, as in the following example:

Table.Cell
          Represents a table cell.
Table.Header
           
TableCellValueConverter
          Performs a conversion between internal and tested cell values in a Table component
TextBox
          Wrapper for JTextComponent/JLabel components.
ToggleButton
          Wrapper for JToggleButton components.
TooltipComponent
          Tags components that support tooltips
Tree
          Wrapper for JTree components.
TreeCellValueConverter
          Performs a conversion between internal and tested cell values in a Tree component
Trigger
          Interface for window interception triggers - UI interactions which display a window.
UIComponent
          Interface for all UI (user interface) components.
UISpecAdapter
          Interface for adapting a UISpec4J test suite to a given application.
Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 

Classes in org.uispec4j used by org.uispec4j.finder
ComponentAmbiguityException
          Thrown when several components match a given search specification in Panel.
ItemNotFoundException
           
 

Classes in org.uispec4j used by org.uispec4j.interception
MenuItem
          Wrapper for menu items (commands or sub-menus) such as JMenu, JMenuItem or JPopupMenu.

A given MenuItem can be either a command, or a sub-menu containing other MenuItem components.

Trigger
          Interface for window interception triggers - UI interactions which display a window.
UISpecAdapter
          Interface for adapting a UISpec4J test suite to a given application.
Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 

Classes in org.uispec4j used by org.uispec4j.interception.handlers
Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 

Classes in org.uispec4j used by org.uispec4j.interception.toolkit
Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 

Classes in org.uispec4j used by org.uispec4j.utils
Key
          Contants class defining keyboard keys.
Trigger
          Interface for window interception triggers - UI interactions which display a window.
UIComponent
          Interface for all UI (user interface) components.
Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 



Copyright © 2004-2010. All Rights Reserved.