gpt4 book ai didi

java - SWT 光标文本

转载 作者:行者123 更新时间:2023-12-01 10:01:11 24 4
gpt4 key购买 nike

我需要使用 Text.setCursor(Cursor cursor); 将 Java 中的 org.eclipse.swt.widgets.Text 控件的光标设置为正常的“文本选择光标”。默认的,即悬停此文本时。

正确的 SWT 常量是什么?我已经在 Google 上搜索过,但没有找到示例。

SWT.CURSOR_HAND 的代码示例:

Text text = new Text(parent, SWT.BORDER);
Cursor cursor = Display().getCurrent().getSystemCursor(SWT.CURSOR_HAND);
text.setCursor(cursor);

最佳答案

SWT.CURSOR_IBEAM

就是答案。

一些引用:

<小时/>

如果您只想将Cursor恢复为Control的默认值,只需调用Control#setCursor(null):

Sets the receiver's cursor to the cursor specified by the argument, or to the default cursor for that kind of control if the argument is null.

Javadoc

关于java - SWT 光标文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36794595/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com