Home | Trees | Indices | Help |
|
---|
|
object --+ | IProperty
The IProperty
is a simple data object that contains one
typed value. This interface contains methods to inspect and modify the
stored value and its type, and the object's read-only state.
The IProperty
also defines the events
IReadOnlyStatusChangeEvent
and
ValueChangeEvent
, and the associated listener
and notifier
interfaces.
The IViewer
interface should be used to attach the
IProperty to an external data source. This way the value in the data
source can be inspected using the IProperty
interface.
The IProperty.editor
interface should be implemented if
the value needs to be changed through the implementing class.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Gets the value stored in the IProperty. The returned object is compatible with the class returned by getType().
|
Sets the value of the IProperty. Implementing this functionality is optional. If the functionality is
missing, one should declare the IProperty to be in read-only mode and
throw Note: It is not required, but highly recommended to support setting
the value also as a
|
Returns the value of the IProperty in human readable textual format.
The return value should be assignable to the
|
Returns the type of the IProperty. The methods
|
Tests if the IProperty is in read-only mode. In read-only mode calls
to the method
|
Sets the IProperty's read-only mode to the specified status. This functionality is optional, but all properties must implement the
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:20 2015 | http://epydoc.sourceforge.net |