Uses of Interface
ARoad0.Gui1.CommonPropertyEditor

Packages that use CommonPropertyEditor
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 CommonPropertyEditor in ARoad0.Gui1
 

Classes in ARoad0.Gui1 that implement CommonPropertyEditor
 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 GraphicViewPropertyEditor
          This class is responsible for displaying, without editing, the GraphicView and the text properties of a ViewInBase, by the mean of a simple panel without buttons.
 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 SimplePropertyEditor
          This class is responsible for displaying and editing the more simple properties in the gBase classes, by the mean of panels.
 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.
 

Methods in ARoad0.Gui1 that return CommonPropertyEditor
private static CommonPropertyEditor BeamerManager.addPropertyEditor(BaseObject _objectInBeamer, java.beans.PropertyDescriptor _descriptor, java.awt.Container _component, boolean _largerContainer)
          Adds the property custom editor to a container, through PropertyEditor.getCustomEditor().
static CommonPropertyEditor AssociationMapPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a AssociationMapPropertyEditor is delegating to us.
static CommonPropertyEditor BaseObjectMapPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a BaseObjectMapPropertyEditor is delegating to us.
static CommonPropertyEditor CollectionPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a CollectionPropertyEditor is delegating to us.
static CommonPropertyEditor GraphicViewPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a CommonPropertyEditor is delegating to us.
static CommonPropertyEditor RightMapPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a RightMapPropertyEditor is delegating to us.
static CommonPropertyEditor SimplePropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a CommonPropertyEditor is delegating to us.
static CommonPropertyEditor StringMapPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a StringMapPropertyEditor is delegating to us.
static CommonPropertyEditor StringTwoKeysMapPropertyEditor.valueOf(BaseObject _source, java.beans.PropertyDescriptor _propertyDescriptor)
          Factory method to use when a StringTwoKeysMapPropertyEditor is delegating to us.