@ExperimentalSpi
public interface IconTypeDefinition
IconTypeDefinition
describes:
getPolicy()
}Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get a key identifying this type of icon.
|
IconTypePolicy |
getPolicy()
Get the policy for this icon type.
|
SystemIconImageProvider |
getSystemIconImageProvider()
Get the provider for system icon images.
|
@Nonnull String getKey()
This key must uniquely identify the IconTypeDefinition
.
That is, there must not be more than one IconTypeDefinition
with the same key.
@Nonnull IconTypePolicy getPolicy()
@Nonnull SystemIconImageProvider getSystemIconImageProvider()
Copyright © 2002-2019 Atlassian. All Rights Reserved.