@Configuration public class RelativeUrlEditor extends Object
| Constructor and Description |
|---|
RelativeUrlEditor(org.marid.spring.contexts.ValueEditorContext context) |
| Modifier and Type | Method and Description |
|---|---|
AutoCloseable |
resourceChangeListenerUnsubscriber(org.marid.editors.url.Data data,
javafx.collections.ListChangeListener<Path> listener) |
org.marid.editors.url.Data |
resources(PathMatcher pathMatcher,
ResourcesTracker tracker) |
javafx.collections.ListChangeListener<Path> |
resourcesChangeListener(javafx.scene.control.TreeView<org.marid.editors.url.Item> tree,
org.marid.editors.url.Data data) |
Path |
resourcesPath(ResourcesTracker tracker) |
javafx.scene.control.TreeView<org.marid.editors.url.Item> |
resourceTree(org.marid.editors.url.Data data,
Path resourcesPath) |
javafx.scene.control.Dialog<Boolean> |
stage(javafx.scene.control.TreeView<org.marid.editors.url.Item> tree) |
PathMatcher |
urlFilter(List<javafx.stage.FileChooser.ExtensionFilter> filters,
Path resourcesPath) |
@Autowired(required=false) public RelativeUrlEditor(org.marid.spring.contexts.ValueEditorContext context)
@Bean public Path resourcesPath(ResourcesTracker tracker)
@Bean public PathMatcher urlFilter(List<javafx.stage.FileChooser.ExtensionFilter> filters, Path resourcesPath)
@Bean public org.marid.editors.url.Data resources(PathMatcher pathMatcher, ResourcesTracker tracker)
@Bean public javafx.scene.control.TreeView<org.marid.editors.url.Item> resourceTree(org.marid.editors.url.Data data, Path resourcesPath)
@Bean public javafx.collections.ListChangeListener<Path> resourcesChangeListener(javafx.scene.control.TreeView<org.marid.editors.url.Item> tree, org.marid.editors.url.Data data)
@Bean public AutoCloseable resourceChangeListenerUnsubscriber(org.marid.editors.url.Data data, javafx.collections.ListChangeListener<Path> listener)
@Bean(initMethod="show") public javafx.scene.control.Dialog<Boolean> stage(javafx.scene.control.TreeView<org.marid.editors.url.Item> tree)
Copyright © 2012–2017 MARID software development group. All rights reserved.