Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Nebula HorizontalSpinner"

(Created page with "< Back to Nebula Main Page =Introduction= File:HorizontalSpinner.png This widget is a horizontal spinner. Excepts its look (the buttons are located on both s...")
 
m
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
[[File:HorizontalSpinner.png]]
 
[[File:HorizontalSpinner.png]]
  
This widget is a horizontal spinner. Excepts its look (the buttons are located on both side of the text area), it has the same behaviour and methods than the [https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fwidgets%2FSpinner.html|Spinner] widget.
+
This widget is a horizontal spinner. Excepts its look (the buttons are located on both side of the text area), it has the same behaviour and methods than the [https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fwidgets%2FSpinner.html Spinner] widget.
  
 
__TOC__
 
__TOC__
Line 14: Line 14:
  
 
=Example=
 
=Example=
 
=Examples=
 
  
 
An example called '''HorizontalSpinnerSnippet.java''' is located in the plugin '''org.eclipse.nebula.widgets.opal.horizontalspinner.snippets'''.
 
An example called '''HorizontalSpinnerSnippet.java''' is located in the plugin '''org.eclipse.nebula.widgets.opal.horizontalspinner.snippets'''.
  
This example is also available here : [https://git.eclipse.org/c/nebula/org.eclipse.nebula.git/tree/widgets/opal/horizontalspinner/org.eclipse.nebula.widgets.opal.horizontalspinner.snippets/src/org/eclipse/nebula/widgets/opal/horizontalspinner/snippets/HorizontalSpinnerSnippet.java HorizontalSpinnerSnippet.java]
+
This example is also available here : [https://github.com/eclipse/nebula/blob/master/widgets/opal/horizontalspinner/org.eclipse.nebula.widgets.opal.horizontalspinner.snippets/src/org/eclipse/nebula/widgets/opal/horizontalspinner/snippets/HorizontalSpinnerSnippet.java HorizontalSpinnerSnippet.java]

Latest revision as of 06:29, 19 March 2020

< Back to Nebula Main Page

Introduction

HorizontalSpinner.png

This widget is a horizontal spinner. Excepts its look (the buttons are located on both side of the text area), it has the same behaviour and methods than the Spinner widget.

Usage

Use it like the Spinner widget.

Example

An example called HorizontalSpinnerSnippet.java is located in the plugin org.eclipse.nebula.widgets.opal.horizontalspinner.snippets.

This example is also available here : HorizontalSpinnerSnippet.java

Back to the top