Uses of Interface
org.tentackle.fx.FxComponent
Packages that use FxComponent
Package
Description
Extended FX layer.
Tentackle binding for FX.
Extended FX components.
Delegates implementing tentackle features for FX components.
FX table support.
FX table cell types.
FX value translators.
-
Uses of FxComponent in org.tentackle.fx
Subinterfaces of FxComponent in org.tentackle.fxClasses in org.tentackle.fx that implement FxComponentModifier and TypeClassDescriptionclassDelegate implementing FxComponent.classDelegate implementing FxComponent.Methods in org.tentackle.fx that return FxComponentModifier and TypeMethodDescriptionabstract FxComponentFxComponentDelegate.getComponent()Gets the component of this delegate.ValueTranslator.getComponent()Gets the component.Methods in org.tentackle.fx with parameters of type FxComponentModifier and TypeMethodDescription<M,V> ValueTranslator<V, M> DefaultFxFactory.createValueTranslator(Class<M> modelClass, Class<V> viewClass, FxComponent component) <M,V> ValueTranslator<V, M> FxFactory.createValueTranslator(Class<M> modelClass, Class<V> viewClass, FxComponent component) Creates a value translator.voidFxUtilities.focusGained(FxComponent component) Performs all necessary operations on an FxComponent when it gained the focus.voidFxUtilities.focusLost(FxComponent component) Performs all necessary operations on an FxComponent when it lost the focus. -
Uses of FxComponent in org.tentackle.fx.bind
Methods in org.tentackle.fx.bind that return FxComponentModifier and TypeMethodDescriptionDefaultFxComponentBinding.getComponent()FxComponentBinding.getComponent()Gets the component which is bound to the member.Methods in org.tentackle.fx.bind that return types with arguments of type FxComponentModifier and TypeMethodDescriptionDefaultFxComponentBinder.getBoundComponents()FxComponentBinder.getBoundComponents()Gets the list of all bound components of this form.DefaultFxComponentBinder.getUnboundComponents()FxComponentBinder.getUnboundComponents()Gets the list of all unbound components of this form.Methods in org.tentackle.fx.bind with parameters of type FxComponentModifier and TypeMethodDescriptionDefaultFxBindingFactory.createComponentBinding(FxComponentBinder binder, BindingMember[] parents, BindingMember member, FxComponent component, String componentOptions) FxBindingFactory.createComponentBinding(FxComponentBinder binder, BindingMember[] parents, BindingMember member, FxComponent component, String componentOptions) Creates a component binding.DefaultFxComponentBinder.getBinding(FxComponent component) FxComponentBinder.getBinding(FxComponent component) Gets a binding by component.DefaultFxComponentBinder.removeBinding(FxComponent component) FxComponentBinder.removeBinding(FxComponent component) Programmatically removes a binding from this view.Method parameters in org.tentackle.fx.bind with type arguments of type FxComponentModifier and TypeMethodDescriptionClass<? extends FxComponentBinding>DefaultFxBindingFactory.getComponentBindingClass(Class<? extends FxComponent> componentClass) Class<? extends FxComponentBinding>FxBindingFactory.getComponentBindingClass(Class<? extends FxComponent> componentClass) Gets the binding class for a given component class.Class<? extends FxComponentBinding>DefaultFxBindingFactory.setComponentBindingClass(Class<? extends FxComponent> componentClass, Class<? extends FxComponentBinding> bindingClass) Class<? extends FxComponentBinding>FxBindingFactory.setComponentBindingClass(Class<? extends FxComponent> componentClass, Class<? extends FxComponentBinding> bindingClass) Defines the binding for a component class.Constructors in org.tentackle.fx.bind with parameters of type FxComponentModifierConstructorDescriptionDefaultFxComponentBinding(FxComponentBinder binder, BindingMember[] parents, BindingMember member, FxComponent component, String componentOptions) Creates a binding. -
Uses of FxComponent in org.tentackle.fx.component
Classes in org.tentackle.fx.component that implement FxComponentModifier and TypeClassDescriptionclassExtended Checkbox.classFxChoiceBox<T>Extended ChoiceBox.classExtended ColorPicker.classFxComboBox<T>ExtendedComboBox.classExtended DatePicker.
Tentackle's FxDatePicker is a TextComponent and maps to Date or Timestamp.
It uses the ValueTranslator (TemporalStringTranslator) to map to/from the model.classExtended HTMLEditor.classFxListView<T>Extended ListView.classExtended PasswordField with enhanced security.
The StringBuilder holding the text input is replaced with blanks when getPassword() is invoked.classExtended RadioButton.classFxTableView<S>Extended TableView.classExtended TextArea.classExtended TextField.classExtended ToggleButton.classExtended TreeTableView.classFxTreeView<T>Extended TreeView. -
Uses of FxComponent in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate that implement FxComponentModifier and TypeClassDescriptionclassAbstractTextFieldDelegate<T extends javafx.scene.control.TextInputControl & FxTextComponent>Delegate for text input fields.classDelegate for FxCheckBox.classDelegate for FxChoiceBox.classDelegate for FxColorPicker.classDelegate for FxComboBox.classDelegate for FxDatePicker.classDelegate for FxHTMLEditor.classDelegate for FxListView.classDelegate for FxPasswordField.classDelegate for FxRadioButton.classDelegate for FxTableView.classDelegate for FxTextArea.classDelegate for FxTextField.classDelegate for FxToggleButton.classDelegate for FxTreeTableView.classDelegate for FxTreeView. -
Uses of FxComponent in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement FxComponentModifier and TypeClassDescriptionclassA table displaying the totals of another table.
Displays any number of rows (1 for totals, 3 for totals and min + max, for example).
The items must contain the total values.Methods in org.tentackle.fx.table that return FxComponentModifier and TypeMethodDescriptionDefaultTableColumnConfiguration.getEditor()protected FxComponentFxTableCell.getEditor(TableCellType<T> cellType) Gets the editor for this table cell.protected FxComponentFxTreeTableCell.getEditor(TableCellType<T> cellType) Gets the editor for this table cell.TableCellType.getEditor()Gets the editor component.TableColumnConfiguration.getEditor()Gets the editor component.Methods in org.tentackle.fx.table with parameters of type FxComponentModifier and TypeMethodDescriptionvoidDefaultTableColumnConfiguration.setEditor(FxComponent editor) voidTableColumnConfiguration.setEditor(FxComponent editor) Sets the editor component. -
Uses of FxComponent in org.tentackle.fx.table.type
Fields in org.tentackle.fx.table.type declared as FxComponentMethods in org.tentackle.fx.table.type that return FxComponent -
Uses of FxComponent in org.tentackle.fx.translate
Methods in org.tentackle.fx.translate that return FxComponentConstructors in org.tentackle.fx.translate with parameters of type FxComponentModifierConstructorDescriptionAbstractValueTranslator(FxComponent component) Creates a string translator for a given text component.BooleanBooleanTranslator(FxComponent component) Creates the dummy translator.CharArrayCharArrayTranslator(FxComponent component) Creates an enum translator.CollectionTreeItemTranslator(FxComponent component) Creates a translator.ColorColorTranslator(FxComponent component) Creates the translator.EnumEnumTranslator(FxComponent component) Creates an enum translator.IdentityTranslator(FxComponent component) Creates a dummy translator.ObservableListTranslator(FxComponent component) Creates a translator for components maintaining a list of objects.StringColorTranslator(FxComponent component) Creates the translator.StringStringTranslator(FxComponent component) Creates a null translator.TreeItemTranslator(FxComponent component) Creates a translator.