com.cosylab.vdct.inspector.sheet
Class CreatorProperty

java.lang.Object
  extended by com.cosylab.vdct.vdb.NameValueInfoProperty
      extended by 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
CreatorProperty(CreatorPropertyListener listener)
           
 
Method Summary
 InspectableProperty getCreatedProperty()
           
 boolean isEditable()
          Insert the method's description here.
 void setName(java.lang.String name)
           
 void setValue(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatorProperty

public CreatorProperty(CreatorPropertyListener 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 interface InspectableProperty
Overrides:
isEditable in class NameValueInfoProperty
Returns:
boolean

setValue

public void setValue(java.lang.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 interface InspectableProperty
Overrides:
setValue in class NameValueInfoProperty
Parameters:
value - java.lang.String

setName

public void setName(java.lang.String name)

getCreatedProperty

public InspectableProperty getCreatedProperty()