public class JTableHeader extends JComponent
| Modifier | Constructor and Description |
|---|---|
protected |
JTableHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTableHeader with a JtfObjectHandle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clickColumnHeader(int columnIndex)
Clicks the column header of the table.
|
void |
clickColumnHeader(int columnIndex,
int button)
Clicks the column header of the table.
|
void |
clickColumnHeader(int columnIndex,
int button,
Point position)
Clicks the column header of the table.
|
void |
clickColumnHeader(int columnIndex,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
void |
clickColumnHeader(ItemIdentifier column)
Clicks the column header of the table.
|
void |
clickColumnHeader(ItemIdentifier column,
int button)
Clicks the column header of the table.
|
void |
clickColumnHeader(ItemIdentifier column,
int button,
Point position)
Clicks the column header of the table.
|
void |
clickColumnHeader(ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
void |
clickColumnHeader(String columnText)
Clicks the column header of the table.
|
void |
clickColumnHeader(String columnText,
int button)
Clicks the column header of the table.
|
void |
clickColumnHeader(String columnText,
int button,
Point position)
Clicks the column header of the table.
|
void |
clickColumnHeader(String columnText,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
getToolTipTextclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAccessibleName, getAccessibleRole, getBackground, getCursor, getFont, getForeground, getHeight, getName, getNativeHandle, getWidth, isEnabled, isFocusable, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, scrollIntoView, setFocus, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeyscaptureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForPropertyequals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toStringprotected JTableHeader(JtfObjectHandle handle, Desktop desktop)
handle - the handle that identifies the JTableHeaderdesktop - the desktop on which this object livespublic void clickColumnHeader(ItemIdentifier column)
column - the name or index of the columnpublic void clickColumnHeader(ItemIdentifier column, int button)
column - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).public void clickColumnHeader(ItemIdentifier column, int button, Point position)
column - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).position - the clicked position within the column header. (default: column header center)public void clickColumnHeader(ItemIdentifier column, int button, Point position, ModifierKey modifiers)
column - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).position - the clicked position within the column header. (default: column header center)modifiers - the modifier keys (Alt, Shift and Ctrl) to press while clicking the column header. Default: Don't use modifier keys.public void clickColumnHeader(String columnText)
columnText - the name or index of the columnpublic void clickColumnHeader(String columnText, int button)
columnText - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).public void clickColumnHeader(String columnText, int button, Point position)
columnText - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).position - the clicked position within the column header. (default: column header center)public void clickColumnHeader(String columnText, int button, Point position, ModifierKey modifiers)
columnText - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).position - the clicked position within the column header. (default: column header center)modifiers - the modifier keys (Alt, Shift and Ctrl) to press while clicking the column header. Default: Don't use modifier keys.public void clickColumnHeader(int columnIndex)
columnIndex - the name or index of the columnpublic void clickColumnHeader(int columnIndex,
int button)
columnIndex - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).public void clickColumnHeader(int columnIndex,
int button,
Point position)
columnIndex - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).position - the clicked position within the column header. (default: column header center)public void clickColumnHeader(int columnIndex,
int button,
Point position,
ModifierKey modifiers)
columnIndex - the name or index of the columnbutton - the button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3).position - the clicked position within the column header. (default: column header center)modifiers - the modifier keys (Alt, Shift and Ctrl) to press while clicking the column header. Default: Don't use modifier keys.Copyright 2009-2012 Micro Focus. All Rights Reserved.