Uses of Class
ARoad0.Gui1.InternalFrameModel

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

Fields in ARoad0.Gui1 declared as InternalFrameModel
private static InternalFrameModel InternalFrameModel.instance__
          the only instance of this class, following the singleton pattern
private static InternalFrameModel InternalFrame.model__
          the instance, following the MVC pattern, which manages the internal frames data
private static InternalFrameModel InternalFrameUtilities.model__
          the only instance, following the MVC pattern, which manages the internal frames data
 

Methods in ARoad0.Gui1 that return InternalFrameModel
static InternalFrameModel InternalFrameModel.getInstance()
          Only method to get an instance.