Ugur KARA created NETBEANS-1416:
-----------------------------------
Summary: FXML Editor instances that has constructor by NamedArg
annotaton
Key: NETBEANS-1416
URL: https://issues.apache.org/jira/browse/NETBEANS-1416
Project: NetBeans
Issue Type: Bug
Components: cnd - Editor
Affects Versions: 9.0, 8.2, 10.0
Reporter: Ugur KARA
Attachments: MyAnimation.java, MyView.fxml, Test.java
FXML Editor giving following hints,
"Instances of tr.com.sparrow.fxml.MyAnimation cannot be created by FXML loader"
"Class 'tr.com.sparrow.fxml.MyAnimation' does not support property 'text'"
Class 'tr.com.sparrow.fxml.MyAnimation' does not support property 'msg'
MyAnimation class has constructor that give two parameter by NamedArg
annotation,
At runtime no problem , FXMLLoader can create the MyAnimation instance,
It seems FXML Editor giving the hints at design time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists