Uses of Interface
org.uispec4j.UIComponent

Packages that use UIComponent
org.uispec4j Provides classes for handling user interface components. 
 

Uses of UIComponent in org.uispec4j
 

Classes in org.uispec4j that implement UIComponent
 class AbstractButton
          Base class for button-like components (toggle buttons, check boxes, etc.)
 class AbstractUIComponent
          Base class for UIComponent implementations.
 class Button
          Wrapper for JButton components.
 class CheckBox
          Wrapper for JCheckBox components.
 class ComboBox
          Wrapper for JComboBox components.
 class DateSpinner
          Wrapper for JSpinner components implementing a SpinnerDateModel.
 class Desktop
          Wrapper for Multiple Desktop Interface (MDI) widgets implemented as JDesktopPane components.
 class ListBox
          Wrapper for JList components.
 class ListSpinner
          Wrapper for JSpinner components implementing a SpinnerListModel.
 class MenuBar
          Wrapper for JMenuBar components.
 class MenuItem
          Wrapper for menu items (commands or sub-menus) such as JMenu, JMenuItem or JPopupMenu.
 class NumberSpinner
          Wrapper for JSpinner components implementing a SpinnerNumberModel.
 class Panel
          General container for UI components.
 class PasswordField
          Wrapper for JPasswordField components.
 class ProgressBar
          Wrapper for JProgressBar components.
 class RadioButton
          Wrapper for JRadioButton components.
 class Slider
          Wrapper for JSlider components.
 class Spinner
          Wrapper for JSpinner components.
 class TabGroup
          Wrapper for JTabbedPane components.
 class Table
          Wrapper for JTable components.
 class Table.Cell
          Represents a table cell.
 class TextBox
          Wrapper for JTextComponent/JLabel components.
 class ToggleButton
          Wrapper for JToggleButton components.
 class Tree
          Wrapper for JTree components.
 class Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 

Methods in org.uispec4j that return UIComponent
 UIComponent[] Panel.getUIComponents(Class uiComponentClass)
           
 UIComponent[] Panel.getUIComponents(Class uiComponentClass, String name)
           
 UIComponent[] Panel.getUIComponents(ComponentMatcher matcher)
           
 UIComponent Panel.findUIComponent(Class uiComponentClass)
           
 UIComponent Panel.findUIComponent(Class uiComponentClass, String name)
           
 UIComponent Panel.findUIComponent(ComponentMatcher matcher)
           
 

Methods in org.uispec4j with parameters of type UIComponent
static void Mouse.click(UIComponent uiComponent)
          Clicks in the center of a UIComponent.
static void Mouse.doubleClick(UIComponent uiComponent)
          Double clicks in the center of a UIComponent.
static void Mouse.doClickInRectangle(UIComponent uiComponent, Rectangle rect, boolean useRightClick, Key.Modifier keyModifier)
          Clicks in a given area of a UIComponent.
static void Mouse.doDoubleClickInRectangle(UIComponent uiComponent, Rectangle rect)
          Double clicks in a given area of a UIComponent.
 



Copyright © 2004-2007 Design-up. All Rights Reserved.