|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.converter.AbstractContext
com.jidesoft.grid.EditorContext
public class EditorContext
The editor context is used by CellRendererManager and CellEditorManager so that for the same type, different editor/renderer can be registered since the EditorContext is different.
| Field Summary | |
|---|---|
static EditorContext |
DEFAULT_CONTEXT
Default editor context with empty name and no user object. |
static EditorContext |
DEFAULT_CONTEXT_DYNAMIC_VALUE
Deprecated. |
| Constructor Summary | |
|---|---|
EditorContext(String name)
Creates an editor context with a name. |
|
EditorContext(String name,
Object object)
Creates an editor context with a name and an object. |
|
| Method Summary |
|---|
| Methods inherited from class com.jidesoft.converter.AbstractContext |
|---|
equals, getName, getUserObject, hashCode, setName, setUserObject, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static EditorContext DEFAULT_CONTEXT
@Deprecated public static EditorContext DEFAULT_CONTEXT_DYNAMIC_VALUE
CellEditorValueProvider and ConverterContext.DEFAULT_CONTEXT_DYNAMIC_VALUE.
| Constructor Detail |
|---|
public EditorContext(String name)
name - the name of the editor context
public EditorContext(String name,
Object object)
name - the name of the editor contextobject - the user object. It can be used as any object to pass information along.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||