Tabnine Logo
FocusController.isOnFocusing
Code IndexAdd Tabnine to your IDE (free)

How to use
isOnFocusing
method
in
bibliothek.gui.dock.control.focus.FocusController

Best Java code snippets using bibliothek.gui.dock.control.focus.FocusController.isOnFocusing (Showing top 1 results out of 315)

origin: xyz.cofe/docking-frames-core

/**
 * Tells whether one of the methods which change the focus is currently
 * running, or not. If the result is <code>true</code>, no-one should
 * change the focus.
 * @return <code>true</code> if the focus is currently changing
 */
public boolean isOnFocusing() {
  return focusController.isOnFocusing();
}

bibliothek.gui.dock.control.focusFocusControllerisOnFocusing

Javadoc

Tells whether one of the methods which change the focus is currently running, or not. If the result is true, noone should change the focus.

Popular methods of FocusController

  • addVetoListener
    Adds a listener to this controller which can cancel a call to the DockController.
  • addDockableFocusListener
    Adds a listener to this controller, the listener will be informed when the focused Dockable changes.
  • checkFocusedDockable
    Checks whether source can be used to select the next focused Dockable.
  • freezeFocus
    Temporarily disables this FocusController. Any call that would lead to a change in the focus is sile
  • meltFocus
    Re-enabls this FocusController after it was temporarility disabled.
  • removeDockableFocusListener
    Removes a listener from this controller.
  • setStrategy
    Sets the strategy which will be used to focus components.
  • ensureFocusSet
    Ensures that a title or a Component of the currently #getFocusedDockable() really has the focus.
  • focus
    Sets the Dockable which should have the focus.
  • getController
    Gets the DockController whose Dockables are tracked by this observer.
  • getFocusedDockable
    Gets the Dockable which is currently focused.
  • onFocusRequestCompletion
    After the currently executed FocusRequest is completed, or if there is currently no FocusRequest run
  • getFocusedDockable,
  • onFocusRequestCompletion,
  • removeVetoListener

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Path (java.nio.file)
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Top PhpStorm 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