|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogError | |
---|---|
ARoad0.gBase | CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. |
ARoad0.gBaseInterface | Contains the interfaces of the generic gBase classes. |
ARoad0.Gui1 | Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. |
ARoad0.gWork | Contains the classes of the second core of the program that processes the search of rights in the open views. |
Uses of DialogError in ARoad0.gBase |
---|
Methods in ARoad0.gBase that throw DialogError | |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
BaseManagerImpl.importACS(ImmutableName _name)
Imports an unknown ACS from a file in the current directory, creates it as a node in the right IS, opens and saves it. |
void |
BaseManagerImpl.openAllViews()
Open all known views, when there are all closed. |
ViewInBase |
BaseManagerImpl.openView(ImmutableName _name)
Opens a registered and closed view from a file in the current data directory. |
protected java.lang.String |
EPRViewInBaseImpl.prepareAfterRestoring()
This method must be called by BaseManagerImpl after the opening of the view, to update the transient maps, and to check the open ACS and their objects which are in the restored view. |
protected java.lang.String |
FolderAbst.prepareAfterRestoring()
This method is called by BaseManagerImpl after the opening of the folder, to update m_BaseObjects_ and l_connectedACSNames_ from m_ObjectsNames_, and to check the open ACS and their objects which are in the restored view. |
protected java.lang.String |
NoThanViewInBaseImpl.prepareAfterRestoring()
This method must be called by BaseManagerImpl after the opening of the view, to update the transient properties, and to check up the open ACS and their objects which are in the restored view. |
protected java.lang.String |
FolderAbst.prepareDataAfterRestoring()
This method updates m_BaseObjects_ and l_connectedACSNames_ from m_ObjectsNames_, and checks up the open ACS and their objects which are in the restored view. |
Uses of DialogError in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that throw DialogError | |
---|---|
void |
ViewManager.openAllViews()
Open all known views. |
ViewInBase |
ViewManager.openView(ImmutableName _name)
Open a registered and closed view from a file in the current data directory. |
Uses of DialogError in ARoad0.Gui1 |
---|
Methods in ARoad0.Gui1 that throw DialogError | |
---|---|
static Name |
InternalFrameUtilities.extractACSName(java.lang.String _title)
Extract the name from the title of an ACS main frame. |
static Name |
InternalFrameUtilities.extractBeamerName(java.lang.String _beamerTitle)
Extract the name in the beamer title. |
static Name |
InternalFrameUtilities.extractViewNameFromFrameTitle(java.lang.String _title)
Extracts the name from the title of a view main frame. |
static Name |
InternalFrameUtilities.extractViewNameFromSeeWhy(java.lang.String _title)
Extracts the name from the title of a view 'See why' frame, and detect the presence of the NoThan view indicator. |
private static javax.swing.JInternalFrame |
InternalFrame.prepareFrame(javax.swing.JInternalFrame _frame,
javax.swing.JComponent _component)
Creates a frame including a JComponent at the center, with a scroll pane, and with the standard icon police. |
private static javax.swing.JInternalFrame |
InternalFrame.prepareFrameWithoutScrolling(javax.swing.JInternalFrame _frame,
javax.swing.JComponent _component)
Creates a frame including a JComponent at the center, without any scroll pane, and with the standard icon police. |
Uses of DialogError in ARoad0.gWork |
---|
Methods in ARoad0.gWork that throw DialogError | |
---|---|
static java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
ACS_Facade.getImportedACS(ImmutableName _name)
Imports an ACS, opens and saves it. |
static EPRViewInBase |
ViewInBase_Facade.openOrCreateEPRView(ImmutableName _name,
java.util.List _EPList,
java.util.List _ResourceList)
Gets the open EP-to-Resource view; opens the registered view if it is closed; creates it, if it is necessary. |
static NoThanViewInBase |
ViewInBase_Facade.openOrCreateNoThanView(ImmutableName _name,
java.util.List _EPList)
Gets the NoThan view; opens the registered view if it is closed; creates it, if it is necessary. |
static ViewInBase |
ViewInBase_Facade.openOrCreateView(ImmutableName _name,
java.util.List _l_BaseObjects)
Gets the BaseObjects view; open the registered view if it is closed; creates and saves it if necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |