Uses of Class
ARoad0.Gui1.SimplePropertyEditor

Packages that use SimplePropertyEditor
ARoad0.Gui1 Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. 
 

Uses of SimplePropertyEditor in ARoad0.Gui1
 

Subclasses of SimplePropertyEditor in ARoad0.Gui1
 class AssociationMapPropertyEditor
          This class is responsible for creating, by the mean of panels, associations to do as calls to constructors and methods in gBase, with all the required arguments.
 class BaseObjectMapPropertyEditor
          This class is responsible for displaying, by the mean of panels, a modifiable property map of a gBase JavaBean, for which the type is a Map or a Map.
 class CollectionPropertyEditor
          This class is responsible for displaying and editing, by the mean of panels, one property of a gBase BaseObject for which the type is an array, a map or a collection.
 class RightMapPropertyEditor
          This class is responsible for displaying, by the mean of panels, a modifiable property map of a gBase JavaBean, for which the type is a Map.
 class StringMapPropertyEditor
          This class is responsible for displaying, by the mean of panels, a property map of a gBase BaseObject, for which the type is a map where keys are Strings and the values are only String arrays.
 class StringTwoKeysMapPropertyEditor
          This class is responsible for creating, by the mean of panels, maps where the keys have a constrained first part, and an user-defined subkey, and where the values are constrained String arrays.
 

Fields in ARoad0.Gui1 declared as SimplePropertyEditor
static SimplePropertyEditor SimplePropertyEditor.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.