Skip to content

Commit

Permalink
add getters
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jul 31, 2017
1 parent b3d7641 commit 24c35c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/org/jabref/gui/filelist/FileListDialogViewModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,16 @@ public FileListDialogViewModel() {

}
//

public StringProperty getLinkProperty() {
return linkProperty;
}

public StringProperty getDescriptionProperty() {
return descriptionProperty;
}

public ListProperty<ExternalFileType> getExternalfilesTypes() {
return externalfilesTypes;
}
}

0 comments on commit 24c35c5

Please sign in to comment.