Enum Class IconSpecsRhUi1
- All Implemented Interfaces:
Serializable, Comparable<IconSpecsRhUi1>, Constable
Icon specifications for Red Hat UI icons.
You probably won't need to use this class directly, but instead work with IconSets.rhUi.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic IconSpecsRhUi1Returns the enum constant of this class with the specified name.static IconSpecsRhUi1[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
processAutomation
-
profileFill
-
profile
-
publish
-
puzzlePieceFill
-
puzzlePiece
-
questionMarkCircleFill
-
questionMarkCircle
-
questionMark
-
redo
-
refresh
-
regionsFill
-
regions
-
registryFill
-
registry
-
replicatorFill
-
replicator
-
resourceFill
-
resource
-
resourcesAlmostEmpty
-
resourcesAlmostFull
-
resourcesEmpty
-
resourcesFull
-
restoreWindowFill
-
restoreWindow
-
robotFill
-
robot
-
rocketFill
-
rocket
-
route
-
rssFill
-
rss
-
running
-
saveFill
-
save
-
scaleBalanced
-
search
-
securedFill
-
secured
-
securityAdvisoryFill
-
securityAdvisory
-
securityFill
-
security
-
serverFill
-
serverStackFill
-
serverStack
-
serverUploadFill
-
serverUpload
-
server
-
settingsFill
-
settings
-
severityCriticalFill
-
severityImportantFill
-
severityMinorFill
-
severityModerateFill
-
severityNoneFill
-
severityUndefinedFill
-
sidebarFill
-
sidebar
-
sortDownLargeToSmall
-
sortDownSmallToLarge
-
sortUpLargeToSmall
-
sortUpSmallToLarge
-
speedometerFill
-
speedometer
-
starFill
-
star
-
stopCircleFill
-
stopCircle
-
stopFill
-
stop
-
storageDomainFill
-
storageDomain
-
storageFill
-
storage
-
swapRightLeft
-
swapUpDown
-
syncAlt
-
sync
-
tableFill
-
table
-
tabletFill
-
tablet
-
tagFill
-
tag
-
taskFill
-
task
-
templateFill
-
template
-
tenantFill
-
tenant
-
thumbnailViewLargeFill
-
thumbnailViewLarge
-
thumbnailViewSmallFill
-
thumbnailViewSmall
-
thumbtackFill
-
thumbtack
-
topologyFill
-
topology
-
trashFill
-
trash
-
travelFill
-
travel
-
treeViewFill
-
treeView
-
trendDown
-
trendUp
-
truckFill
-
truck
-
undo
-
unknownFill
-
unknown
-
unlockFill
-
unlock
-
unsecuredFill
-
unsecured
-
upload
-
userCheckFill
-
userCheck
-
usersFill
-
users
-
viewFill
-
viewOffFill
-
viewOff
-
view
-
virtualMachineCenterFill
-
virtualMachineCenter
-
virtualServerFill
-
virtualServer
-
volumeDownFill
-
volumeDown
-
volumeUpFill
-
volumeUp
-
warningFill
-
warning
-
windowFill
-
window
-
windowsFill
-
windows
-
wrapText
-
zone
-
zoomIn
-
zoomOut
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-