public class FXMLNodeProvider extends java.lang.Object implements GraphicNodeProvider
| Constructor and Description |
|---|
FXMLNodeProvider() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
getGraphicNode(java.lang.String uri)
Load the graphic node
|
java.lang.String |
getName() |
boolean |
handles(java.lang.String url)
Check if the URL is handled
|
public java.lang.String getName()
getName in interface GraphicNodeProviderpublic boolean handles(java.lang.String url)
GraphicNodeProviderhandles in interface GraphicNodeProviderurl - the urltrue if the URL is handledpublic javafx.scene.Node getGraphicNode(java.lang.String uri)
GraphicNodeProvidergetGraphicNode in interface GraphicNodeProvideruri - the uri