Uses of Interface
ARoad0.Gui1.CreationDialogListener

Packages that use CreationDialogListener
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 CreationDialogListener in ARoad0.gDMak
 

Classes in ARoad0.gDMak that implement CreationDialogListener
 class ActionNewACSyst
          An action that creates a new access control system and the related new components in an information system.
 

Uses of CreationDialogListener in ARoad0.Gui1
 

Classes in ARoad0.Gui1 that implement CreationDialogListener
 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 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 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 CreationDialogListener
static void DialogBox.showBackedJComponents(CreationDialogListener _controller, java.lang.String _request, javax.swing.JPanel _panel)
          Displays a JInternalFrame with several JComponents to be edited by the user, where the components and the frame are closed AFTER the reading of the properties in the components by the controller.
static void DialogBox.showBackedJLists(CreationDialogListener _controller, java.lang.String _request, javax.swing.JList[] _l_lists, java.lang.String[] _l_titles, boolean _verticalDisplay, javax.swing.JTextField _field, boolean _textBeforeLists)
          Displays several String/BaseObject lists and a text field for selecting one item or more in each.