Uses of Class
de.edgesoft.edgeutils.i18n.ResourceType

Packages that use 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 ResourceType ResourceType.fromValue​(java.lang.String v)  
    static ResourceType ResourceType.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.String I18N.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 void MenuItemUtils.fillMenuItem​(javafx.scene.control.MenuItem theMenuItem, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)
    Fills menu item with graphic and text.
    static void MenuItemUtils.fillMenuItem​(javafx.scene.control.MenuItem theMenuItem, java.lang.Object theController, ResourceType... theResourceTypes)
    Fills menu item with graphic and text.
    static void TabUtils.fillTab​(javafx.scene.control.Tab theTab, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)
    Fills tab with resources.
    static void TabUtils.fillTab​(javafx.scene.control.Tab theTab, java.lang.Object theController, ResourceType... theResourceTypes)
    Fills tab with resources.
    static void TableColumnUtils.fillTableColumn​(javafx.scene.control.TableColumn<?,​?> theTableColumn, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)
    Fills table column with resource types.
    static void TableColumnUtils.fillTableColumn​(javafx.scene.control.TableColumn<?,​?> theTableColumn, java.lang.Object theController, ResourceType... theResourceTypes)
    Fills table column with resource types.
    static void TableColumnUtils.fillTableColumns​(java.lang.Object theController, ResourceType theResourceType, javafx.scene.control.TableColumn<?,​?>... theTableColumns)
    Fills table columns with resource type.
    static void TabUtils.fillTabs​(java.lang.Object theController, ResourceType theResourceType, javafx.scene.control.Tab... theTabs)
    Fills tabs with resource.
    static void ControlUtils.fillViewControl​(javafx.scene.control.Control theControl, java.lang.Object theController, int theSize, ResourceType... theResourceTypes)
    Fills control with graphic (given size), text, and tooltip.
    static void ControlUtils.fillViewControl​(javafx.scene.control.Control theControl, java.lang.Object theController, ResourceType... theResourceTypes)
    Fills control with graphic (default size), text, and tooltip.
    static void ControlUtils.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 void ControlUtils.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 void ControlUtils.fillViewControls​(ResourceType theResourceType, java.lang.Object theController, javafx.scene.control.Control... theControls)
    Fills controls with specific resource type.