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