Java Gui Builder |
|
You are here: | Home > Documentation > JGB Elements Documentation > Return Element |
Group membership: Property & method calls
return acts just like ref, constant and value elements. It makes the return value of a methodCall element accessible to enclosing elements by putting the method's return value on the JGB stack.
… <property name="backgroundColor"> <return> <methodCall refid="preferencesObject" method="getDefaultBackgroundColor"/> </return> </property> …
Hosted on SourceForge.net |
Valid XHTML 1.0 ! |
Valid CSS ! |
Code Coverage provided by Clover |