Uses of Class
esmska.data.Signature
-
Packages that use Signature Package Description esmska.data esmska.gui esmska.persistence -
-
Uses of Signature in esmska.data
Fields in esmska.data declared as Signature Modifier and Type Field Description static SignatureSignature. DEFAULTSpecial DEFAULT signaturestatic SignatureSignature. NONESpecial NONE signatureMethods in esmska.data that return Signature Modifier and Type Method Description SignatureSignatures. get(java.lang.String name)Get signature by its name.Methods in esmska.data that return types with arguments of type Signature Modifier and Type Method Description java.util.Collection<Signature>Signatures. getAll()Get all user-defined signatures.java.util.Collection<Signature>Signatures. getSpecial()Get all pre-defined signatures.Methods in esmska.data with parameters of type Signature Modifier and Type Method Description booleanSignatures. add(Signature signature)Add new signature.intSignature. compareTo(Signature o)Method parameters in esmska.data with type arguments of type Signature Modifier and Type Method Description voidSignatures. addValuedListener(ValuedListener<Signatures.Events,Signature> valuedListener)voidSignatures. removeValuedListener(ValuedListener<Signatures.Events,Signature> valuedListener) -
Uses of Signature in esmska.gui
Methods in esmska.gui that return Signature Modifier and Type Method Description SignatureSignatureComboBox. getSelectedSignature()Get currently selected signature. -
Uses of Signature in esmska.persistence
Methods in esmska.persistence with parameters of type Signature Modifier and Type Method Description static voidExportManager. exportGatewayProperties(java.util.Collection<Gateway> gateways, java.util.Collection<Signature> signatures, Signature defaultSignature, java.io.OutputStream out)Export gateway properties
-