Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スピナー ウィジェットのボタンと同じ機能を持つウィジェットを使用する必要があります。他の方法では、テキスト フィールドのないスピナーが必要です。ボタンのみの入手は可能ですか?移植性の問題により、独自のウィジェットを作成する気はありません。
平和、ニック
からは何も得られないと思いますSpinner。
Spinner
Button矢印スタイルでを作成できます。
Button
Button button = new Button(composite, SWT.ARROW | SWT.UP);
(またはSWT.DOWN、、、SWT.LEFT) SWT.RIGHT。
SWT.DOWN
SWT.LEFT
SWT.RIGHT