Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.common.types |
This package contains common data types.
|
com.borland.silktest.jtf.swt |
This package contains classes for the SWT TechDomain.
|
com.borland.silktest.jtf.win32 |
This package contains classes for the Win32 TechDomain.
|
com.borland.silktest.jtf.windowsforms |
This package contains classes for the WindowsForms TechDomain.
|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
com.microfocus.silktest.jtf.silverlight |
This package contains classes for the Silverlight TechDomain.
|
com.microfocus.silktest.jtf.swing |
This package contains classes for the AWT/Swing TechDomain.
|
com.microfocus.silktest.jtf.wpf |
This package contains classes for the WPF TechDomain.
|
Modifier and Type | Method and Description |
---|---|
ItemIdentifier |
TabControl.getSelectedItem()
Gets the selected item.
|
ItemIdentifier |
RadioList.getSelectedItem()
Gets the item to select.
|
ItemIdentifier |
ListBox.getSelectedItem()
Gets the name of the first selected item.
|
ItemIdentifier |
ComboBox.getSelectedItem()
Gets the selected item.
|
Modifier and Type | Method and Description |
---|---|
List<ItemIdentifier> |
TabControl.getItems()
Gets a list of items in the tab control.
|
List<ItemIdentifier> |
RadioList.getItems()
Gets a list of items in the radio list.
|
List<ItemIdentifier> |
ListBox.getItems()
Gets a list of items in the list box.
|
List<ItemIdentifier> |
ComboBox.getItems()
Gets a list of items in the combo box list.
|
List<ItemIdentifier> |
ListBox.getSelectedItems()
Gets the names of the selected item(s).
|
Modifier and Type | Method and Description |
---|---|
void |
Table.check(ItemIdentifier item)
Checks the check box in the defined row of a table.
|
void |
ConsoleWindow.close(ItemIdentifier windowIdentifier)
Closes the specified console window.
|
void |
Table.doubleSelect(int rowIndex,
ItemIdentifier column)
Double-clicks an item.
|
void |
Table.doubleSelect(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row)
Double-clicks an item.
|
void |
ListBox.doubleSelect(ItemIdentifier item)
Double-clicks an item in the list box.
|
void |
Table.doubleSelect(ItemIdentifier row,
int columnIndex)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row,
ItemIdentifier column)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListBox.doubleSelect(ItemIdentifier item,
ModifierKey modifiers)
Double-clicks an item in the list box.
|
void |
Table.doubleSelect(ItemIdentifier row,
String columnText)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(String rowText,
ItemIdentifier column)
Double-clicks an item.
|
void |
Table.doubleSelect(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListBox.extendSelect(ItemIdentifier item)
Selects a range of items by extending the selection in the list box.
|
void |
Table.extendSelectRow(int rowIndex,
ItemIdentifier column)
Selects a range of rows.
|
void |
Table.extendSelectRow(ItemIdentifier row)
Selects a range of rows.
|
void |
Table.extendSelectRow(ItemIdentifier row,
int columnIndex)
Selects a range of rows.
|
void |
Table.extendSelectRow(ItemIdentifier row,
ItemIdentifier column)
Selects a range of rows.
|
void |
Table.extendSelectRow(ItemIdentifier row,
String columnText)
Selects a range of rows.
|
void |
Table.extendSelectRow(String rowText,
ItemIdentifier column)
Selects a range of rows.
|
void |
Table.focusRow(ItemIdentifier row)
Focuses on a row in the table.
|
String |
ConsoleWindow.getContents(ItemIdentifier windowIdentifier)
Retrieves the contents of the specified console window as a string.
|
void |
ListBox.multiSelect(ItemIdentifier item)
Selects an item in the multi- or extend-selection list box.
|
void |
Table.multiSelectRow(int rowIndex,
ItemIdentifier column)
Adds a row from the table to the set of selected rows.
|
void |
Table.multiSelectRow(ItemIdentifier row)
Adds a row from the table to the set of selected rows.
|
void |
Table.multiSelectRow(ItemIdentifier row,
int columnIndex)
Adds a row from the table to the set of selected rows.
|
void |
Table.multiSelectRow(ItemIdentifier row,
ItemIdentifier column)
Adds a row from the table to the set of selected rows.
|
void |
Table.multiSelectRow(ItemIdentifier row,
String columnText)
Adds a row from the table to the set of selected rows.
|
void |
Table.multiSelectRow(String rowText,
ItemIdentifier column)
Adds a row from the table to the set of selected rows.
|
void |
ListBox.multiUnselect(ItemIdentifier item)
Unselects an item in the multi- or extend-selection list box.
|
void |
Table.multiUnselectRow(int rowIndex,
ItemIdentifier column)
Removes a row from the set of selected rows.
|
void |
Table.multiUnselectRow(ItemIdentifier row)
Removes a row from the set of selected rows.
|
void |
Table.multiUnselectRow(ItemIdentifier row,
int columnIndex)
Removes a row from the set of selected rows.
|
void |
Table.multiUnselectRow(ItemIdentifier row,
ItemIdentifier column)
Removes a row from the set of selected rows.
|
void |
Table.multiUnselectRow(ItemIdentifier row,
String columnText)
Removes a row from the set of selected rows.
|
void |
Table.multiUnselectRow(String rowText,
ItemIdentifier column)
Removes a row from the set of selected rows.
|
void |
TabControl.select(ItemIdentifier item)
Sets the current page to the specified page.
|
void |
RadioListToolItem.select(ItemIdentifier item)
Selects an item.
|
void |
RadioList.select(ItemIdentifier item)
Selects an item from the radiolist.
|
void |
ListBox.select(ItemIdentifier item)
Selects an item from the list box.
|
void |
Link.select(ItemIdentifier item)
Selects an item.
|
void |
ComboBox.select(ItemIdentifier item)
Selects an item from the combo box.
|
void |
ListBox.selectRange(int selectRangeBeginIndex,
ItemIdentifier selectRangeEnd)
Selects a range of items in the extend-selection list box.
|
void |
ListBox.selectRange(ItemIdentifier selectRangeBegin,
int selectRangeEndIndex)
Selects a range of items in the extend-selection list box.
|
void |
ListBox.selectRange(ItemIdentifier selectRangeBegin,
ItemIdentifier selectRangeEnd)
Selects a range of items in the extend-selection list box.
|
void |
ListBox.selectRange(ItemIdentifier selectRangeBegin,
String selectRangeEndText)
Selects a range of items in the extend-selection list box.
|
void |
ListBox.selectRange(String selectRangeBeginText,
ItemIdentifier selectRangeEnd)
Selects a range of items in the extend-selection list box.
|
void |
Table.selectRow(int rowIndex,
ItemIdentifier column)
Selects an row in the table.
|
void |
Table.selectRow(ItemIdentifier row)
Selects an row in the table.
|
void |
Table.selectRow(ItemIdentifier row,
int columnIndex)
Selects an row in the table.
|
void |
Table.selectRow(ItemIdentifier row,
ItemIdentifier column)
Selects an row in the table.
|
void |
Table.selectRow(ItemIdentifier row,
String columnText)
Selects an row in the table.
|
void |
Table.selectRow(String rowText,
ItemIdentifier column)
Selects an row in the table.
|
void |
TabControl.setSelectedItem(ItemIdentifier selectedItem)
Sets the selected item.
|
void |
RadioList.setSelectedItem(ItemIdentifier selectedItem)
Sets the item to select.
|
void |
ListBox.setSelectedItem(ItemIdentifier selectedItem)
Sets the name of the first selected item.
|
void |
ComboBox.setSelectedItem(ItemIdentifier selectedItem)
Sets the selected item.
|
void |
ConsoleWindow.typeKeys(String keys,
ItemIdentifier windowIdentifier)
Types the specified keys into the specified console window.
|
void |
Table.uncheck(ItemIdentifier item)
Unchecks the check box in the defined row of a table.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBox.setSelectedItems(List<ItemIdentifier> selectedItems)
Sets the names of the selected item(s).
|
Modifier and Type | Method and Description |
---|---|
List<ItemIdentifier> |
ItemPath.getSegments()
return a list with all item identifier segments.
|
Constructor and Description |
---|
ItemPath(ItemIdentifier... segments)
Creates an item path with the given segments.
|
Modifier and Type | Method and Description |
---|---|
void |
CTabFolder.close(ItemIdentifier item)
Closes the visible page.
|
void |
ExpandBar.collapse(ItemIdentifier item)
Collapses the ExpandBar.
|
void |
ExpandBar.expand(ItemIdentifier item)
Expands an ExpandBar.
|
void |
CTabFolder.select(ItemIdentifier item)
Selects an item from the CTabFolder.
|
Modifier and Type | Method and Description |
---|---|
List<ItemIdentifier> |
ListView.getCheckedItems()
Gets a list containing the checked items.
|
List<ItemIdentifier> |
ListView.getItems()
Gets a list containing all items of the listview.
|
List<ItemIdentifier> |
ListView.getSelectedItems()
Gets a list containing the selected items.
|
Modifier and Type | Method and Description |
---|---|
void |
ListView.check(ItemIdentifier item)
Checks an item.
|
void |
Header.dividerDoubleSelect(ItemIdentifier item,
int button)
Double-clicks the divider on the right side of the specified item.
|
void |
ListView.doubleSelect(ItemIdentifier item)
Double-clicks an item.
|
void |
Header.doubleSelect(ItemIdentifier item,
int button)
Double-clicks an item.
|
void |
ListView.doubleSelect(ItemIdentifier item,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListView.extendSelect(ItemIdentifier item)
Selects a range of items by extending the selection in the extend-selection listview.
|
int |
Header.getColumnWidth(ItemIdentifier item)
Returns the width of a specified column.
|
int |
ListView.getItemImageIndex(ItemIdentifier item)
Returns the index into the image list of a list view that contains icons.
|
int |
ListView.getItemImageIndex(ItemIdentifier item,
boolean fromStateImageList)
Returns the index into the image list of a list view that contains icons.
|
int |
ListView.getItemIndex(ItemIdentifier item)
Returns the index of the list view item or -1 if is not found.
|
Rect |
ListView.getItemRect(ItemIdentifier item)
Returns rectangle of the item.
|
Rect |
ListView.getItemRect(ItemIdentifier item,
boolean getIconRect)
Returns rectangle of the item.
|
Rect |
ListView.getItemRect(ItemIdentifier item,
boolean getIconRect,
int columnIndex)
Returns rectangle of the item.
|
String |
ListView.getItemText(ItemIdentifier item)
Returns the text of an item.
|
String |
ListView.getItemText(ItemIdentifier item,
int columnIndex)
Returns the text of an item.
|
void |
ListView.multiSelect(ItemIdentifier item)
Adds an item in the list to the set of currently selected items.
|
void |
ListView.multiUnselect(ItemIdentifier item)
Removes an item in the list from the set of selected items.
|
void |
Header.resize(ItemIdentifier item,
int width)
Resizes an item of the header.
|
void |
ListView.select(ItemIdentifier item)
Selects an item.
|
void |
Header.select(ItemIdentifier item,
int button)
Selects an item or button.
|
void |
ListView.setItemFocus(ItemIdentifier item)
Gives focus to the item in the list.
|
void |
ListView.uncheck(ItemIdentifier item)
Unchecks an item.
|
Modifier and Type | Method and Description |
---|---|
ItemIdentifier |
DomainUpDown.getSelectedItem()
Gets the position for the up/down control.
|
Modifier and Type | Method and Description |
---|---|
List<ItemIdentifier> |
CheckedListBox.getCheckedItems()
Gets the names of the checked item(s).
|
List<ItemIdentifier> |
DomainUpDown.getItems()
Gets the items in the domain up/down control.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckedListBox.check(ItemIdentifier item)
Selects an item from the checked list box.
|
void |
DomainUpDown.select(ItemIdentifier item)
Selects an item.
|
void |
DomainUpDown.setSelectedItem(ItemIdentifier selectedItem)
Sets the position for the up/down control.
|
void |
CheckedListBox.uncheck(ItemIdentifier item)
Selects an item from the checked list box.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckedListBox.setCheckedItems(List<ItemIdentifier> checkedItems)
Sets the names of the checked item(s).
|
Modifier and Type | Method and Description |
---|---|
ItemIdentifier |
DomRadioButton.getRadioListSelectedItem()
Gets the item that is selected in the radiolist.
|
Modifier and Type | Method and Description |
---|---|
List<ItemIdentifier> |
DomListBox.getItems()
Gets the list of items in the listbox.
|
List<ItemIdentifier> |
DomRadioButton.getRadioListItems()
Gets the list of items in the radio list.
|
List<ItemIdentifier> |
DomListBox.getSelectedItems()
Gets the names of the selected item(s).
|
Modifier and Type | Method and Description |
---|---|
BrowserWindow |
BrowserApplication.closeTab(ItemIdentifier tab)
Closes the specified tab.
|
boolean |
BrowserApplication.existsTab(ItemIdentifier tab)
Returns true if the tab exists and false otherwise.
|
DomElement |
DomTable.getCell(int rowIndex,
ItemIdentifier col)
Returns the specified cell.
|
DomElement |
DomTableRow.getCell(ItemIdentifier itemIdentifier)
Returns the DOM element in the given cell.
|
DomElement |
DomTable.getCell(ItemIdentifier row,
int colIndex)
Returns the specified cell.
|
DomElement |
DomTable.getCell(ItemIdentifier row,
ItemIdentifier col)
Returns the specified cell.
|
DomElement |
DomTable.getCell(ItemIdentifier row,
String colText)
Returns the specified cell.
|
DomElement |
DomTable.getCell(String rowText,
ItemIdentifier col)
Returns the specified cell.
|
String |
DomTable.getCellText(int rowIndex,
ItemIdentifier col)
Returns the content of a cell element.
|
String |
DomTable.getCellText(ItemIdentifier row,
int colIndex)
Returns the content of a cell element.
|
String |
DomTable.getCellText(ItemIdentifier row,
ItemIdentifier col)
Returns the content of a cell element.
|
String |
DomTable.getCellText(ItemIdentifier row,
String colText)
Returns the content of a cell element.
|
String |
DomTable.getCellText(String rowText,
ItemIdentifier col)
Returns the content of a cell element.
|
DomTableRow |
DomTable.getRow(ItemIdentifier itemIdentifier)
Returns the DOM element for the specified row.
|
List<String> |
DomTable.getRowText(ItemIdentifier row)
Returns the content of all cell elements of a specified row.
|
void |
DomRadioButton.radioListSelect(ItemIdentifier item)
Selects an item in the radio list.
|
void |
DomListBox.select(ItemIdentifier item)
Selects an item.
|
BrowserWindow |
BrowserApplication.selectTab(ItemIdentifier tab)
Selects the specified tab.
|
void |
DomListBox.unselect(ItemIdentifier item)
Unselects an item.
|
Modifier and Type | Method and Description |
---|---|
void |
DomListBox.multiSelect(List<ItemIdentifier> items)
Selects a list of items.
|
void |
DomListBox.setSelectedItems(List<ItemIdentifier> selectedItems)
Sets the names of the selected item(s).
|
Modifier and Type | Method and Description |
---|---|
void |
SLDataGrid.scrollIntoView(int rowIndex,
ItemIdentifier column)
Scrolls the specified row or cell into view.
|
void |
SLDataGrid.scrollIntoView(ItemIdentifier row)
Scrolls the specified row or cell into view.
|
void |
SLDataGrid.scrollIntoView(ItemIdentifier row,
int columnIndex)
Scrolls the specified row or cell into view.
|
void |
SLDataGrid.scrollIntoView(ItemIdentifier row,
ItemIdentifier column)
Scrolls the specified row or cell into view.
|
void |
SLDataGrid.scrollIntoView(ItemIdentifier row,
String columnText)
Scrolls the specified row or cell into view.
|
void |
SLDataGrid.scrollIntoView(String rowText,
ItemIdentifier column)
Scrolls the specified row or cell into view.
|
void |
SLTabControl.select(ItemIdentifier item)
Selects an item in the tab control.
|
void |
SLListBox.select(ItemIdentifier item)
Selects the given list box item.
|
void |
SLDataGrid.select(ItemIdentifier item)
Selects the specified row.
|
void |
SLComboBox.select(ItemIdentifier item)
Selects an item in the combo box.
|
void |
SLListBox.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the given list box item.
|
void |
SLDataGrid.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the specified row.
|
void |
SLDataGrid.selectCell(int rowIndex,
ItemIdentifier column)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
int columnIndex)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
String columnText)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(String rowText,
ItemIdentifier column)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
Modifier and Type | Method and Description |
---|---|
ItemIdentifier |
JTable.getEditingColumn()
Gets the name or index of the column that contains the cell currently being edited.
|
ItemIdentifier |
JTable.getSelectedColumn()
Gets the index or name of the selected column.
|
ItemIdentifier |
OracleFormsChoice.getSelectedItem()
Gets the selected item.
|
ItemIdentifier |
JList.getSelectedItem()
Gets the name or index of the selected list item.
|
ItemIdentifier |
JComboBox.getSelectedItem()
Gets the current selected item.
|
ItemIdentifier |
AWTList.getSelectedItem()
Gets the currently selected list item.
|
ItemIdentifier |
AWTChoice.getSelectedItem()
Gets the selected item.
|
ItemIdentifier |
OracleFormsTabBar.getSelectedTab()
Gets the currently selected tab.
|
ItemIdentifier |
JTabbedPane.getSelectedTab()
Gets the currently selected tab.
|
Modifier and Type | Method and Description |
---|---|
List<ItemIdentifier> |
OracleFormsChoice.getItems()
Gets the list of choice items.
|
List<ItemIdentifier> |
JList.getItems()
Gets the list of all contained list items.
|
List<ItemIdentifier> |
JComboBox.getItems()
Gets the list of all contained items.
|
List<ItemIdentifier> |
AWTList.getItems()
Gets a list of items in the list.
|
List<ItemIdentifier> |
AWTChoice.getItems()
Gets the list of combo box items.
|
List<ItemIdentifier> |
JTable.getSelectedColumns()
Gets the list of indices of all selected columns.
|
List<ItemIdentifier> |
JList.getSelectedItems()
Gets the list of names or indices of the selected list items.
|
List<ItemIdentifier> |
AWTList.getSelectedItems()
Gets the currently selected list items.
|
Modifier and Type | Method and Description |
---|---|
void |
JTable.clickCell(int row,
ItemIdentifier column)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button,
Point position)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified cell in the table.
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button,
Point position)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item)
Clicks the specified list item.
|
void |
JList.clickItem(ItemIdentifier item)
Clicks the specified list item.
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button)
Clicks the specified list item.
|
void |
JList.clickItem(ItemIdentifier item,
int button)
Clicks the specified list item.
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button,
Point position)
Clicks the specified list item.
|
void |
JList.clickItem(ItemIdentifier item,
int button,
Point position)
Clicks the specified list item.
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
void |
JList.clickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
void |
JList.deselect(ItemIdentifier item)
Deselects the specified list item.
|
void |
AWTList.deselect(ItemIdentifier item)
Deselects the specified list item.
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button,
Point position)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Double-clicks the specified cell in the table.
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item)
Double-clicks a list item.
|
void |
JList.doubleClickItem(ItemIdentifier item)
Double-clicks a list item.
|
void |
AWTList.doubleClickItem(ItemIdentifier item)
Double-clicks a list item.
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button)
Double-clicks a list item.
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button)
Double-clicks a list item.
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button,
Point position)
Double-clicks a list item.
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button,
Point position)
Double-clicks a list item.
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
void |
AWTList.doubleClickItem(ItemIdentifier item,
ModifierKey modifiers)
Double-clicks a list item.
|
String |
OracleFormsListView.getCellText(int row,
ItemIdentifier column)
Returns the cell text.
|
String |
JTable.getCellText(int row,
ItemIdentifier column)
Returns the cell text.
|
Object |
JTable.getCellValue(int row,
ItemIdentifier column)
Returns the cell value.
|
int |
OracleFormsListView.getColumnWidth(ItemIdentifier column)
Returns the width of the specified column.
|
Rect |
JList.getItemRect(ItemIdentifier item)
Returns the size and position of the item relative to the list.
|
Object |
JList.getItemValue(ItemIdentifier item)
Returns the value object of the list item.
|
boolean |
JTable.isCellEditable(int row,
ItemIdentifier column)
Returns true if the specified cell is editable.
|
boolean |
JTable.isCellSelected(int row,
ItemIdentifier column)
Returns true if the specified cell is selected; otherwise false.
|
boolean |
JTable.isColumnSelected(ItemIdentifier column)
Returns true if the specified column is selected.
|
boolean |
OracleFormsTabBar.isTabEnabled(ItemIdentifier tab)
Returns whether or not the tab is currently enabled.
|
boolean |
JTabbedPane.isTabEnabled(ItemIdentifier tab)
Returns whether or not the tab is currently enabled.
|
void |
JTable.moveColumn(int columnIndex,
ItemIdentifier targetColumn)
Moves the column to the position of the target column.
|
void |
JTable.moveColumn(ItemIdentifier column,
int targetColumnIndex)
Moves the column to the position of the target column.
|
void |
JTable.moveColumn(ItemIdentifier column,
ItemIdentifier targetColumn)
Moves the column to the position of the target column.
|
void |
JTable.moveColumn(ItemIdentifier column,
String targetColumnText)
Moves the column to the position of the target column.
|
void |
JTable.moveColumn(String columnText,
ItemIdentifier targetColumn)
Moves the column to the position of the target column.
|
void |
JTable.resizeColumn(ItemIdentifier column,
int width)
Resizes the specified column.
|
void |
JTable.scrollCellIntoView(int row,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
JList.scrollItemIntoView(ItemIdentifier item)
Scrolls an item into view.
|
void |
OracleFormsTabBar.select(ItemIdentifier tab)
Selects the specified tab.
|
void |
OracleFormsChoice.select(ItemIdentifier item)
Selects the specified item in the choice.
|
void |
JTabbedPane.select(ItemIdentifier tab)
Selects the specified tab.
|
void |
JList.select(ItemIdentifier item)
Selects a list item.
|
void |
JComboBox.select(ItemIdentifier item)
Selects the specified item.
|
void |
AWTList.select(ItemIdentifier item)
Selects the specified item.
|
void |
AWTChoice.select(ItemIdentifier item)
Selects the specified item in the combo box.
|
void |
JTable.selectColumn(ItemIdentifier column)
Selects the specified column.
|
void |
JTable.selectColumn(ItemIdentifier column,
boolean clearSelection)
Selects the specified column.
|
void |
JList.selectRange(int fromElementIndex,
ItemIdentifier toElement)
Selects a specified range of list elements.
|
void |
AWTList.selectRange(int fromElementIndex,
ItemIdentifier toElement)
Selects all items within the specified range.
|
void |
JList.selectRange(ItemIdentifier fromElement,
int toElementIndex)
Selects a specified range of list elements.
|
void |
AWTList.selectRange(ItemIdentifier fromElement,
int toElementIndex)
Selects all items within the specified range.
|
void |
JList.selectRange(ItemIdentifier fromElement,
ItemIdentifier toElement)
Selects a specified range of list elements.
|
void |
AWTList.selectRange(ItemIdentifier fromElement,
ItemIdentifier toElement)
Selects all items within the specified range.
|
void |
JList.selectRange(ItemIdentifier fromElement,
String toElementText)
Selects a specified range of list elements.
|
void |
AWTList.selectRange(ItemIdentifier fromElement,
String toElementText)
Selects all items within the specified range.
|
void |
JList.selectRange(String fromElementText,
ItemIdentifier toElement)
Selects a specified range of list elements.
|
void |
AWTList.selectRange(String fromElementText,
ItemIdentifier toElement)
Selects all items within the specified range.
|
void |
JTable.setCellValue(int row,
ItemIdentifier column,
Object value)
Sets the specified value for the specified cell in the table.
|
void |
OracleFormsListView.setColumnWidth(ItemIdentifier column,
int width)
Sets the width of the specified column.
|
Modifier and Type | Method and Description |
---|---|
void |
WPFToolkitDataGrid.beginEdit(int rowIndex,
ItemIdentifier column)
Begins to edit the specified cell.
|
void |
WPFDataGrid.beginEdit(int rowIndex,
ItemIdentifier column)
Begins to edit the specified cell.
|
void |
WPFToolkitDataGrid.beginEdit(ItemIdentifier row,
int columnIndex)
Begins to edit the specified cell.
|
void |
WPFDataGrid.beginEdit(ItemIdentifier row,
int columnIndex)
Begins to edit the specified cell.
|
void |
WPFToolkitDataGrid.beginEdit(ItemIdentifier row,
ItemIdentifier column)
Begins to edit the specified cell.
|
void |
WPFDataGrid.beginEdit(ItemIdentifier row,
ItemIdentifier column)
Begins to edit the specified cell.
|
void |
WPFToolkitDataGrid.beginEdit(ItemIdentifier row,
String columnText)
Begins to edit the specified cell.
|
void |
WPFDataGrid.beginEdit(ItemIdentifier row,
String columnText)
Begins to edit the specified cell.
|
void |
WPFToolkitDataGrid.beginEdit(String rowText,
ItemIdentifier column)
Begins to edit the specified cell.
|
void |
WPFDataGrid.beginEdit(String rowText,
ItemIdentifier column)
Begins to edit the specified cell.
|
void |
WPFToolkitDataGrid.scrollIntoView(int rowIndex,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
WPFDataGrid.scrollIntoView(int rowIndex,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
WPFToolkitDataGrid.scrollIntoView(ItemIdentifier row)
Scrolls the specified cell into view.
|
void |
WPFListBox.scrollIntoView(ItemIdentifier item)
Scrolls an item into view.
|
void |
WPFDataGrid.scrollIntoView(ItemIdentifier row)
Scrolls the specified cell into view.
|
void |
WPFToolkitDataGrid.scrollIntoView(ItemIdentifier row,
int columnIndex)
Scrolls the specified cell into view.
|
void |
WPFDataGrid.scrollIntoView(ItemIdentifier row,
int columnIndex)
Scrolls the specified cell into view.
|
void |
WPFToolkitDataGrid.scrollIntoView(ItemIdentifier row,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
WPFDataGrid.scrollIntoView(ItemIdentifier row,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
WPFToolkitDataGrid.scrollIntoView(ItemIdentifier row,
String columnText)
Scrolls the specified cell into view.
|
void |
WPFDataGrid.scrollIntoView(ItemIdentifier row,
String columnText)
Scrolls the specified cell into view.
|
void |
WPFToolkitDataGrid.scrollIntoView(String rowText,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
WPFDataGrid.scrollIntoView(String rowText,
ItemIdentifier column)
Scrolls the specified cell into view.
|
void |
WPFToolkitDataGrid.select(ItemIdentifier item)
Selects the specified row.
|
void |
WPFSelector.select(ItemIdentifier item)
Selects an item in the ListBox.
|
void |
WPFDataGrid.select(ItemIdentifier item)
Selects the specified row.
|
void |
WPFToolkitDataGrid.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFSelector.select(ItemIdentifier item,
ModifierKey modifiers)
Selects an item in the ListBox.
|
void |
WPFDataGrid.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFToolkitDataGrid.selectCell(int rowIndex,
ItemIdentifier column)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(int rowIndex,
ItemIdentifier column)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
int columnIndex)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
int columnIndex)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
String columnText)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
String columnText)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(String rowText,
ItemIdentifier column)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(String rowText,
ItemIdentifier column)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.