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