@Override public ReadOnlyMapProperty<Integer, Supplier<ModelPageEditor>> modelPageEditorsProperty() { return modelPageEditors; }
/** * Gets a read-only map of {@link #variables}. * * @return The read-only map of {@link #variables}. */ public static ReadOnlyMapProperty<String, String> getUserVarsMap() { return variables.getReadOnlyProperty(); }
public ReadOnlyMapProperty<Integer, TagType> tagTypesProperty() { return TAG_TYPES_PROPERTY.getReadOnlyProperty(); }
public ReadOnlyMapProperty<Integer, TagModel> predefinedTagsProperty() { return PREDEFINED_TAGS_PROPERTY.getReadOnlyProperty(); }
ReadOnlyMapProperty<Integer, Supplier<ModelPageEditor>> modelPageEditorsProperty();