Uses of Interface
org.tentackle.fx.FxControl
-
Packages that use FxControl Package Description org.tentackle.fx Extended FX layer.org.tentackle.fx.component Extended FX components.org.tentackle.fx.component.config FX component configurators.org.tentackle.fx.component.delegate Delegates implementing tentackle features for FX components.org.tentackle.fx.container Extended FX containers.org.tentackle.fx.container.delegate Delegates implementing tentackle features for FX containers.org.tentackle.fx.table FX table support. -
-
Uses of FxControl in org.tentackle.fx
Subinterfaces of FxControl in org.tentackle.fx Modifier and Type Interface Description interfaceFxComponentInterface all tentackle Fx components must implement.interfaceFxContainerInterface all tentackle Fx containers must implement.interfaceFxTextComponentA text component.Classes in org.tentackle.fx that implement FxControl Modifier and Type Class Description classFxComponentDelegateDelegate implementing FxComponent.classFxContainerDelegateDelegate implementing FxContainer.classFxControlDelegateBase implementation for all fx delegates.classFxTextComponentDelegateDelegate implementing FxComponent.Methods in org.tentackle.fx with parameters of type FxControl Modifier and Type Method Description voidFxUtilities. showHelp(FxControl control)Opens the online help for a given component. -
Uses of FxControl in org.tentackle.fx.component
Classes in org.tentackle.fx.component that implement FxControl Modifier and Type Class Description classFxCheckBoxExtended Checkbox.classFxChoiceBox<T>Extended ChoiceBox.classFxColorPickerExtended ColorPicker.classFxComboBox<T>ExtendedComboBox.classFxDatePickerExtended DatePicker.
Tentackle's FxDatePicker is a TextComponent and maps to Date or Timestamp.
It uses the DateStringTranslator to map to/from the model.classFxHTMLEditorExtended HTMLEditor.classFxListView<T>Extended ListView.classFxPasswordFieldExtended PasswordField.
The StringBuilder holding the text input is replaced with blanks when getPassword() is invoked.classFxRadioButtonExtended RadioButton.classFxTableView<S>Extended TableView.classFxTextAreaExtended TextArea.classFxTextFieldExtended TextField.classFxToggleButtonExtended ToggleButton.classFxTreeTableView<S>Extended TreeTableView.classFxTreeView<T>Extended TreeView. -
Uses of FxControl in org.tentackle.fx.component.config
Methods in org.tentackle.fx.component.config with parameters of type FxControl Modifier and Type Method Description protected voidCheckBoxConfigurator. updateModelAndView(FxControl control)Updates the model and the view.protected voidChoiceBoxConfigurator. updateModelAndView(FxControl control)Updates the model and the view.protected voidComboBoxBaseConfigurator. updateModelAndView(FxControl control)Updates the model and the view.protected voidRadioButtonConfigurator. updateModelAndView(FxControl control)Updates the model and the view.protected voidToggleButtonConfigurator. updateModelAndView(FxControl control)Updates the model and the view. -
Uses of FxControl in org.tentackle.fx.component.delegate
Classes in org.tentackle.fx.component.delegate that implement FxControl Modifier and Type Class Description classAbstractTextFieldDelegate<T extends javafx.scene.control.TextInputControl & FxTextComponent>Delegate for text input fields.classFxCheckBoxDelegateDelegate for FxCheckBox.classFxChoiceBoxDelegateDelegate for FxChoiceBox.classFxColorPickerDelegateDelegate for FxColorPicker.classFxComboBoxDelegateDelegate for FxComboBox.classFxDatePickerDelegateDelegate for FxDatePicker.classFxHTMLEditorDelegateDelegate for FxHTMLEditor.classFxListViewDelegateDelegate for FxListView.classFxPasswordFieldDelegateDelegate for FxPasswordField.classFxRadioButtonDelegateDelegate for FxRadioButton.classFxTableViewDelegateDelegate for FxTableView.classFxTextAreaDelegateDelegate for FxTextArea.classFxTextFieldDelegateDelegate for FxTextField.classFxToggleButtonDelegateDelegate for FxToggleButton.classFxTreeTableViewDelegateDelegate for FxTreeTableView.classFxTreeViewDelegateDelegate for FxTreeView. -
Uses of FxControl in org.tentackle.fx.container
Classes in org.tentackle.fx.container that implement FxControl Modifier and Type Class Description classFxAccordionExtended Accordion.classFxAnchorPaneExtended AnchorPane.classFxBorderPaneExtended BorderPane.classFxButtonBarExtended ButtonBar.classFxDialogPaneExtended DialogPane.classFxFlowPaneExtended FlowPane.classFxGridPaneExtended GridPane.classFxHBoxExtended HBox.classFxPaneExtended Pane.classFxScrollPaneExtended ScrollPane.classFxSplitPaneExtended SplitPane.classFxStackPaneExtended StackPane.classFxTabExtended Tab.classFxTabPaneExtended TabPane.classFxTextFlowExtended TextFlow.classFxTilePaneExtended TilePane.classFxTitledPaneExtended TitledPane.classFxToolBarExtended ToolBar.classFxVBoxExtended VBox. -
Uses of FxControl in org.tentackle.fx.container.delegate
Classes in org.tentackle.fx.container.delegate that implement FxControl Modifier and Type Class Description classFxAccordionDelegateDelegate for FxAccordion.classFxAnchorPaneDelegateDelegate for FxAnchorPane.classFxBorderPaneDelegateDelegate for FxBorderPane.classFxButtonBarDelegateDelegate for FxButtonBar.classFxDialogPaneDelegateDelegate for FxDialogPane.classFxFlowPaneDelegateDelegate for FxFlowPane.classFxGridPaneDelegateDelegate for FxGridPane.classFxHBoxDelegateDelegate for FxHBox.classFxPaneDelegateDelegate for FxPane.classFxScrollPaneDelegateDelegate for FxScrollPane.classFxSplitPaneDelegateDelegate for FxSplitPane.classFxStackPaneDelegateDelegate for FxStackPane.classFxTabDelegateDelegate for FxTab.classFxTabPaneDelegateDelegate for FxTabPane.classFxTextFlowDelegateDelegate for FxTextFlow.classFxTilePaneDelegateDelegate for FxTilePane.classFxTitledPaneDelegateDelegate for FxTitledPane.classFxToolBarDelegateDelegate for FxToolBar.classFxVBoxDelegateDelegate for FxVBox. -
Uses of FxControl in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement FxControl Modifier and Type Class Description classTotalsTableView<S>A 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.
-