public class WPFTextBoxBase extends WPFControl
修飾子 | コンストラクタと説明 |
---|---|
protected |
WPFTextBoxBase(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい WPFTextBoxBase を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
appendText(String textData)
テキスト コントロールのコンテンツに文字列を追加します。
|
boolean |
canRedo()
[読み取り専用] 最新の取り消し操作をやり直すことができるかどうかを示す値。
|
boolean |
canUndo()
[読み取り専用] 最新の操作を元に戻すことができるかどうかを示す値。
|
void |
copy()
テキスト編集コントロールの現在の選択範囲をクリップボードにコピーします。
|
void |
cut()
テキスト編集コントロールの現在の選択範囲を削除してクリップボードにコピーします。
|
ScrollBarVisibility |
getHorizontalScrollBarVisibility()
[読み取り専用] 水平スクロール バーが表示されるかどうかを示す値。
|
String |
getText()
[読み取り専用] テキスト コントロールに表示されるテキスト。
|
ScrollBarVisibility |
getVerticalScrollBarVisibility()
[読み取り専用] 垂直スクロール バーが表示されるかどうかを示す値。
|
boolean |
isAcceptsReturn()
[読み取り専用] ユーザーが Enter キーを押したときに、テキスト編集コントロールがどのような応答をするかを示す値。
|
boolean |
isAcceptsTab()
[読み取り専用] ユーザーが Tab キーを押したときに、テキスト編集コントロールがどのような応答をするかを示す値。
|
boolean |
isAutoWordSelection()
[読み取り専用] マウスのドラッグによって単語の一部が選択された場合に、単語の残りの部分を選択するかどうかを指定する値。
|
boolean |
isReadOnly()
[読み取り専用] コントロールに対してユーザーが操作するテキスト編集コントロールが読み取り専用かどうかを示す値。
|
boolean |
isSpellCheckEnabled()
[読み取り専用] スペル チェックが有効かどうか。
|
boolean |
isUndoEnabled()
[読み取り専用] テキスト編集コントロールの取り消しのサポートが有効かどうかを示す値。
|
void |
paste()
テキスト編集コントロールで現在選択されている場所にクリップボードの内容を貼り付けます。
|
boolean |
redo()
最新の取り消しコマンドを取り消します。
|
void |
selectAll()
テキスト編集コントロールのすべての内容を選択します。
|
boolean |
undo()
最新の取り消しコマンドを取り消します。
|
getFontFamily, getFontSize, getTabIndex, isTabStop
getActualHeight, getActualWidth, getMaximumScrollPosition, getName, getScrollPosition, pointFromScreen, pointToScreen, scroll, scrollToPosition
bringIntoView, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getToolTip, isEnabled, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, setFocus, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, 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 WPFTextBoxBase(JtfObjectHandle handle, Desktop desktop)
handle
- WPFTextBoxBase を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic void appendText(String textData)
textData
- テキスト コントロールの現在のコンテンツに追加するテキストを指定する文字列public void copy()
public void cut()
public void paste()
public boolean redo()
public void selectAll()
public boolean undo()
public boolean isAcceptsReturn()
public boolean isAcceptsTab()
public boolean isAutoWordSelection()
public boolean canRedo()
public boolean canUndo()
public ScrollBarVisibility getHorizontalScrollBarVisibility()
public boolean isReadOnly()
public boolean isSpellCheckEnabled()
public boolean isUndoEnabled()
public String getText()
getText
クラス内 TestObject
public ScrollBarVisibility getVerticalScrollBarVisibility()
Copyright 2009-2012 Micro Focus. All Rights Reserved.