org.eclipse.fx.ui.controls.dialog.DialogMessageProviderImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.fx.ui.controls Show documentation
Show all versions of org.eclipse.fx.ui.controls Show documentation
Custom JavaFX controls like a styled text component, ...
The newest version!
package org.eclipse.fx.ui.controls.dialog;
import org.eclipse.fx.core.text.BasicTextRegistry;
abstract class DialogMessageProviderImpl extends BasicTextRegistry implements DialogMessagesProvider {
// Empty by default
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy