Codota Logo
Item.getNameText
Code IndexAdd Codota to your IDE (free)

How to use
getNameText
method
in
org.eclipse.swt.widgets.Item

Best Java code snippets using org.eclipse.swt.widgets.Item.getNameText (Showing top 16 results out of 315)

  • Common ways to obtain Item
private void myMethod () {
Item i =
  • Codota Icon(Item) event.item
  • Codota IconTreeViewer treeViewer;treeViewer.scrollDown(int1, int2)
  • Codota IconTreeViewer treeViewer;treeViewer.scrollUp(int1, int2)
  • Smart code suggestions by Codota
}
origin: org.eclipse.swt.cocoa.macosx/x86_64

String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
String getNameText() {
 String result;
 if( ( style & SWT.SEPARATOR ) != 0 ) {
  result = "|";
 } else {
  result = super.getNameText();
 }
 return result;
}
origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
String getNameText () {
  if ((style & SWT.SEPARATOR) != 0) return "|";
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((style & SWT.SEPARATOR) != 0) return "|";
  return super.getNameText ();
}

origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
String getNameText () {
  if ((style & SWT.SEPARATOR) != 0) return "|";
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

origin: org.eclipse.rap/org.eclipse.rap.rwt

@Override
String getNameText() {
 if( ( parent.style & SWT.VIRTUAL ) != 0 ) {
  if( !cached ) {
   return "*virtual*";
  }
 }
 return super.getNameText();
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

origin: org.eclipse.swt.cocoa.macosx/x86_64

String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((parent.style & SWT.VIRTUAL) != 0) {
    if (!cached) return "*virtual*"; //$NON-NLS-1$
  }
  return super.getNameText ();
}

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

@Override
String getNameText () {
  if ((style & SWT.SEPARATOR) != 0) return "|";
  return super.getNameText ();
}

origin: org.eclipse.swt.cocoa.macosx/x86_64

String getNameText () {
  if ((style & SWT.SEPARATOR) != 0) return "|";
  return super.getNameText ();
}

org.eclipse.swt.widgetsItemgetNameText

Popular methods of Item

  • getData
  • setImage
    Sets the receiver's image to the argument, which may be null indicating that no image should be disp
  • getText
    Returns the receiver's text, which will be an empty string if it has never been set.
  • setText
    Sets the receiver's text. Note: If control characters like '\n', '\t' etc. are used in the string, t
  • dispose
  • isDisposed
  • setData
  • getImage
    Returns the receiver's image if it has one, or null if it does not.
  • checkWidget
  • releaseParent
  • releaseWidget
  • reskinChildren
  • releaseWidget,
  • reskinChildren,
  • error,
  • releaseChildren,
  • releaseHandle,
  • deregister,
  • destroyWidget,
  • register,
  • release

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • getExternalFilesDir (Context)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • HashSet (java.util)
    This class implements the Set interface, backed by a hash table (actually a HashMap instance). It m
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now