Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Where is CheckboxPropertyDescriptor?


I have replied to your newsgroup post, this is a doc bug.
see
http://dev.eclipse.org/bugs/show_bug.cgi?id=7389



Salmasri@xxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

01/09/02 09:59 AM
Please respond to platform-ui-dev

       
        To:        platform-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ui-dev] Where is CheckboxPropertyDescriptor?


I sent the following message to the newsgroup but I didn't get a respond. Maybe someone here can answer my question?

According to PropertyDescriptor's documentation, there is a class called
CheckboxPropertyDescriptor. However, I didn't find it in
org.eclipse.ui.views.properties, and not anywhere else. Is this a bug? I'm
using Eclipse 1.0.

Here is the what PropertyDescriptor says:
* There are several concrete subclasses provided in this package that cover
* the most common cases:
* <ul>
*   <li><code>TextPropertyDescriptor</code> - edits with a
*      <code>TextCellEditor</code></li>
*   <li><code>CheckboxPropertyDescriptor - edits with a
*      <code>CheckboxCellEditor</code></code></li>
*   <li><code>ComboBoxPropertyDescriptor - edits with a
*      <code>ComboBoxCellEditor</code></code></li>
*   <li><code>ColorPropertyDescriptor - edits with a
*      <code>ColorCellEditor</code></code></li>

Thanks in advance ..

-Shahla



Back to the top