File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
jabgui/src/main/java/org/jabref/gui/maintable
jablib/src/main/java/org/jabref/logic/util Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
import java .io .IOException ;
4
4
import java .util .List ;
5
5
6
+ import javafx .beans .binding .BooleanExpression ;
7
+
6
8
import org .jabref .gui .DialogService ;
7
9
import org .jabref .gui .StateManager ;
8
- import static org .jabref .gui .actions .ActionHelper .isFieldSetForSelectedEntry ;
9
- import static org .jabref .gui .actions .ActionHelper .needsEntriesSelected ;
10
10
import org .jabref .gui .actions .SimpleCommand ;
11
11
import org .jabref .gui .desktop .os .NativeDesktop ;
12
12
import org .jabref .gui .preferences .GuiPreferences ;
16
16
import org .jabref .model .entry .BibEntry ;
17
17
import org .jabref .model .entry .field .StandardField ;
18
18
19
- import javafx .beans .binding .BooleanExpression ;
19
+ import static org .jabref .gui .actions .ActionHelper .isFieldSetForSelectedEntry ;
20
+ import static org .jabref .gui .actions .ActionHelper .needsEntriesSelected ;
20
21
21
22
public class SearchGoogleScholarAction extends SimpleCommand {
22
23
private final DialogService dialogService ;
Original file line number Diff line number Diff line change 4
4
import java .util .Optional ;
5
5
6
6
import org .apache .hc .core5 .net .URIBuilder ;
7
- import org .jabref .logic .importer .ImporterPreferences ;
8
7
import org .jabref .model .entry .BibEntry ;
9
8
import org .jabref .model .entry .field .StandardField ;
9
+ import org .jabref .logic .importer .ImporterPreferences ;
10
10
11
11
public class ExternalLinkCreator {
12
12
private static final String DEFAULT_SHORTSCIENCE_SEARCH_URL = "https://www.shortscience.org/internalsearch" ;
You can’t perform that action at this time.
0 commit comments