Tabnine Logo
DefaultMouseFocusObserver.interact
Code IndexAdd Tabnine to your IDE (free)

How to use
interact
method
in
bibliothek.gui.dock.control.focus.DefaultMouseFocusObserver

Best Java code snippets using bibliothek.gui.dock.control.focus.DefaultMouseFocusObserver.interact (Showing top 4 results out of 315)

origin: org.opentcs.thirdparty.dockingframes/docking-frames-core

/**
 * This method may be called at any time by any component that received 
 * the {@link MouseEvent} <code>event</code>.  This observer may transfer the
 * focus because of this call.<br>
 * If this application runs in a {@link DockController#isRestrictedEnvironment() restricted environment}
 * than any {@link DockStation} of this framework will call this method.
 * @param event the event to check
 */
public void check( MouseEvent event ){
  if( interact( event )){
    check( (AWTEvent)event );
  }
}

origin: xyz.cofe/docking-frames-core

/**
 * This method may be called at any time by any component that received 
 * the {@link MouseWheelEvent} <code>event</code>.  This observer may transfer the
 * focus because of this call.<br>
 * If this application runs in a {@link DockController#isRestrictedEnvironment() restricted environment}
 * than any {@link DockStation} of this framework will call this method.
 * @param event the event to check
 */
public void check( MouseWheelEvent event ){
  if( interact( event )){
    check( (AWTEvent)event );
  }
}

origin: xyz.cofe/docking-frames-core

/**
 * This method may be called at any time by any component that received 
 * the {@link MouseEvent} <code>event</code>.  This observer may transfer the
 * focus because of this call.<br>
 * If this application runs in a {@link DockController#isRestrictedEnvironment() restricted environment}
 * than any {@link DockStation} of this framework will call this method.
 * @param event the event to check
 */
public void check( MouseEvent event ){
  if( interact( event )){
    check( (AWTEvent)event );
  }
}

origin: org.opentcs.thirdparty.dockingframes/docking-frames-core

/**
 * This method may be called at any time by any component that received 
 * the {@link MouseWheelEvent} <code>event</code>.  This observer may transfer the
 * focus because of this call.<br>
 * If this application runs in a {@link DockController#isRestrictedEnvironment() restricted environment}
 * than any {@link DockStation} of this framework will call this method.
 * @param event the event to check
 */
public void check( MouseWheelEvent event ){
  if( interact( event )){
    check( (AWTEvent)event );
  }
}

bibliothek.gui.dock.control.focusDefaultMouseFocusObserverinteract

Javadoc

Tells whether this event should change the focus.

Popular methods of DefaultMouseFocusObserver

  • check
    This method may be called at any time by any component that received the MouseWheelEvent event. This
  • getController
    Gets the affected controller.
  • getDockable
    Gets the top-dockable which has component or parent of component as base Component.
  • handleVeto
    Handles the veto that was given when trying to forwardevent. The default implementation calls InputE
  • <init>
    Creates a new FocusController.

Popular in Java

  • Finding current android device location
  • onCreateOptionsMenu (Activity)
  • getContentResolver (Context)
  • getApplicationContext (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • JList (javax.swing)
  • Best plugins for Eclipse
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