|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.vdb.NameValueInfoProperty
com.cosylab.vdct.vdb.NameProperty
public class NameProperty
An InspectableProperties interface for editing names.
Field Summary |
---|
Fields inherited from class com.cosylab.vdct.vdb.NameValueInfoProperty |
---|
name, value |
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty |
---|
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY |
Constructor Summary | |
---|---|
NameProperty(java.lang.String name,
Inspectable namedObject)
|
Method Summary | |
---|---|
java.lang.String |
checkValueValidity(java.lang.String value)
Returns null if this value is valid, else the error message. |
java.lang.String |
getHelp()
Insert the method's description here. |
java.lang.String |
getToolTipText()
Insert the method's description here. |
boolean |
hasValidity()
|
boolean |
isEditable()
Insert the method's description here. |
boolean |
isValid()
Insert the method's description here. |
void |
setValue(java.lang.String value)
Insert the method's description here. |
Methods inherited from class com.cosylab.vdct.vdb.NameValueInfoProperty |
---|
allowsOtherValues, getEditPattern, getGuiGroup, getInitValue, getName, getSelectableValues, getValue, getVisibility, hasDefaultValue, isSeparator, popupEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameProperty(java.lang.String name, Inspectable namedObject)
name
- value
- Method Detail |
---|
public java.lang.String getHelp()
NameValueInfoProperty
getHelp
in interface InspectableProperty
getHelp
in class NameValueInfoProperty
public void setValue(java.lang.String value)
NameValueInfoProperty
setValue
in interface InspectableProperty
setValue
in class NameValueInfoProperty
value
- java.lang.Stringpublic boolean isValid()
NameValueInfoProperty
isValid
in interface InspectableProperty
isValid
in class NameValueInfoProperty
public boolean isEditable()
NameValueInfoProperty
isEditable
in interface InspectableProperty
isEditable
in class NameValueInfoProperty
public boolean hasValidity()
hasValidity
in interface InspectableProperty
hasValidity
in class NameValueInfoProperty
public java.lang.String checkValueValidity(java.lang.String value)
InspectableProperty
checkValueValidity
in interface InspectableProperty
checkValueValidity
in class NameValueInfoProperty
public java.lang.String getToolTipText()
NameValueInfoProperty
getToolTipText
in interface InspectableProperty
getToolTipText
in class NameValueInfoProperty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |