cern::laser::test::SimpleDemoBean Class Reference
List of all members.
Constructor & Destructor Documentation
| cern::laser::test::SimpleDemoBean::SimpleDemoBean |
( |
|
) |
[inline] |
creates a bean with a default name which can be modified with the setName(String) method
| cern::laser::test::SimpleDemoBean::SimpleDemoBean |
( |
String |
name |
) |
[inline] |
constructs a bean with a given name
- Parameters:
-
| name | the initial value of the name property |
References counter, and value.
Member Function Documentation
| String cern::laser::test::SimpleDemoBean::getName |
( |
|
) |
[inline] |
| String [] cern::laser::test::SimpleDemoBean::getNodeActions |
( |
|
) |
[inline] |
Returns an array of qualified name of actions for the node representing the associated bean. Null can be used in the array to represent a separator.
-
Property name :
nodeActions
-
Visibility :
hidden (not visible in a property sheet)
-
Default value (when null is returned from this method) :
use the possible tagging of the BeanDescriptor of the BeanInfo : BeanTagger.getActions(beanInfo.getBeanDescriptor())
- Returns:
- an array of qualified name of actions for a node representing the bean.
Reimplemented from cern::gp::beans::BeanSupport.
| double cern::laser::test::SimpleDemoBean::getValue |
( |
|
) |
[inline] |
accessor methods
- Returns:
- the current value
References value.
| void cern::laser::test::SimpleDemoBean::setName |
( |
String |
newName |
) |
[inline] |
Setter method
- Parameters:
-
| name | the new value of the name |
References name.
| void cern::laser::test::SimpleDemoBean::setValue |
( |
double |
newValue |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: