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

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

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

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

@Override
public void setToolTipText(String string) {
  super.setToolTipText(string);
  for (int i = 0; i < sashes.length; i++) {
    sashes[i].setToolTipText(string);
  }
}
/**
origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
public void setToolTipText (String string) {
  super.setToolTipText(string);
  table.setToolTipText(string);
}

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

public void setToolTipText (String string) {
  super.setToolTipText(string);
  table.setToolTipText(string);
}

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

@Override
public void setToolTipText(String string) {
  super.setToolTipText(string);
  for (int i = 0; i < sashes.length; i++) {
    sashes[i].setToolTipText(string);
  }
}
/**
origin: org.eclipse.platform/org.eclipse.swt.gtk.linux.ppc

@Override
public void setToolTipText(String string) {
  super.setToolTipText(string);
  for (int i = 0; i < sashes.length; i++) {
    sashes[i].setToolTipText(string);
  }
}
/**
origin: org.eclipse.scout.sdk.deps/org.eclipse.swt.win32.win32.x86

@Override
public void setToolTipText (String string) {
  super.setToolTipText(string);
  table.setToolTipText(string);
}

origin: tvrenamer/tvrenamer

private void createGeneralTab() {
  final TabItem item = new TabItem(tabFolder, SWT.NULL);
  item.setText(GENERAL_LABEL);
  final Composite generalGroup = new Composite(tabFolder, SWT.NONE);
  generalGroup.setLayout(new GridLayout(3, false));
  generalGroup.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, true, 3, 1));
  generalGroup.setToolTipText(GENERAL_TOOLTIP);
  populateGeneralTab(generalGroup);
  initializeGeneralControls();
  item.setControl(generalGroup);
}
origin: org.eclipse.platform/org.eclipse.jface

  @Override
  public void setToolTipText(String text) {
    super.setToolTipText(text);
    ((Text) messageField.getControl()).setToolTipText(text);
  }
}
origin: org.codehaus.openxma/xmartserver

/**
 * Sets the receiver's tool tip text to the argument, which
 * may be null indicating that no tool tip text should be shown.
 */
public void setToolTipText(String string) {
  super.setToolTipText(string);
  dateTextField_.setToolTipText(string);
  datePickerButton_.setToolTipText(string);
}
origin: org.codehaus.openxma/xmartclient

/**
 * Sets the receiver's tool tip text to the argument, which
 * may be null indicating that no tool tip text should be shown.
 */
public void setToolTipText(String string) {
  super.setToolTipText(string);
  dateTextField_.setToolTipText(string);
  datePickerButton_.setToolTipText(string);
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface

  @Override
  public void setToolTipText(String text) {
    super.setToolTipText(text);
    ((Text) messageField.getControl()).setToolTipText(text);
  }
}
origin: org.eclipse.rap/org.eclipse.rap.jface

  public void setToolTipText(String text) {
    super.setToolTipText(text);
    ((Text) messageField.getControl()).setToolTipText(text);
  }
}
origin: org.eclipse.scout.sdk.s2e/org.eclipse.scout.sdk.s2e.nls

@Override
public void setToolTipText(String string) {
 m_label.setToolTipText(string);
 m_text.setToolTipText(string);
 super.setToolTipText(string);
}
origin: org.eclipse.swt.cocoa.macosx/x86_64

public void setToolTipText (String string) {
  checkWidget();
  super.setToolTipText(string);
  arrow.setToolTipText (string);
  text.setToolTipText (string);        
}

origin: org.eclipse/org.eclipse.wst.xsd.ui

public void setToolTipText (String string) {
 checkWidget();
 super.setToolTipText(string);
 arrow.setToolTipText (string);
 text.setToolTipText (string);   
}

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

@Override
public void setToolTipText (String string) {
  checkWidget();
  super.setToolTipText(string);
  arrow.setToolTipText (string);
  text.setToolTipText (string);
}

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

@Override
public void setToolTipText (String string) {
  checkWidget();
  super.setToolTipText(string);
  arrow.setToolTipText (string);
  text.setToolTipText (string);
}

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

@Override
public void setToolTipText (String string) {
  checkWidget();
  super.setToolTipText(string);
  arrow.setToolTipText (string);
  text.setToolTipText (string);
}

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

@Override
public void setToolTipText (String string) {
  checkWidget();
  super.setToolTipText (string);
  Shell shell = _getShell ();
  ToolItem [] items = getItems ();
  for (int i = 0; i < items.length; i++) {
    String newString = string != null ? null : items [i].toolTipText;
    shell.setToolTipText (items [i].handle, newString);
  }
}

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

@Override
public void setToolTipText (String string) {
  checkWidget();
  super.setToolTipText (string);
  Shell shell = _getShell ();
  ToolItem [] items = getItems ();
  for (int i = 0; i < items.length; i++) {
    String newString = string != null ? null : items [i].toolTipText;
    shell.setToolTipText (items [i].handle, newString);
  }
}

org.eclipse.swt.widgetsCompositesetToolTipText

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
  • startActivity (Activity)
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Permission (java.security)
    Legacy security code; do not use.
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JOptionPane (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • 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