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

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

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

origin: cbeust/testng-eclipse

@Override
protected ILaunchConfigurationDialog getLaunchConfigurationDialog() {
 return super.getLaunchConfigurationDialog();
}
origin: org.eclipse.platform/org.eclipse.debug.ui

/**
 * Updates the buttons and message in this page's launch
 * configuration dialog.
 */
protected void updateLaunchConfigurationDialog() {
  if (getLaunchConfigurationDialog() != null) {
    //order is important here due to the call to
    //refresh the tab viewer in updateButtons()
    //which ensures that the messages are up to date
    getLaunchConfigurationDialog().updateButtons();
    getLaunchConfigurationDialog().updateMessage();
  }
}
org.eclipse.debug.uiAbstractLaunchConfigurationTabgetLaunchConfigurationDialog

Javadoc

Returns the dialog this tab is contained in, or null if not yet set.

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
  • initializeFrom
  • performApply
  • setDirty
    Sets the dirty state of the tab. Setting this flag allows clients to explicitly say whether this tab
  • setErrorMessage
    Sets this page's error message, possibly null.
  • 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

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • onRequestPermissionsResult (Fragment)
  • findViewById (Activity)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • ImageIO (javax.imageio)
  • Join (org.hibernate.mapping)
  • Top Sublime Text 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