Package jetbrains.communicator.idea.history

Examples of jetbrains.communicator.idea.history.ShowHistoryDialog$Panel


  @Override
  public void showSearchHistoryResults(List<LocalMessage> foundMessages, User user) {
    Project project = getProject(null);
    assert project != null;
    new ShowHistoryDialog(project, foundMessages, user).show();
  }
View Full Code Here

TOP

Related Classes of jetbrains.communicator.idea.history.ShowHistoryDialog$Panel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.