Package com.cosylab.vdct.vdb
Class EmptyProperty
- java.lang.Object
-
- com.cosylab.vdct.vdb.NameValueInfoProperty
-
- com.cosylab.vdct.vdb.EmptyProperty
-
- All Implemented Interfaces:
InspectableProperty
public class EmptyProperty extends NameValueInfoProperty
- Author:
- ssah
-
-
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
Constructors Constructor Description EmptyProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEditable()
Insert the method's description here.-
Methods inherited from class com.cosylab.vdct.vdb.NameValueInfoProperty
allowsOtherValues, checkValueValidity, getEditPattern, getGuiGroup, getHelp, getInitValue, getName, getSelectableValues, getToolTipText, getValue, getVisibility, hasDefaultValue, hasValidity, isSeparator, isValid, popupEvent, setValue
-
-
-
-
Method Detail
-
isEditable
public boolean isEditable()
Description copied from class:NameValueInfoProperty
Insert the method's description here. Creation date: (1.2.2001 22:49:33)- Specified by:
isEditable
in interfaceInspectableProperty
- Overrides:
isEditable
in classNameValueInfoProperty
- Returns:
- boolean
-
-