Uses of Class
org.talend.sdk.component.api.component.Icon.IconType
-
Packages that use Icon.IconType Package Description org.talend.sdk.component.api.component -
-
Uses of Icon.IconType in org.talend.sdk.component.api.component
Methods in org.talend.sdk.component.api.component that return Icon.IconType Modifier and Type Method Description Icon.IconType
value()
static Icon.IconType
Icon.IconType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Icon.IconType[]
Icon.IconType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-