- java.lang.Object
-
- javax.swing.plaf.basic.BasicComboBoxEditor
-
- All Implemented Interfaces:
- FocusListener, EventListener, ComboBoxEditor
- Direct Known Subclasses:
- BasicComboBoxEditor.UIResource, MetalComboBoxEditor
public class BasicComboBoxEditor extends Object implements ComboBoxEditor, FocusListener
The default editor for editable combo boxes. The editor is implemented as a JTextField.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
BasicComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource.
-
Field Summary
Fields Modifier and Type Field and Description protected JTextField
editor
-
Constructor Summary
Constructors Constructor and Description BasicComboBoxEditor()
-
Method Summary
Methods Modifier and Type Method and Description void
addActionListener(ActionListener l)
Add an ActionListener.protected JTextField
createEditorComponent()
Creates the internal editor component.void
focusGained(FocusEvent e)
Invoked when a component gains the keyboard focus.void
focusLost(FocusEvent e)
Invoked when a component loses the keyboard focus.Component
getEditorComponent()
Return the component that should be added to the tree hierarchy for this editorObject
getItem()
Return the edited itemvoid
removeActionListener(ActionListener l)
Remove an ActionListenervoid
selectAll()
Ask the editor to start editing and to select everythingvoid
setItem(Object anObject)
Sets the item that should be edited.
-
-
-
Field Detail
-
editor
protected JTextField editor
-
-
Method Detail
-
getEditorComponent
public Component getEditorComponent()
Description copied from interface:ComboBoxEditor
Return the component that should be added to the tree hierarchy for this editor- Specified by:
getEditorComponent
in interfaceComboBoxEditor
-
createEditorComponent
protected JTextField createEditorComponent()
Creates the internal editor component. Override this to provide a custom implementation.- Returns:
- a new editor component
- Since:
- 1.6
-
setItem
public void setItem(Object anObject)
Sets the item that should be edited.- Specified by:
setItem
in interfaceComboBoxEditor
- Parameters:
anObject
- the displayed value of the editor
-
getItem
public Object getItem()
Description copied from interface:ComboBoxEditor
Return the edited item- Specified by:
getItem
in interfaceComboBoxEditor
-
selectAll
public void selectAll()
Description copied from interface:ComboBoxEditor
Ask the editor to start editing and to select everything- Specified by:
selectAll
in interfaceComboBoxEditor
-
focusGained
public void focusGained(FocusEvent e)
Description copied from interface:FocusListener
Invoked when a component gains the keyboard focus.- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
Description copied from interface:FocusListener
Invoked when a component loses the keyboard focus.- Specified by:
focusLost
in interfaceFocusListener
-
addActionListener
public void addActionListener(ActionListener l)
Description copied from interface:ComboBoxEditor
Add an ActionListener. An action event is generated when the edited item changes- Specified by:
addActionListener
in interfaceComboBoxEditor
-
removeActionListener
public void removeActionListener(ActionListener l)
Description copied from interface:ComboBoxEditor
Remove an ActionListener- Specified by:
removeActionListener
in interfaceComboBoxEditor
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/plaf/basic/basiccomboboxeditor.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.