当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
PropertySupport.ReadOnly (Nodes API) - NetBeans API Javadoc (Current Development Version)
org.openide.nodes
Class PropertySupport.ReadOnly<T>
java.lang.Object
java.beans.FeatureDescriptor
org.openide.nodes.Node.Property<T>
org.openide.nodes.PropertySupport<T>
org.openide.nodes.PropertySupport.ReadOnly<T>
- Enclosing class:
- PropertySupport<T>
public abstract static class PropertySupport.ReadOnly<T>
- extends PropertySupport<T>
A simple read-only property.
Subclasses should implement Node.Property.getValue().
|
Method Summary |
void |
setValue(T val)
Set the value. |
| Methods inherited from class java.beans.FeatureDescriptor |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue |
PropertySupport.ReadOnly
public PropertySupport.ReadOnly(String name,
Class<T> type,
String displayName,
String shortDescription)
- Construct a new support.
- Parameters:
name - the name of the propertytype - the class type of the propertydisplayName - the display name of the propertyshortDescription - a short description of the property
setValue
public void setValue(T val)
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Description copied from class:
Node.Property
- Set the value.
- Specified by:
setValue in class Node.Property<T>
- Parameters:
val - the new value of the property
- Throws:
IllegalAccessException - cannot access the called method
IllegalArgumentException - wrong argument
InvocationTargetException - an exception during invocation