|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.view.SystemInheritablePropertyData
This class captures the data needed to populate a InheritableTextCellEditor.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemInheritablePropertyData()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
The property sheet viewer will decide to call the adapter back when Enter is pressed, only if the result of calling equals() on the previous and current versions of this object returns false. |
String |
getInheritedValue()
Gets the inheritedValue |
boolean |
getIsLocal()
Gets the isLocal |
String |
getLocalValue()
Gets the localValue |
boolean |
getNotApplicable()
Get the notApplicable flag. |
void |
printDetails()
For debugging |
void |
setInheritedDisplayString(String s)
Set the string to append to the inherited value in display-only mode |
void |
setInheritedValue(String inheritedValue)
Sets the inheritedValue |
void |
setIsLocal(boolean isLocal)
Sets the isLocal |
void |
setLocalValue(String localValue)
Sets the localValue |
void |
setNotApplicable(boolean set)
Identify this value as "not applicable". |
String |
toString()
Convert to string for readonly-property sheet value |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemInheritablePropertyData()
Method Detail |
public void setNotApplicable(boolean set)
public boolean getNotApplicable()
public String getLocalValue()
public void setLocalValue(String localValue)
localValue
- The localValue to setpublic String getInheritedValue()
public void setInheritedValue(String inheritedValue)
inheritedValue
- The inheritedValue to setpublic boolean getIsLocal()
public void setIsLocal(boolean isLocal)
isLocal
- The isLocal to setpublic void setInheritedDisplayString(String s)
public String toString()
public boolean equals(Object other)
public void printDetails()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |