Uses of Class
ARoad0.ErrW.SmallError

Packages that use SmallError
ARoad0.Gui1 Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. 
ARoad0.Gui2 Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. 
 

Uses of SmallError in ARoad0.Gui1
 

Methods in ARoad0.Gui1 that throw SmallError
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.
 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.
static int DialogBox.showOneSelectionOneDialog(java.lang.String _displayName, java.lang.Object[] _l_values)
          Displays one list for selecting one item.
 

Uses of SmallError in ARoad0.Gui2
 

Methods in ARoad0.Gui2 that throw SmallError
static void TreeManager.removeACSMainTreeBaseListener(ImmutableName _name)
          Removes the BaseListener associated to a main ACS JTree, defined as the JTree which displays all the ACS in a specific frame, to complete the Explorer displaying.
static void TreeManager.removeAllTreeBaseListenerFor(ImmutableName _sourceName)
          Removes in the list of baseListeners all those associated to a specified event source.
static void ViewModel.removeGraphicViewBaseListener(ViewInBase _source)
          Removes the view the GraphicViewBaseListenerImpl and the GraphicView which are associated to a view.
static void TreeManager.removeTreeBaseListener(ImmutableName _sourceName, javax.swing.tree.TreeModel _model)
          Removes the baseListener associated to a JTree in the GUI.
static void ViewModel.removeViewRightsMediator(ViewInBase _source)
          Removes the view RightsMediator and the GraphicView which are associated to a view.