JIDE 3.5.15

com.jidesoft.introspector
Class IntrospectorContext

java.lang.Object
  extended by com.jidesoft.converter.AbstractContext
      extended by 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

Field Summary
static IntrospectorContext DEFAULT_CONTEXT
          Default editor context with empty name and no user object.
 
Constructor Summary
IntrospectorContext(String name)
          Creates an editor context with a name.
IntrospectorContext(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

DEFAULT_CONTEXT

public static IntrospectorContext DEFAULT_CONTEXT
Default editor context with empty name and no user object.

Constructor Detail

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.

JIDE 3.5.15