Tabnine Logo
Selection.choose
Code IndexAdd Tabnine to your IDE (free)

How to use
choose
method
in
com.badlogic.gdx.scenes.scene2d.utils.Selection

Best Java code snippets using com.badlogic.gdx.scenes.scene2d.utils.Selection.choose (Showing top 6 results out of 315)

origin: libgdx/libgdx

  super.choose(item);
  return;
super.choose(item);
rangeStart = item;
origin: libgdx/libgdx

  super.choose(item);
  return;
super.choose(item);
rangeStart = item;
origin: libgdx/libgdx

selection.choose(node);
if (!selection.isEmpty()) rangeStart = node;
origin: libgdx/libgdx

selection.choose(node);
if (!selection.isEmpty()) rangeStart = node;
origin: com.badlogicgames.gdx/gdx

  super.choose(item);
  return;
super.choose(item);
rangeStart = item;
origin: com.badlogicgames.gdx/gdx

selection.choose(node);
if (!selection.isEmpty()) rangeStart = node;
com.badlogic.gdx.scenes.scene2d.utilsSelectionchoose

Javadoc

Selects or deselects the specified item based on how the selection is configured, whether ctrl is currently pressed, etc. This is typically invoked by user interaction.

Popular methods of Selection

  • isEmpty
  • first
    Returns the first selected item, or null.
  • getMultiple
  • hasItems
  • add
    Adds the item to the selection.
  • changed
    Called after the selection changes. The default implementation does nothing.
  • cleanup
  • clear
  • contains
  • fireChangeEvent
    Fires a change event on the selection's actor, if any. Called internally when the selection changes,
  • items
  • revert
  • items,
  • revert,
  • setActor,
  • setMultiple,
  • snapshot,
  • getLastSelected,
  • set,
  • size

Popular in Java

  • Parsing JSON documents to java classes using gson
  • putExtra (Intent)
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Option (scala)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now