Package org.omegat.externalfinder.item
Class ExternalFinderItem
java.lang.Object
org.omegat.externalfinder.item.ExternalFinderItem
A data class representing an ExternalFinder "item". Immutable. Use
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.
-
Field Details
-
PLACEHOLDER_TARGET
- See Also:
-
-
Method Details
-
getName
-
getURLs
-
getCommands
-
getKeystroke
-
isNopopup
public boolean isNopopup() -
getScope
-
isAsciiOnly
public boolean isAsciiOnly() -
isNonAsciiOnly
public boolean isNonAsciiOnly() -
isASCII
-
getContentSummary
-
hashCode
public int hashCode() -
equals
-