Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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