com.jidesoft.introspector
Class IntrospectorContext
java.lang.Object
com.jidesoft.converter.AbstractContext
com.jidesoft.introspector.IntrospectorContext
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanIntrospectorContext
public class IntrospectorContext
- extends AbstractContext
The introspector context is used by IntrospectorManager so that for the same type, different introspectors can be
registered since the IntrospectorContext is different.
- See Also:
- Serialized Form
DEFAULT_CONTEXT
public static IntrospectorContext DEFAULT_CONTEXT
- Default editor context with empty name and no user object.
IntrospectorContext
public IntrospectorContext(String name)
- Creates an editor context with a name.
- Parameters:
name
-
IntrospectorContext
public IntrospectorContext(String name,
Object object)
- Creates an editor context with a name and an object.
- Parameters:
name
- object
- the user object. It can be used as any object to pass information along.