Uses of Class
de.edgesoft.edgeutils.i18n.ResourceType
| Package | Description |
|---|---|
| de.edgesoft.edgeutils.i18n |
Interfaces and classes for easy use of internationalization.
|
| de.edgesoft.edgeutils.javafx |
-
Uses of ResourceType in de.edgesoft.edgeutils.i18n
Methods in de.edgesoft.edgeutils.i18n that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromValue(java.lang.String v)static ResourceTypeResourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.edgesoft.edgeutils.i18n with parameters of type ResourceType Modifier and Type Method Description static java.lang.StringI18N. getViewNodeKey(java.lang.Object theController, java.lang.String theNodeID, ResourceType theResourceType)Returns the key for the view indicated by the view controller.static java.util.Optional<java.lang.String>I18N. getViewNodeText(java.lang.Object theController, java.lang.String theNodeID, ResourceType theResourceType, java.lang.Object... theArguments)Returns the text for the view indicated by the view controller. -
Uses of ResourceType in de.edgesoft.edgeutils.javafx
Methods in de.edgesoft.edgeutils.javafx with parameters of type ResourceType Modifier and Type Method Description static voidMenuItemUtils. fillMenuItem(javafx.scene.control.MenuItem theMenuItem, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)Fills menu item with graphic and text.static voidMenuItemUtils. fillMenuItem(javafx.scene.control.MenuItem theMenuItem, java.lang.Object theController, ResourceType... theResourceTypes)Fills menu item with graphic and text.static voidTabUtils. fillTab(javafx.scene.control.Tab theTab, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)Fills tab with resources.static voidTabUtils. fillTab(javafx.scene.control.Tab theTab, java.lang.Object theController, ResourceType... theResourceTypes)Fills tab with resources.static voidTableColumnUtils. fillTableColumn(javafx.scene.control.TableColumn<?,?> theTableColumn, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)Fills table column with resource types.static voidTableColumnUtils. fillTableColumn(javafx.scene.control.TableColumn<?,?> theTableColumn, java.lang.Object theController, ResourceType... theResourceTypes)Fills table column with resource types.static voidTableColumnUtils. fillTableColumns(java.lang.Object theController, ResourceType theResourceType, javafx.scene.control.TableColumn<?,?>... theTableColumns)Fills table columns with resource type.static voidTabUtils. fillTabs(java.lang.Object theController, ResourceType theResourceType, javafx.scene.control.Tab... theTabs)Fills tabs with resource.static voidControlUtils. fillViewControl(javafx.scene.control.Control theControl, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)Fills control with graphic (given size), text, and tooltip.static voidControlUtils. fillViewControl(javafx.scene.control.Control theControl, java.lang.Object theController, ResourceType... theResourceTypes)Fills control with graphic (default size), text, and tooltip.static voidControlUtils. fillViewControl(javafx.scene.control.Control theControl, java.lang.String theAdditionalId, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)Fills control with graphic (given size), text, and tooltip.static voidControlUtils. fillViewControl(javafx.scene.control.Control theControl, java.lang.String theAdditionalId, java.lang.Object theController, ResourceType... theResourceTypes)Fills control with graphic (default size), text, and tooltip.static voidControlUtils. fillViewControls(ResourceType theResourceType, java.lang.Object theController, javafx.scene.control.Control... theControls)Fills controls with specific resource type.