public final class ExternalFinderItem
extends java.lang.Object
ExternalFinderItem.Builder
to construct.
In the original plugin, the character _
in the name was used to
indicate a mnemonic; upon setting the name the mnemonic character was
extracted and the _
removed. We now do not modify the name, and
we leave mnemonic setting up to the Mnemonics library so &
is
the character to use.
Modifier and Type | Class and Description |
---|---|
static class |
ExternalFinderItem.Builder |
static class |
ExternalFinderItem.ENCODING |
static class |
ExternalFinderItem.SCOPE |
static class |
ExternalFinderItem.TARGET |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLACEHOLDER_TARGET |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ExternalFinderItemCommand> |
getCommands() |
java.lang.Object |
getContentSummary() |
javax.swing.KeyStroke |
getKeystroke() |
java.lang.String |
getName() |
ExternalFinderItem.SCOPE |
getScope() |
java.util.List<ExternalFinderItemURL> |
getURLs() |
int |
hashCode() |
static boolean |
isASCII(java.lang.String s) |
boolean |
isAsciiOnly() |
boolean |
isNonAsciiOnly() |
boolean |
isNopopup() |
public static final java.lang.String PLACEHOLDER_TARGET
public java.lang.String getName()
public java.util.List<ExternalFinderItemURL> getURLs()
public java.util.List<ExternalFinderItemCommand> getCommands()
public javax.swing.KeyStroke getKeystroke()
public boolean isNopopup()
public ExternalFinderItem.SCOPE getScope()
public boolean isAsciiOnly()
public boolean isNonAsciiOnly()
public static boolean isASCII(java.lang.String s)
public java.lang.Object getContentSummary()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object