@Beta
public final class MacroDescriptor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MacroDescriptor.Builder |
Modifier and Type | Method and Description |
---|---|
static MacroDescriptor.Builder |
create() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
Form |
getForm() |
Icon |
getIcon() |
MacroKey |
getKey() |
java.lang.String |
getName() |
ResourceKey |
toControllerResourceKey() |
static ResourceKey |
toControllerResourceKey(MacroKey key) |
ResourceKey |
toDescriptorResourceKey() |
static ResourceKey |
toDescriptorResourceKey(MacroKey key) |
public MacroKey getKey()
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public Form getForm()
public Icon getIcon()
public ResourceKey toDescriptorResourceKey()
public ResourceKey toControllerResourceKey()
public static ResourceKey toDescriptorResourceKey(MacroKey key)
public static ResourceKey toControllerResourceKey(MacroKey key)
public static MacroDescriptor.Builder create()