Codota Logo
FilteredTypesSelectionDialog$TypeSelectionHistory
Code IndexAdd Codota to your IDE (free)

How to use
FilteredTypesSelectionDialog$TypeSelectionHistory
in
org.eclipse.jdt.internal.ui.dialogs

Best Java code snippets using org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog$TypeSelectionHistory (Showing top 12 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: org.eclipse/org.eclipse.jdt.ui

super(shell, multi);
setSelectionHistory(new TypeSelectionHistory());
origin: org.eclipse.jdt/org.eclipse.jdt.ui

@Override
public void load(IMemento memento) {
  TypeNameMatch[] types= OpenTypeHistory.getInstance().getTypeInfos();
  for (int i= types.length - 1; i >= 0 ; i--) { // see https://bugs.eclipse.org/bugs/show_bug.cgi?id=205314
    TypeNameMatch type= types[i];
    accessed(type);
  }
}
origin: org.eclipse.jdt/org.eclipse.jdt.ui

/**
 * Stores contents of the local history into persistent history
 * container.
 */
private synchronized void persistHistory() {
  if (getReturnCode() == OK) {
    Object[] items= getHistoryItems();
    for (int i= 0; i < items.length; i++) {
      OpenTypeHistory.getInstance().accessed((TypeNameMatch) items[i]);
    }
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

@Override
public void load(IMemento memento) {
  TypeNameMatch[] types= OpenTypeHistory.getInstance().getTypeInfos();
  for (int i= types.length - 1; i >= 0 ; i--) { // see https://bugs.eclipse.org/bugs/show_bug.cgi?id=205314
    TypeNameMatch type= types[i];
    accessed(type);
  }
}
origin: org.eclipse.jdt/org.eclipse.jdt.ui

@Override
public void save(IMemento memento) {
  persistHistory();
}
origin: org.eclipse/org.eclipse.jdt.ui

public void load(IMemento memento) {
  TypeNameMatch[] types= OpenTypeHistory.getInstance().getTypeInfos();
  for (int i= types.length - 1; i >= 0 ; i--) { // see https://bugs.eclipse.org/bugs/show_bug.cgi?id=205314
    TypeNameMatch type= types[i];
    accessed(type);
  }
}
origin: org.eclipse/org.eclipse.jdt.ui

/**
 * Stores contents of the local history into persistent history
 * container.
 */
private synchronized void persistHistory() {
  if (getReturnCode() == OK) {
    Object[] items= getHistoryItems();
    for (int i= 0; i < items.length; i++) {
      OpenTypeHistory.getInstance().accessed((TypeNameMatch) items[i]);
    }
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

@Override
public void save(IMemento memento) {
  persistHistory();
}
origin: org.eclipse/org.eclipse.jdt.ui

public void save(IMemento memento) {
  persistHistory();
}
origin: org.eclipse.jdt/org.eclipse.jdt.ui

super(shell, multi);
setSelectionHistory(new TypeSelectionHistory());
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

super(shell, multi);
setSelectionHistory(new TypeSelectionHistory());
origin: org.eclipse.scout.sdk.deps/org.eclipse.jdt.ui

/**
 * Stores contents of the local history into persistent history
 * container.
 */
private synchronized void persistHistory() {
  if (getReturnCode() == OK) {
    Object[] items= getHistoryItems();
    for (int i= 0; i < items.length; i++) {
      OpenTypeHistory.getInstance().accessed((TypeNameMatch) items[i]);
    }
  }
}
org.eclipse.jdt.internal.ui.dialogsFilteredTypesSelectionDialog$TypeSelectionHistory

Javadoc

Extends the SelectionHistory, providing support for OpenTypeHistory.

Most used methods

  • <init>
    Creates new instance of TypeSelectionHistory
  • accessed
  • getHistoryItems
  • persistHistory
    Stores contents of the local history into persistent history container.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setRequestProperty (URLConnection)
  • getSharedPreferences (Context)
  • onRequestPermissionsResult (Fragment)
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • LinkedHashMap (java.util)
    Hash table and linked list implementation of the Map interface, with predictable iteration order. Th
  • TimerTask (java.util)
    A task that can be scheduled for one-time or repeated execution by a Timer.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JPanel (javax.swing)
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