|
||||||||||
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.VisibilityPropertyDescriptor
public class VisibilityPropertyDescriptor
Descriptor for a visibility property used for the combo box cell editor.
Constructor Summary | |
---|---|
VisibilityPropertyDescriptor(java.lang.String id)
Creates an property descriptor with the given id to display in the combo box cell editor. |
Method Summary | |
---|---|
static java.lang.Integer |
stringToInteger(java.lang.String visibility)
Converts a given visibility to the corresponding integer. |
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 VisibilityPropertyDescriptor(java.lang.String id)
id
- the id of the propertyMethod Detail |
---|
public static java.lang.Integer stringToInteger(java.lang.String visibility)
visibility
- to convert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |