
chtext.richtextfx.0.11.3.source-code.module-info.skip Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtextfx Show documentation
Show all versions of richtextfx Show documentation
Rich-text area for JavaFX
module richtextfx.fat {
requires javafx.controls;
exports org.fxmisc.richtext;
exports org.fxmisc.richtext.model;
exports org.fxmisc.richtext.event;
exports org.fxmisc.richtext.util;
exports org.fxmisc.wellbehaved.event;
exports org.fxmisc.flowless;
exports org.fxmisc.undo;
exports org.reactfx.collection;
exports org.reactfx.value;
exports org.reactfx.util;
exports org.reactfx;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy