HEADER

ru.biosoft.plugins.javascript
Class JScriptHelp


public class JScriptHelp


Field Summary
 final static StringARGUMENT_ELEMENT
           
 final static StringCODE_ATTR
           
 final static StringDESCRIPTION_ATTR
           
 final static StringEXAMPLE_ELEMENT
           
 final static StringFUNCTION_ELEMENT
           
 final static StringNAME_ATTR
           
 final static StringOBLIGATORY_ATTR
           
 final static StringPROPERTY_ELEMENT
           
 final static StringREAD_ONLY_ATTR
           
 final static StringRETURNS_ELEMENT
           
 final static StringTHROWS_ELEMENT
           
 final static StringTYPE_ATTR
           

Method Summary
 static StringgetHelpValue(Object scriptable)
           
 static voidreadFunctionInfo(FunctionInfo info, Scriptable scope, IConfigurationElement[] elements)
           
 static voidreadFunctionInfo(FunctionInfo info, Scriptable scope, IConfigurationElement docElement)
           
 static voidreadHostObjectInfo(HostObjectInfo info, Scriptable host, IConfigurationElement element)
           
 static voidreadPropertyInfo(PropertyInfo info, Scriptable scope, IConfigurationElement element)
           
 static voidsetHelpValue(Object scriptable, String help)
           

Field Detail

ARGUMENT_ELEMENT

public final static String ARGUMENT_ELEMENT

CODE_ATTR

public final static String CODE_ATTR

DESCRIPTION_ATTR

public final static String DESCRIPTION_ATTR

EXAMPLE_ELEMENT

public final static String EXAMPLE_ELEMENT

FUNCTION_ELEMENT

public final static String FUNCTION_ELEMENT

NAME_ATTR

public final static String NAME_ATTR

OBLIGATORY_ATTR

public final static String OBLIGATORY_ATTR

PROPERTY_ELEMENT

public final static String PROPERTY_ELEMENT

READ_ONLY_ATTR

public final static String READ_ONLY_ATTR

RETURNS_ELEMENT

public final static String RETURNS_ELEMENT

THROWS_ELEMENT

public final static String THROWS_ELEMENT

TYPE_ATTR

public final static String TYPE_ATTR
Method Detail

getHelpValue

public static String getHelpValue(Object scriptable)
throws PropertyException

readFunctionInfo

public static void readFunctionInfo(FunctionInfo info, Scriptable scope, IConfigurationElement[] elements)

readFunctionInfo

public static void readFunctionInfo(FunctionInfo info, Scriptable scope, IConfigurationElement docElement)

readHostObjectInfo

public static void readHostObjectInfo(HostObjectInfo info, Scriptable host, IConfigurationElement element)

readPropertyInfo

public static void readPropertyInfo(PropertyInfo info, Scriptable scope, IConfigurationElement element)

setHelpValue

public static void setHelpValue(Object scriptable, String help)
throws PropertyException

Association Links

to Class org.apache.log4j.Category

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.util.HashMap


FOOTER

BOTTOM