public class SampleCategoryComponent extends Object
SampleCategory.| Modifier and Type | Class and Description |
|---|---|
static class |
SampleCategoryComponent.SampleCategoryEditor<C extends Serializable>
SampleCategory cell editor.
|
static class |
SampleCategoryComponent.SampleCategoryRenderer<C extends Serializable>
To render a
SampleCategory in a table cell. |
| Constructor and Description |
|---|
SampleCategoryComponent() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends Serializable> |
newEditor(org.nuiton.util.decorator.Decorator<C> decorator) |
static <C extends Serializable> |
newRender(TableCellRenderer renderer,
org.nuiton.util.decorator.Decorator<C> decorator,
Color computedDataColor) |
public static <C extends Serializable> TableCellRenderer newRender(TableCellRenderer renderer, org.nuiton.util.decorator.Decorator<C> decorator, Color computedDataColor)
public static <C extends Serializable> TableCellEditor newEditor(org.nuiton.util.decorator.Decorator<C> decorator)
Copyright © 2012–2013 Ifremer. All rights reserved.