Package uk.ac.starlink.topcat
Class ClassComboBoxRenderer
java.lang.Object
uk.ac.starlink.util.gui.CustomComboBoxRenderer<Class<?>>
uk.ac.starlink.topcat.ClassComboBoxRenderer
- All Implemented Interfaces:
ListCellRenderer<Class<?>>
Custom combo box renderer for rendering Class objects.
- Since:
- 17 Aug 2004
- Author:
- Mark Taylor (Starlink)
-
Constructor Summary
ConstructorsConstructorDescriptionClassComboBoxRenderer
(String nullTxt) Constructs a renderer with a given null representation. -
Method Summary
Methods inherited from class uk.ac.starlink.util.gui.CustomComboBoxRenderer
getListCellRendererComponent
-
Constructor Details
-
ClassComboBoxRenderer
Constructs a renderer with a given null representation.- Parameters:
nullTxt
- representation of a null class
-
-
Method Details
-
mapValue
- Overrides:
mapValue
in classuk.ac.starlink.util.gui.CustomComboBoxRenderer<Class<?>>
-