|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
org.jupe.editors.classdiagram.model.BooleanPropertyDescriptor
public class BooleanPropertyDescriptor
Descriptor for a boolean property used for the combo box cell editor.
Constructor Summary | |
---|---|
BooleanPropertyDescriptor(java.lang.String id,
java.lang.String name)
|
Method Summary |
---|
Methods inherited from class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor |
---|
createPropertyEditor, getLabelProvider |
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor |
---|
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanPropertyDescriptor(java.lang.String id, java.lang.String name)
id
- The property id.name
- The name to be displayed for this property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |