Package org.apache.log4j.chainsaw
Class LogPanel.AutoFilterComboBox.AutoFilterEditor
java.lang.Object
org.apache.log4j.chainsaw.LogPanel.AutoFilterComboBox.AutoFilterEditor
- All Implemented Interfaces:
ComboBoxEditor
- Enclosing class:
- LogPanel.AutoFilterComboBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActionListener
(ActionListener listener) getItem()
void
removeActionListener
(ActionListener listener) void
void
-
Constructor Details
-
AutoFilterEditor
AutoFilterEditor()
-
-
Method Details
-
getEditorComponent
- Specified by:
getEditorComponent
in interfaceComboBoxEditor
-
setItem
- Specified by:
setItem
in interfaceComboBoxEditor
-
getItem
- Specified by:
getItem
in interfaceComboBoxEditor
-
selectAll
public void selectAll()- Specified by:
selectAll
in interfaceComboBoxEditor
-
addActionListener
- Specified by:
addActionListener
in interfaceComboBoxEditor
-
removeActionListener
- Specified by:
removeActionListener
in interfaceComboBoxEditor
-