Tabnine Logo
Composite.isFocusHandle
Code IndexAdd Tabnine to your IDE (free)

How to use
isFocusHandle
method
in
org.eclipse.swt.widgets.Composite

Best Java code snippets using org.eclipse.swt.widgets.Composite.isFocusHandle (Showing top 3 results out of 315)

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
boolean isFocusHandle(int /*long*/ widget) {
  if (buttonHandle != 0 && widget == buttonHandle) return true;
  if (entryHandle != 0 && widget == entryHandle) return true;
  return super.isFocusHandle (widget);
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.aix.ppc

@Override
boolean isFocusHandle(int /*long*/ widget) {
  if (buttonHandle != 0 && widget == buttonHandle) return true;
  if (entryHandle != 0 && widget == entryHandle) return true;
  return super.isFocusHandle (widget);
}

origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.s390x

@Override
boolean isFocusHandle(long /*int*/ widget) {
  if (buttonHandle != 0 && widget == buttonHandle) return true;
  if (entryHandle != 0 && widget == entryHandle) return true;
  return super.isFocusHandle (widget);
}

org.eclipse.swt.widgetsCompositeisFocusHandle

Popular methods of Composite

  • setLayout
    Sets the layout which is associated with the receiver to be the argument which may be null.
  • <init>
    Constructs a new instance of this class given its parent and a style value describing its behavior a
  • setLayoutData
  • layout
    Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarc
  • getDisplay
  • getChildren
    Returns a (possibly empty) array containing the receiver's children. Children are returned in the or
  • getShell
  • getFont
  • getLayout
    Returns layout which is associated with the receiver, or null if one has not been set.
  • setFont
  • getParent
  • computeSize
  • getParent,
  • computeSize,
  • dispose,
  • setBackground,
  • getClientArea,
  • isDisposed,
  • getBackground,
  • setVisible,
  • setSize,
  • setData

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • compareTo (BigDecimal)
  • getSystemService (Context)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • JTextField (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Option (scala)
  • Top plugins for WebStorm
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