Tabnine Logo
SearchHistorySelectionDialog$HistoryConfigurationDialog.setHelpAvailable
Code IndexAdd Tabnine to your IDE (free)

How to use
setHelpAvailable
method
in
org.eclipse.search2.internal.ui.SearchHistorySelectionDialog$HistoryConfigurationDialog

Best Java code snippets using org.eclipse.search2.internal.ui.SearchHistorySelectionDialog$HistoryConfigurationDialog.setHelpAvailable (Showing top 2 results out of 315)

origin: org.eclipse.platform/org.eclipse.search

public HistoryConfigurationDialog(Shell parent, List<ISearchResult> currentList, List<ISearchResult> removedEntries) {
  super(parent);
  fCurrentList= currentList;
  fCurrentRemoves= removedEntries;
  setTitle(SearchMessages.SearchHistorySelectionDialog_history_size_title);
  fHistorySize= SearchPreferencePage.getHistoryLimit();
  setHelpAvailable(false);
}
origin: org.eclipse/org.eclipse.search

public HistoryConfigurationDialog(Shell parent, List currentList, List removedEntries) {
  super(parent);
  fCurrentList= currentList;
  fCurrentRemoves= removedEntries;
  setShellStyle(getShellStyle() | SWT.RESIZE);
  setTitle(SearchMessages.SearchHistorySelectionDialog_history_size_title);  
  fHistorySize= SearchPreferencePage.getHistoryLimit();
  setHelpAvailable(false);
}

org.eclipse.search2.internal.uiSearchHistorySelectionDialog$HistoryConfigurationDialogsetHelpAvailable

Popular methods of SearchHistorySelectionDialog$HistoryConfigurationDialog

  • applyDialogFont
  • convertWidthInCharsToPixels
  • createButton
  • setTitle
  • updateStatus
  • validateDialogState
  • <init>
  • getShellStyle
  • open
  • setShellStyle

Popular in Java

  • Parsing JSON documents to java classes using gson
  • startActivity (Activity)
  • addToBackStack (FragmentTransaction)
  • findViewById (Activity)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • 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