- 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
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/swing/plaf/basic/basiccomboboxeditor.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.