Package org.correomqtt.gui.model
Class KeyringModel
- java.lang.Object
-
- org.correomqtt.gui.model.KeyringModel
-
- All Implemented Interfaces:
GenericCellModel
public class KeyringModel extends Object implements GenericCellModel
-
-
Constructor Summary
Constructors Constructor Description KeyringModel(Keyring keyring)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyringgetKeyring()StringgetLabelTranslationKey()
-
-
-
Constructor Detail
-
KeyringModel
public KeyringModel(Keyring keyring)
-
-
Method Detail
-
getLabelTranslationKey
public String getLabelTranslationKey()
- Specified by:
getLabelTranslationKeyin interfaceGenericCellModel
-
getKeyring
public Keyring getKeyring()
-
-