Package com.cosylab.vdct.inspector.sheet
Class CreatorProperty
- java.lang.Object
-
- com.cosylab.vdct.vdb.NameValueInfoProperty
-
- com.cosylab.vdct.inspector.sheet.CreatorProperty
-
- All Implemented Interfaces:
InspectableProperty
public class CreatorProperty 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 CreatorProperty(CreatorPropertyListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InspectableProperty
getCreatedProperty()
boolean
isEditable()
Insert the method's description here.void
setName(String name)
void
setValue(String value)
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
-
-
-
-
Constructor Detail
-
CreatorProperty
public CreatorProperty(CreatorPropertyListener listener)
- Parameters:
listener
- listener
-
-
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
-
setValue
public void setValue(String value)
Description copied from class:NameValueInfoProperty
Insert the method's description here. Creation date: (1.2.2001 22:49:33)- Specified by:
setValue
in interfaceInspectableProperty
- Overrides:
setValue
in classNameValueInfoProperty
- Parameters:
value
- java.lang.String
-
setName
public void setName(String name)
- Parameters:
name
- name
-
getCreatedProperty
public InspectableProperty getCreatedProperty()
- Returns:
- something
-
-