BooleanValue/IntegerValue [message #663924] |
Wed, 06 April 2011 15:59  |
Eclipse User |
|
|
|
Ok... Last question for now I promise...
Looking at the docs, I'm trying to figure out how to implement a Boolean property that uses option buttons to offer true or false in the UI.
I found the discussion of Value Properties in the doc and saw that I should be able to define a BooleanValue something like this example of how to use the IntegerValue:
@Label( standard = "age" )
@NonNullValue
ValueProperty PROP_AGE = new ValueProperty( TYPE, "Age" );
IntegerValue getAge();
void setAge( String age );
void setAge( Integer age );
Just one problem... IntegerValue doesn't seem to exist. Neither does BooleanValue. Is there another example that I can refer to?
Konstantin - I know I saw you do something similar to this in the brief demo you did for me at EclipseCon, but can't seem to find an example that does the same thing.
Any and all help is greatly appreciated.
Thanks!
--Fitz
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05135 seconds