Class CountryObjectRenderer
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractRenderer<CountryObject>
-
- com.openindex.openestate.tool.gui.CountryObjectRenderer
-
- All Implemented Interfaces:
Renderer<CountryObject>
,Serializable
public class CountryObjectRenderer extends AbstractRenderer<CountryObject>
CountryObjectRenderer.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountryObjectRenderer()
CountryObjectRenderer(String emptyText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(CountryObject value, JLabel label)
-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractRenderer
getEmptyText
-
-
-
-
Constructor Detail
-
CountryObjectRenderer
public CountryObjectRenderer()
-
CountryObjectRenderer
public CountryObjectRenderer(String emptyText)
-
-
Method Detail
-
render
public void render(CountryObject value, JLabel label)
-
-