소스 검색

scope eventListcell factory

Armin Schrenk 5 달 전
부모
커밋
f8a83c9cc8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java

+ 1 - 0
src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java

@@ -13,6 +13,7 @@ import javafx.util.Callback;
 import java.io.IOException;
 import java.io.UncheckedIOException;
 
+@EventViewScoped
 public class EventListCellFactory implements Callback<ListView<Event>, ListCell<Event>> {
 
 	private static final String FXML_PATH = "/fxml/eventview_cell.fxml";