Tabnine Logo
AbstractLaunchConfigurationTab.setErrorMessage
Code IndexAdd Tabnine to your IDE (free)

How to use
setErrorMessage
method
in
org.eclipse.debug.ui.AbstractLaunchConfigurationTab

Best Java code snippets using org.eclipse.debug.ui.AbstractLaunchConfigurationTab.setErrorMessage (Showing top 2 results out of 315)

origin: org.eclipse.platform/org.eclipse.ant.ui

@Override
public void setErrorMessage(String message) {
  super.setErrorMessage(message);
}
origin: org.eclipse.platform/org.eclipse.debug.ui

/**
 * Updates the enablement state of the fields.
 */
private void updateEnabledState() {
  boolean enabled= fRefreshButton.getSelection();
  fRecursiveButton.setEnabled(enabled);
  fGroup.setEnabled(enabled);
  fWorkspaceButton.setEnabled(enabled);
  fResourceButton.setEnabled(enabled);
  fContainerButton.setEnabled(enabled);
  fProjectButton.setEnabled(enabled);
  fWorkingSetButton.setEnabled(enabled);
  fSelectButton.setEnabled(enabled && fWorkingSetButton.getSelection());
  if (!enabled) {
    super.setErrorMessage(null);
  }
}
org.eclipse.debug.uiAbstractLaunchConfigurationTabsetErrorMessage

Javadoc

Sets this page's error message, possibly null.

Popular methods of AbstractLaunchConfigurationTab

  • updateLaunchConfigurationDialog
    Updates the buttons and message in this page's launch configuration dialog.
  • getShell
    Returns the shell this tab is contained in, or null.
  • isValid
  • activated
    This method was added to the ILaunchConfigurationTab interface in the 3.0 release to allow tabs to d
  • dispose
    By default, do nothing.
  • getErrorMessage
  • getLaunchConfigurationDialog
    Returns the dialog this tab is contained in, or null if not yet set.
  • initializeFrom
  • performApply
  • setDirty
    Sets the dirty state of the tab. Setting this flag allows clients to explicitly say whether this tab
  • createPushButton
    Creates and returns a new push button with the given label and/or image.
  • createUpdateJob
    Creates and returns a job used to update the launch configuration dialog for this tab. Subclasses ma
  • createPushButton,
  • createUpdateJob,
  • getAttributeLabel,
  • getControl,
  • getId,
  • getMessage,
  • getUpdateJob,
  • getUpdateJobDelay,
  • initializeAttributes

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • compareTo (BigDecimal)
  • getApplicationContext (Context)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • ImageIO (javax.imageio)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Runner (org.openjdk.jmh.runner)
  • Top Vim plugins
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