Package convex.gui.components.account
Class KeyPairCombo.KeyPairModel
java.lang.Object
convex.gui.components.account.KeyPairCombo.KeyPairModel
- All Implemented Interfaces:
ComboBoxModel<AWalletEntry>
,ListModel<AWalletEntry>
- Enclosing class:
KeyPairCombo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addElement
(AWalletEntry entry) void
getElementAt
(int index) int
getSize()
void
void
setSelectedItem
(Object anItem)
-
Constructor Details
-
KeyPairModel
-
KeyPairModel
public KeyPairModel()
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSize
in interfaceListModel<AWalletEntry>
-
getElementAt
- Specified by:
getElementAt
in interfaceListModel<AWalletEntry>
-
addListDataListener
- Specified by:
addListDataListener
in interfaceListModel<AWalletEntry>
-
removeListDataListener
- Specified by:
removeListDataListener
in interfaceListModel<AWalletEntry>
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel<AWalletEntry>
-
getSelectedItem
- Specified by:
getSelectedItem
in interfaceComboBoxModel<AWalletEntry>
-
addElement
-