where is the: FXML Specification?

回眸只為那壹抹淺笑 提交于 2019-12-01 02:57:04

问题


I am looking for the Oracle FXML specification, reference manual or just user guide. I've come across quite a few books and blogs using the literal name, and nothing on Google, Stackoverflow, Wikipdeia or the JavaFX pages to link with such a document. The nearest I've come is a kind of help page:

  • Introduction to FXML

A similar stackoverflow question:

  • FXML full reference?

Has a few votes because the links are helpful so I'm not repeating them. The main reference cited is the JavaFX API JavaDoc which is decidedly not what I'm looking for because working off the JavaFX classes is only an talk about a tag as an object.

I'm seeking the FXML specification for what's tags mean, what are the combination rules, etc. Not just what's implemented in the classes a tag may model. I also feel that if there's books and blogs and conference papers out there with the term, "FXML Specification" in them, such a document ought to exit. Not so?


回答1:


Sorry to say, but those two links are the best you can get.

The Introduction to FXML describes (somewhat badly) what is possible in FXML and what special tags can be used.

The JavaDoc lists which elements can be used and what properties they can have.

There is no other specification for FXML.



来源:https://stackoverflow.com/questions/24008723/where-is-the-fxml-specification

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!