| java.lang.Object java.beans.PropertyEditorSupport org.netbeans.modules.visualweb.propertyeditors.PropertyEditorBase
All known Subclasses: org.netbeans.modules.visualweb.propertyeditors.DatePropertyEditor, org.netbeans.modules.visualweb.propertyeditors.UrlPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.DateFormatPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.ValidatorPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.LengthPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.MethodBindingPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.StringPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.TabularPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.ConverterPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.DomainPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.StyleClassPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.NumberPropertyEditor, org.netbeans.modules.visualweb.propertyeditors.css.CssStylePropertyEditor,
Method Summary | |
final public void | attachEnv(PropertyEnv propertyEnv) Used by the NetBeans IDE to pass an object that represents the property's
environment, and that editors may use to send and receive notification of
editing state. | public DesignProperty | getDesignProperty() Get this editor's design property. | PropertyEnv | getEnv() | public String | getJavaInitializationString() Returns a string that contains Java code for initializing the property
with this editor's current value. | protected String | getPropertyHelpId() Returns the unique property help id that maps to the help topic for this
property editor. | public boolean | isEditableAsText() Returns true is this editor's value can be edited in-line. | public void | setDesignProperty(DesignProperty designProperty) Set the design property for this editor. |
propertyEnv | PropertyEnv propertyEnv(Code) | | |
unsetValue | protected Object unsetValue(Code) | | The property's "unset" value. This value will be null until the editor's
DesignProperty has been set.
|
attachEnv | final public void attachEnv(PropertyEnv propertyEnv)(Code) | | Used by the NetBeans IDE to pass an object that represents the property's
environment, and that editors may use to send and receive notification of
editing state.
|
getEnv | PropertyEnv getEnv()(Code) | | |
getPropertyHelpId | protected String getPropertyHelpId()(Code) | | Returns the unique property help id that maps to the help topic for this
property editor. By default, returns null. Extending classes that provide
help should override this method.
|
isEditableAsText | public boolean isEditableAsText()(Code) | | Returns true is this editor's value can be edited in-line.
If this method returns false , the implementing editor must
provide a custom pop-up editor.
|
setDesignProperty | public void setDesignProperty(DesignProperty designProperty)(Code) | | Set the design property for this editor.
|
|
|