|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlProperty
public abstract class ControlProperty
The ControlProperty class is an abstract base class that represents an Event declared within an EventSet interface of a ControlBean type.
Constructor Summary | |
---|---|
protected |
ControlProperty(ControlPropertySet propertySet)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
abstract FeatureInfo |
getFeatureInfo()
Returns any FeatureInfo associated with the property (or null if none) |
String |
getKeyName()
Returns the static final field name containing the key for this Property |
abstract String |
getMemberName()
Returns the member name associated with this Property in the PropertySet |
String |
getName()
Returns the base property name. |
abstract PropertyInfo |
getPropertyInfo()
Returns any PropertyInfo associated with the property (or null if none) |
ControlPropertySet |
getPropertySet()
Returns the ControlPropertySet associated with the ControlPropertySet |
abstract String |
getType()
Returns the type of the Property |
protected void |
init()
Initializes the ControlProperty instance. |
abstract boolean |
isAnnotation()
Returns true if the property is an annotation type, false otherwise |
boolean |
needsCustomPropertyDescriptor()
Returns true if the property needs a custom-generated PropertyDescriptor, false otherwise |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ControlProperty(ControlPropertySet propertySet)
Method Detail |
---|
protected void init()
public ControlPropertySet getPropertySet()
public abstract String getMemberName()
public String getName()
public String getKeyName()
public abstract String getType()
public abstract boolean isAnnotation()
public abstract PropertyInfo getPropertyInfo()
public abstract FeatureInfo getFeatureInfo()
public boolean needsCustomPropertyDescriptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |