ru.biosoft.plugins.javascript
Class PropertyInfo
java.lang.Object
ru.biosoft.access.DataElementSupport
ru.biosoft.plugins.javascript.PropertyInfo
- All Implemented Interfaces:
- DataElement
- public class PropertyInfo
- extends DataElementSupport
Provides description for property of JavaScript class or host object.
PropertyInfo implements DataElement interface,
so it can be shown in repository tree.
- See Also:
JScriptContext.defineFunction(org.eclipse.core.runtime.IConfigurationElement, org.mozilla.javascript.Context, org.mozilla.javascript.ScriptableObject, ru.biosoft.access.DataCollection)
|
Field Summary |
protected java.lang.String |
description
The function description |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
description
protected java.lang.String description
- The function description
PropertyInfo
public PropertyInfo(java.lang.String name,
DataCollection parent)
- Creates info for the specified property.
- Parameters:
name - - property nameparent - - info for host object or class to which this property belongs.
Generally it is plugins/Javascript/host objects/object
or plugins/Javascript/classes/class.
toString
public java.lang.String toString()
- Overrides:
toString in class DataElementSupport
generateHtml
public java.lang.String generateHtml()
toString
public java.lang.String toString(boolean isHtml)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
isReadOnly
public boolean isReadOnly()
setReadOnly
public void setReadOnly(boolean readOnly)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.