com.intellij.openapi.vcs.SelectionState Maven / Gradle / Ivy
package com.intellij.openapi.vcs;
/**
* Created by IntelliJ IDEA.
* User: Irina.Chernushina
* Date: 30.05.2010
* Time: 11:02:36
* To change this template use File | Settings | File Templates.
*/
public interface SelectionState {
SelectionResult getSelected();
SelectionResult getUnselected();
boolean isSelected(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy