org.uispec4j
Class Table.Cell

java.lang.Object
  extended by org.uispec4j.AbstractUIComponent
      extended by org.uispec4j.Panel
          extended by org.uispec4j.Table.Cell
All Implemented Interfaces:
UIComponent
Enclosing class:
Table

public class Table.Cell
extends Panel

Represents a table cell. This class extends Panel, so that all the component searching methods available in Panel can be used to access the specific component displayed in the cell.


Field Summary
 
Fields inherited from class org.uispec4j.Panel
SWING_CLASSES, TYPE_NAME
 
Constructor Summary
Table.Cell(java.awt.Container container)
           
 
Method Summary
 
Methods inherited from class org.uispec4j.Panel
containsComponent, containsLabel, containsSwingComponent, containsSwingComponent, containsUIComponent, containsUIComponent, findSwingComponent, findSwingComponent, findSwingComponent, findUIComponent, findUIComponent, findUIComponent, getAwtComponent, getAwtContainer, getButton, getButton, getButton, getCheckBox, getCheckBox, getCheckBox, getComboBox, getComboBox, getComboBox, getDateSpinner, getDateSpinner, getDateSpinner, getDescriptionTypeName, getDesktop, getDesktop, getDesktop, getInputTextBox, getInputTextBox, getListBox, getListBox, getListBox, getListSpinner, getListSpinner, getListSpinner, getNumberSpinner, getNumberSpinner, getNumberSpinner, getPanel, getPanel, getPanel, getPasswordField, getPasswordField, getPasswordField, getProgressBar, getProgressBar, getProgressBar, getRadioButton, getRadioButton, getRadioButton, getSlider, getSlider, getSlider, getSpinner, getSpinner, getSpinner, getSwingComponents, getSwingComponents, getSwingComponents, getTabGroup, getTabGroup, getTabGroup, getTable, getTable, getTable, getTextBox, getTextBox, getTextBox, getToggleButton, getToggleButton, getToggleButton, getTree, getTree, getTree, getUIComponents, getUIComponents, getUIComponents
 
Methods inherited from class org.uispec4j.AbstractUIComponent
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.Cell

public Table.Cell(java.awt.Container container)


Copyright © 2004-2010. All Rights Reserved.