@ExtensionPoint public interface ReferenceFieldIconDecorator extends Decorator
PlatformIcon
. The Ref
is passed to which the icon belong so that implementations can filter or
change their behavior according to the reference being passed or its status.
Ref
, like HostRef
that currently don't have an agent
connected. The code would then check for the actual type of the reference
and check the state before passing on the updated icon.ORDER_CODE_GROUP, ORDER_CPU_GROUP, ORDER_DEFAULT_GROUP, ORDER_FIRST, ORDER_IO_GROUP, ORDER_LAST, ORDER_MEMORY_GROUP, ORDER_NETWORK_GROUP, ORDER_THREAD_GROUP, ORDER_USER_GROUP
Modifier and Type | Method and Description |
---|---|
PlatformIcon |
getIcon(PlatformIcon originalIcon,
Ref reference)
The passed
PlatformIcon my be null, indicating no plugin has
set the icon. |
PlatformIcon |
getSelectedIcon(PlatformIcon originalIcon,
Ref reference)
The passed
PlatformIcon my be null, indicating no plugin has
set the icon. |
getOrderValue
PlatformIcon getIcon(PlatformIcon originalIcon, Ref reference)
PlatformIcon
my be null, indicating no plugin has
set the icon.PlatformIcon getSelectedIcon(PlatformIcon originalIcon, Ref reference)
PlatformIcon
my be null, indicating no plugin has
set the icon.Copyright © 2017. All rights reserved.