public class JTableHeader extends JComponent
Modifier | Constructor and Description |
---|---|
protected |
JTableHeader(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 JTableHeader。
|
Modifier and Type | Method and Description |
---|---|
void |
clickColumnHeader(int columnIndex)
单击表的列标题。
|
void |
clickColumnHeader(int columnIndex,
int button)
单击表的列标题。
|
void |
clickColumnHeader(int columnIndex,
int button,
Point position)
单击表的列标题。
|
void |
clickColumnHeader(int columnIndex,
int button,
Point position,
ModifierKey modifiers)
单击表的列标题。
|
void |
clickColumnHeader(ItemIdentifier column)
单击表的列标题。
|
void |
clickColumnHeader(ItemIdentifier column,
int button)
单击表的列标题。
|
void |
clickColumnHeader(ItemIdentifier column,
int button,
Point position)
单击表的列标题。
|
void |
clickColumnHeader(ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
单击表的列标题。
|
void |
clickColumnHeader(String columnText)
单击表的列标题。
|
void |
clickColumnHeader(String columnText,
int button)
单击表的列标题。
|
void |
clickColumnHeader(String columnText,
int button,
Point position)
单击表的列标题。
|
void |
clickColumnHeader(String columnText,
int button,
Point position,
ModifierKey modifiers)
单击表的列标题。
|
getToolTipText
click, 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, typePasswordKeys
captureBitmap, 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, waitForProperty
equals, 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, toString
protected JTableHeader(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 JTableHeader 的句柄desktop
- 此对象所在的桌面public void clickColumnHeader(ItemIdentifier column)
column
- 列的名称或索引public void clickColumnHeader(ItemIdentifier column, int button)
column
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。public void clickColumnHeader(ItemIdentifier column, int button, Point position)
column
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。position
- 列标题内的单击位置(默认:列标题中心)public void clickColumnHeader(ItemIdentifier column, int button, Point position, ModifierKey modifiers)
column
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。position
- 列标题内的单击位置(默认:列标题中心)modifiers
- 单击列标题时可按的修饰键(Alt、Shift 和 Ctrl)。默认:不使用修饰键。public void clickColumnHeader(String columnText)
columnText
- 列的名称或索引public void clickColumnHeader(String columnText, int button)
columnText
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。public void clickColumnHeader(String columnText, int button, Point position)
columnText
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。position
- 列标题内的单击位置(默认:列标题中心)public void clickColumnHeader(String columnText, int button, Point position, ModifierKey modifiers)
columnText
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。position
- 列标题内的单击位置(默认:列标题中心)modifiers
- 单击列标题时可按的修饰键(Alt、Shift 和 Ctrl)。默认:不使用修饰键。public void clickColumnHeader(int columnIndex)
columnIndex
- 列的名称或索引public void clickColumnHeader(int columnIndex, int button)
columnIndex
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。public void clickColumnHeader(int columnIndex, int button, Point position)
columnIndex
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。position
- 列标题内的单击位置(默认:列标题中心)public void clickColumnHeader(int columnIndex, int button, Point position, ModifierKey modifiers)
columnIndex
- 列的名称或索引button
- 用于单击的按钮。有效值为:左键(=1,默认值),右键 (=2),中键 (=3)。position
- 列标题内的单击位置(默认:列标题中心)modifiers
- 单击列标题时可按的修饰键(Alt、Shift 和 Ctrl)。默认:不使用修饰键。Copyright 2009-2012 Micro Focus. All Rights Reserved.