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...")
 
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://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]

Revision as of 16:12, 25 February 2018

< 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 [1] 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