All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.intellij.openapi.vcs.changes.RefreshablePanel Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition platform-impl library. This is release number 1 of trunk branch 142.

The newest version!
package com.intellij.openapi.vcs.changes;

import com.intellij.openapi.Disposable;

import javax.swing.*;

/**
 * @author irengrig
 *         Date: 8/12/11
 *         Time: 6:47 PM
 */
public interface RefreshablePanel extends Disposable {
  boolean refreshDataSynch();
  void dataChanged();
  void refresh();
  JPanel getPanel();
  void away();
  boolean isStillValid(Data data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy