ru.biosoft.plugins.javascript
Class HostObjectInfo
ru.biosoft.access.DataElementSupport
|
+--ru.biosoft.access.AbstractDataCollection
|
+--ru.biosoft.access.VectorDataCollection
|
+--ru.biosoft.plugins.javascript.HostObjectInfo
- Direct Known Subclasses:
- ClassInfo
- public class HostObjectInfo
- extends VectorDataCollection
Provides description of JavaScript host object.
Description also includes information about hostObject properties and functions.
HostObjectInfo implements DataCollection interface,
so it can be shown in repository tree.
- See Also: JScriptContext.defineFunction(IConfigurationElement,Context,ScriptableObject,ru.biosoft.access.DataCollection)
| Methods inherited from class ru.biosoft.access.AbstractDataCollection |
addDataCollectionListener, contains, contains, get, getCompleteName, getDataElementType, getInfo, isMutable, isNotificationEnabled, isPropagationEnabled, propagateElementChanged, propagateElementWillChange, release, remove, removeDataCollectionListener, setNotificationEnabled, setPropagationEnabled |
HostObjectInfo
public HostObjectInfo(String name, DataCollection parent)
- Creates info for the specified host object.
- Parameters:
- name - - host object name
- parent - -
DataCollection to which this host object belongs.
Generally it is plugins/Javascript/host objects.
generateHtml
public String generateHtml()
getDescription
public String getDescription()
getType
public String getType()
setDescription
public void setDescription(String description)
setType
public void setType(String type)
toString
public String toString()
toString
public String toString(boolean isHtml)
to Class java.lang.String- Property type
to Class java.lang.String
- The function description
BOTTOM