Tabnine Logo
AbstractFocusController
Code IndexAdd Tabnine to your IDE (free)

How to use
AbstractFocusController
in
bibliothek.gui.dock.control.focus

Best Java code snippets using bibliothek.gui.dock.control.focus.AbstractFocusController (Showing top 2 results out of 315)

origin: xyz.cofe/docking-frames-core

  /**
   * Informs all listeners that <code>dockable</code> has gained
   * the focus.
   * @param oldFocused the old owner of the focus, may be <code>null</code>
   * @param newFocused the owner of the focus, may be <code>null</code>
   */
  protected void fireDockableFocused( Dockable oldFocused, Dockable newFocused ){
    DockableFocusEvent event = new DockableFocusEvent( controller, oldFocused, newFocused );
    
    for( DockableFocusListener listener : dockableFocusListeners() )
      listener.dockableFocused( event );
  }
}
origin: org.opentcs.thirdparty.dockingframes/docking-frames-core

  /**
   * Informs all listeners that <code>dockable</code> has gained
   * the focus.
   * @param oldFocused the old owner of the focus, may be <code>null</code>
   * @param newFocused the owner of the focus, may be <code>null</code>
   */
  protected void fireDockableFocused( Dockable oldFocused, Dockable newFocused ){
    DockableFocusEvent event = new DockableFocusEvent( controller, oldFocused, newFocused );
    
    for( DockableFocusListener listener : dockableFocusListeners() )
      listener.dockableFocused( event );
  }
}
bibliothek.gui.dock.control.focusAbstractFocusController

Javadoc

Abstract implementation of FocusController offering methods to handle the listeners.

Most used methods

  • dockableFocusListeners
    Gets an array of currently registered DockableFocusListeners.

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • setContentView (Activity)
  • setScale (BigDecimal)
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • CodeWhisperer alternatives
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