|
RSE Release 1.0 |
|||||||||||
| 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.rse.ui.view.SystemInheritableTextPropertyDescriptor
A variation of the Eclipse-supplied TextPropertyDescriptor for displaying text string properties that are inheritable.
| Constructor Summary | |
|---|---|
SystemInheritableTextPropertyDescriptor(Object id,
String displayName)
Creates a property descriptor with the given id, display name |
|
| Method Summary | |
|---|---|
CellEditor |
createPropertyEditor(Composite parent)
Return an instance of SystemInheritableTextCellEditor, unless our editable property is false, in which case we return null; |
boolean |
getEditable()
Query the allow-editing value. |
String |
getEntryFieldToolTipText()
Gets the entryFieldToolTipText |
String |
getToggleButtonToolTipText()
Gets the toggleButtonToolTipText |
void |
setEditable(boolean allow)
Call this with false in special circumstances to user's disable ability to edit this value. |
void |
setEntryFieldToolTipText(String entryFieldToolTipText)
Sets the entryFieldToolTipText |
void |
setToggleButtonToolTipText(String toggleButtonToolTipText)
Sets the toggleButtonToolTipText |
| Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor |
|---|
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemInheritableTextPropertyDescriptor(Object id,
String displayName)
id - the id of the propertydisplayName - the name to display for the property| Method Detail |
public void setEditable(boolean allow)
getEditable()public boolean getEditable()
public CellEditor createPropertyEditor(Composite parent)
public String getToggleButtonToolTipText()
public void setToggleButtonToolTipText(String toggleButtonToolTipText)
toggleButtonToolTipText - The toggleButtonToolTipText to setpublic String getEntryFieldToolTipText()
public void setEntryFieldToolTipText(String entryFieldToolTipText)
entryFieldToolTipText - The entryFieldToolTipText to set
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||