Inherits javax::swing::JComboBox.
Classes | |
| class | ChangeListener |
Public Member Functions | |
| FieldClassChooser () | |
| FilterParameterPanel | getDateEditor () |
| FilterParameterPanel | getDoubleEditor () |
| Filter | getFilter () throws FilterParameterException |
| FilterParameterPanel | getIntEditor () |
| FilterParameterPanel | getTypeEditor () |
| javax.swing.JPanel | getMainPanel () |
| Class | getSelectedClass () |
| FilterParameterPanel | getStringEditor () |
| void | setDateEditor (FilterParameterPanel newDateEditor) |
| void | setDoubleEditor (FilterParameterPanel newDoubleEditor) |
| void | setEditor (Class c) |
| void | setFilter (Filter f) |
| void | setIntEditor (FilterParameterPanel newIntEditor) |
| void | setTypeEditor (FilterParameterPanel newTypeEditor) |
| void | setMainPanel (javax.swing.JPanel newMainPanel) |
| void | setStringEditor (FilterParameterPanel newStringEditor) |
Protected Member Functions | |
| void | updateEditor () |
Specific helper class used to allow selection of different editors for different classes of parameters. Creation date: (2/4/02 3:41:28 PM)
| com.cosylab.logging.settings.FieldClassChooser.FieldClassChooser | ( | ) |
FieldClassChooser constructor comment.
| FilterParameterPanel com.cosylab.logging.settings.FieldClassChooser.getDateEditor | ( | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| FilterParameterPanel com.cosylab.logging.settings.FieldClassChooser.getDoubleEditor | ( | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| Filter com.cosylab.logging.settings.FieldClassChooser.getFilter | ( | ) | throws FilterParameterException |
Insert the method's description here. Creation date: (2/7/02 1:57:55 PM)
References com.cosylab.logging.settings.FilterParameterPanel.getFilter().
Referenced by com.cosylab.logging.settings.FilterParameterDialog.getFilter().
| FilterParameterPanel com.cosylab.logging.settings.FieldClassChooser.getIntEditor | ( | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| javax.swing.JPanel com.cosylab.logging.settings.FieldClassChooser.getMainPanel | ( | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| Class com.cosylab.logging.settings.FieldClassChooser.getSelectedClass | ( | ) |
Insert the method's description here. Creation date: (2/4/02 3:52:03 PM)
Referenced by com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| FilterParameterPanel com.cosylab.logging.settings.FieldClassChooser.getStringEditor | ( | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| FilterParameterPanel com.cosylab.logging.settings.FieldClassChooser.getTypeEditor | ( | ) |
| void com.cosylab.logging.settings.FieldClassChooser.setDateEditor | ( | FilterParameterPanel | newDateEditor | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newDateEditor | javax.swing.JPanel |
References com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| void com.cosylab.logging.settings.FieldClassChooser.setDoubleEditor | ( | FilterParameterPanel | newDoubleEditor | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newDoubleEditor | javax.swing.JPanel |
References com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| void com.cosylab.logging.settings.FieldClassChooser.setEditor | ( | Class | c | ) |
Insert the method's description here. Creation date: (2/4/02 3:46:51 PM)
| c | java.lang.Class |
Referenced by com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| void com.cosylab.logging.settings.FieldClassChooser.setFilter | ( | Filter | f | ) |
Insert the method's description here. Creation date: (2/7/02 12:59:39 PM)
| f | com.cosylab.logging.engine.Filter |
References com.cosylab.logging.engine.Filter.field, and com.cosylab.logging.settings.FilterParameterPanel.setFilter().
Referenced by com.cosylab.logging.settings.FilterParameterDialog.setFilter().
| void com.cosylab.logging.settings.FieldClassChooser.setIntEditor | ( | FilterParameterPanel | newIntEditor | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newIntEditor | javax.swing.JPanel |
References com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| void com.cosylab.logging.settings.FieldClassChooser.setMainPanel | ( | javax.swing.JPanel | newMainPanel | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newMainPanel | javax.swing.JPanel |
References com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| void com.cosylab.logging.settings.FieldClassChooser.setStringEditor | ( | FilterParameterPanel | newStringEditor | ) |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newStringEditor | javax.swing.JPanel |
References com.cosylab.logging.settings.FieldClassChooser.updateEditor().
| void com.cosylab.logging.settings.FieldClassChooser.setTypeEditor | ( | FilterParameterPanel | newTypeEditor | ) |
| void com.cosylab.logging.settings.FieldClassChooser.updateEditor | ( | ) | [protected] |
Insert the method's description here. Creation date: (2/4/02 3:52:53 PM)
References com.cosylab.logging.settings.FieldClassChooser.getSelectedClass(), and com.cosylab.logging.settings.FieldClassChooser.setEditor().
Referenced by com.cosylab.logging.settings.FieldClassChooser.setDateEditor(), com.cosylab.logging.settings.FieldClassChooser.setDoubleEditor(), com.cosylab.logging.settings.FieldClassChooser.setIntEditor(), com.cosylab.logging.settings.FieldClassChooser.setMainPanel(), and com.cosylab.logging.settings.FieldClassChooser.setStringEditor().
1.7.0