org.netbeans.modules.visualweb.propertyeditors |
General purpose property editors, and base classes for developing special-purpose
property editors.
|
Java Source File Name | Type | Comment |
ConverterPropertyEditor.java | Class | A property editor for converter properties. |
ConverterTest.java | Class | A Test based on NbTestCase. |
DateFormatPropertyEditor.java | Class | An in-line property editor for java.util.DateFormat objects. |
DatePropertyEditor.java | Class | An in-line property editor for java.util.Date objects. |
DomainPropertyEditor.java | Class | An abstract property editor base class, for building editors that allow
a property's value to be selected from a pre-configured domain of values.
A domain is a class that extends
com.sun.rave.propertyeditors.domains.Domain .
The editor's domain may be set in one of two ways:
If a domain is supplied via a constructor, the design property will not be
searched for an attribute specifying a domain class name. |
DoublePropertyEditor.java | Class | A property editor for double or java.lang.Double . |
EditElementDialog.java | Class | A panel for gathering the display label and value of a new domain element. |
IllegalTextArgumentException.java | Class | An exception thrown by property editors when the user enters invalid text.
This exception should be thrown by PropertyEditor.setAsText(String)
when the text value is invalid. |
ImageUrlPropertyEditor.java | Class | An editor for properties that take URLs for which the resource should be an
image file. |
IntegerPropertyEditor.java | Class | A property editor for int or java.lang.Integer . |
JavaScriptPropertyEditor.java | Class | A place holder for an eventual, feature-complete editor for properties
of type java.lang.String that should contain a well-formed
JavaScript expression. |
JavaScriptPropertyPanel.java | Class | A custom property editor for JavaScript, that displays code using basic
syntax highlighting. |
LengthPropertyEditor.java | Class | A property editor for strings that represent length measurements, as
defined by HTML 4.01. |
LongPropertyEditor.java | Class | A property editor for long or java.lang.Long . |
MethodBindingPropertyEditor.java | Class | An editor for properties on JSF components that take a binding to a method. |
MethodBindingPropertyPanel.java | Class | A custom property editor panel for method binding properties. |
NumberPropertyEditor.java | Class | An abstract property editor base class for editors that deal with numbers.
Values submitted must be valid numbers, and must fall within the default
range for the type of number, of the range specified by the user, whichever
is most restrictive. |
PropertyEditorBase.java | Class | An abstract base class for property editors. |
PropertyPanelBase.java | Class | A abstract base class for custom property editors. |
SelectOneDomainEditor.java | Class | A property editor for domains, that allows exactly one element from a domain to
be selected as the property value. |
SelectOneDomainPanel.java | Class | A custom property editor panel for selecting one element of a domain of
elements. |
StandardUrlPanel.java | Class | |
StandardUrlPropertyEditor.java | Class | PropertyEditor for URLs. |
StringArrayPropertyEditor.java | Class | An editor for properties that take an array of Strings. |
StringPropertyEditor.java | Class | A basic in-line property editor for strings. |
StringPropertyPanel.java | Class | A custom property editor panel for string properties. |
StyleClassPropertyEditor.java | Class | An editor for properties that take CSS style classes. |
StyleClassPropertyPanel.java | Class | A custom property editor for selecting CSS style classes from among a list of
all available classes. |
TabularPropertyEditor.java | Class | An editor for list-like or table-like properties. |
TabularPropertyModel.java | Interface | A model that defines methods for manipulating a tabular property value. |
TabularPropertyPanel.java | Class | A custom property editor panel for editing a property that consists of
tabular data. |
UrlFileFilter.java | Class | A file filter designed specifically for filter files within a Creator
project, used by the URL property editors. |
UrlPropertyEditor.java | Class | An editor for string properties that represent URLs. |
UrlPropertyPanel.java | Class | A custom property editor for URL properties. |
ValidatorPropertyEditor.java | Class | An editor for properties on JSF components that take a binding to a
validation method. |