Module org.tentackle.fx
Package org.tentackle.fx
Extended FX layer.
-
Interface Summary Interface Description Configurator<T> A configurator.ErrorPopupSupported Controls that support error popups must implement this interface.FxComponent Interface all tentackle Fx components must implement.FxContainer Interface all tentackle Fx containers must implement.FxControl Parent interface of all FxComponents and FxContainers.FxController The controller interface all Tentackle FX-controllers must implement.FxFactory A factory for FX-related stuff.FxTextComponent A text component.ImageProvider Provider and cache for images.InfoPopupSupported Controls that support info popups must implement this interface.ModelToViewListener Listener invoked to fetch the value from the model and update the view.
Low-level alternative to the tentackle binding.ValueTranslator<M,V> A value translator.
Converts between view and model types.ViewToModelListener Listener invoked to fetch the value from the view and update the model.
Low-level alternative to the tentackle binding. -
Class Summary Class Description AbstractBuilder<T> Base implementation for a builder.AbstractFxController Base class for tentackle fx controllers.CamelCaseStringConverter<T> CamelCaseStringConverter.DefaultFxFactory Default implementation of an fx factory.DefaultImageProvider The default image provider for framework-related images.Fx Often used factory and helper methods for FX-related stuff.FxBuilderFactory The default implementation of a builder factory.FxComponentDelegate Delegate implementing FxComponent.FxContainerDelegate Delegate implementing FxContainer.FxControlDelegate Base implementation for all fx delegates.FxFxBundle Bundle for fx-package in tentackle-FX.FxTextComponentDelegate Delegate implementing FxComponent.FxUtilities Utility methods for Fx.ShortLongTextCellFactory<T> Cell factory to display items implementingShortLongText.ValueTranslatorKey<M,V> The unique key for value translators. -
Enum Summary Enum Description CaseConversion Case conversion.FxControllerService.BINDING Type of binding.FxControllerService.CACHING Type of controller caching. -
Exception Summary Exception Description FxRuntimeException FX runtime exception. -
Annotation Types Summary Annotation Type Description BuilderService Annotation to express that the annotated class is a builder for a given class.ConfiguratorService Annotation to express that the annotated class is a configurator for a given class.FxControllerService Annotation for Tentackle FX-controllers.ImageProviderService Annotation to for image providers.ValueTranslatorService Annotation for value translators.