where is the: FXML Specification?

2019-02-18 07:48发布

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:

A similar stackoverflow question:

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?

标签: javafx-2 fxml
1条回答
forever°为你锁心
2楼-- · 2019-02-18 08:30

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.

查看更多
登录 后发表回答