File tree Expand file tree Collapse file tree 5 files changed +1287
-9
lines changed
java/org/csstudio/display/widget Expand file tree Collapse file tree 5 files changed +1287
-9
lines changed Original file line number Diff line number Diff line change 3434 <version >4.7.1-SNAPSHOT</version >
3535 <scope >compile</scope >
3636 </dependency >
37- <dependency >
38- <groupId >se.europeanspallationsource</groupId >
39- <artifactId >javafx.control.thumbwheel</artifactId >
40- <version >1.0.5</version >
41- <scope >compile</scope >
42- </dependency >
4337 </dependencies >
4438
4539
Original file line number Diff line number Diff line change 1313import org .csstudio .display .builder .model .persist .WidgetFontService ;
1414import org .csstudio .display .builder .model .properties .WidgetColor ;
1515import org .csstudio .display .builder .model .properties .WidgetFont ;
16- import org .csstudio .display .builder .model .widgets .PolygonWidget ;
1716import org .csstudio .display .builder .model .widgets .WritablePVWidget ;
1817import org .phoebus .framework .persistence .XMLUtil ;
1918import org .w3c .dom .Element ;
Original file line number Diff line number Diff line change 11package org .csstudio .display .widget ;
22
3- import java .util .logging .Level ;
43import javafx .beans .value .ChangeListener ;
54import javafx .beans .value .ObservableValue ;
65import org .csstudio .display .builder .model .DirtyFlag ;
109import org .csstudio .display .builder .model .util .VTypeUtil ;
1110import org .csstudio .display .builder .representation .javafx .JFXUtil ;
1211import org .csstudio .display .builder .representation .javafx .widgets .RegionBaseRepresentation ;
12+ import org .csstudio .display .widget .thumbwheel .ThumbWheel ;
1313import org .epics .vtype .Display ;
1414import org .epics .vtype .VType ;
15- import se .europeanspallationsource .javafx .control .thumbwheel .ThumbWheel ;
1615
16+ import java .util .logging .Level ;
1717
1818import static org .csstudio .display .builder .representation .ToolkitRepresentation .logger ;
1919
You can’t perform that action at this time.
0 commit comments