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