|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPropertyDescriptor
com.ibm.etools.systems.core.ui.view.SystemInheritableTextPropertyDescriptor
A variation of the Eclipse-supplied TextPropertyDescriptor for displaying text string properties that are inheritable.
Field Summary | |
---|---|
static String |
copyright
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemInheritableTextPropertyDescriptor(Object id, String displayName)
id
- the id of the propertydisplayName
- the name to display for the propertyMethod 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
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |