Uses of Interface
ARoad0.Gui1.SelectionDialogListener

Packages that use SelectionDialogListener
ARoad0.gDMak Provides the decision makers, responsible for managing all the events in the Access Road menu, and by this way, contains the managers of the basic operations. 
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 SelectionDialogListener in ARoad0.gDMak
 

Classes in ARoad0.gDMak that implement SelectionDialogListener
 class ActionNewView
          An action that creates a new EPR or NoMore-NoLess view with the enter of its base objects by the user.
 

Uses of SelectionDialogListener in ARoad0.Gui1
 

Classes in ARoad0.Gui1 that implement SelectionDialogListener
 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 BaseObjectHandler
          This important class is responsible for creating or copying a BaseObject instance, but not an ACS nor a view.
 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 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 with parameters of type SelectionDialogListener
 void DialogBox.showExplorerSelectionDialog(SelectionDialogListener _caller, java.lang.String _message, java.util.Set _objectsTypes, java.util.Map _selectedObjectsSetMap, boolean _oneSelection)
          Displays a powerful dialog for selecting from the Explorer some instances of n specified BaseObject classes (n from 1 to 4, inclusively) in a gBase package.