919293949596979899100101
* * @return */ public StringProperty getTooltip() { StringProperty stringProperty = new SimpleStringProperty(); stringProperty.bind(new StringBinding() { { super.bind(resourceBundle); } @Override
116117118119120121122123124125126
* * @return */ public StringProperty getPromptText() { StringProperty stringProperty = new SimpleStringProperty(); stringProperty.bind(new StringBinding() { { super.bind(resourceBundle); } @Override
3839404142434445464748
this.formatProvider = formatProvider; } public DisposableNode createNode(final ElementController controller) throws NodeCreationException { final Label label = new Label(); label.textProperty().bind(new StringBinding() { { bind(controller); }
6566676869707172737475
* * @return */ public StringProperty getLabel() { StringProperty stringProperty = new SimpleStringProperty(); stringProperty.bind(new StringBinding() { { super.bind(resourceBundle); } @Override
90919293949596979899100