Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Page 1   2  
com.flexstor.admin.bars.* (3)com.flexstor.admin.common.* (14)com.flexstor.admin.dataobjects.* (14)
com.flexstor.admin.dialogs.* (7)com.flexstor.admin.exceptions.* (5)com.flexstor.admin.factory.* (1)
com.flexstor.admin.holder.* (1)com.flexstor.admin.mainframe.* (3)com.flexstor.admin.managers.* (9)
com.flexstor.admin.panels.* (23)

com.flexstor.admin: Javadoc index of package com.flexstor.admin.


Package Samples:

com.flexstor.admin.panels
com.flexstor.admin.panels.manager
com.flexstor.admin.panels.manager.user
com.flexstor.admin.panels.manager.group
com.flexstor.admin.managers
com.flexstor.admin.mainframe
com.flexstor.admin.holder
com.flexstor.admin.factory
com.flexstor.admin.exceptions
com.flexstor.admin.dialogs.server
com.flexstor.admin.dialogs.preference
com.flexstor.admin.dialogs.assetrole
com.flexstor.admin.dialogs.application
com.flexstor.admin.dataobjects
com.flexstor.admin.dataobjects.user
com.flexstor.admin.dataobjects.user.info
com.flexstor.admin.dataobjects.template
com.flexstor.admin.dataobjects.setting
com.flexstor.admin.dataobjects.search
com.flexstor.admin.dataobjects.preference

Classes:

ServerMaintenanceDialog: Revision Log Revision 1.16 2001/03/01:13.26.00 Visesh Made a lot of changes to make the dialog as a separate component Basically added code to communicate with the database to add,delete and modify servers using the ServerListGateway Also removed the code used to store the changes temporarily when the dialog was associated with UserGroup setup dialog
FlexPanelManager: The Panel Manager class that tracks the panel to be shown. On identification about the tree (user or group) and type of panel it delivers the responsibilities of displaying the panels to the corresponding panel managers (UserPanelManager if the node selected is from user tree and GroupPanelManager if the node selected is from groups tree).
UserGroupUpdateManager: Revision 1.48 2001/03/01:13.34.00 Visesh Added code to change the state of collection of Servers when a server is added or removed from a user/group The User group update Manager which manages the update of all the information related to a user\group. It accesses the information through the gateway
ResourceAssembler: Revision 1.15 2001/02/28 : 12.54.00 Visesh Made the vendors vector a class level variable to improve performance Revision 1.14 2001/02/28 : 12.37.00 Visesh Added Dave service to list of appletalk vendors Class whose static functions collect resource data from the resource files.
AdminMainModel: Revision 1.15 2001/03/02 Mahesh gidwani Added menu items for Send Settings and Address Book dialog to the setup menu Revision 1.14 2001/03/01 13.40:00 Visesh Added code to show the Server maintenance dialog Manages all event processing for the main frame.
GroupPanelManager: This is the panel manager class for the panels on the groups tree. Requests are received by the FlexPanelManager class but then onwards delivered to UserPanelManager and GroupPanelManager classes depending on the tree node.
UserPanelManager: This is the panel manager class for the panels on the users tree. Requests are received by the FlexPanelManager class but then onwards delivered to UserPanelManager and GroupPanelManager classes depending on the tree node.
AdminStartup: Main UI class. This class is the starup of admin tool. It leads to initialization of the server, configuration of various data sources and the login process before displaying the main GUI window for the tool.
FlexJMenuItem: This class adds an identifier to each menu item in order to uniquely determine an item independant of its label. It sends a ActionEvent with its action id to its container class when selected.
AssignAssetRolesDialog: This class takes care of assigning asset roles to asset privileges for a disguise. It uses a double list where available list of asset roles and assigned list of assets roles are displayed.
DataObject: The class basically represents the update states of its derived objects. It keeps flags that shows whether the derived objects is deleted, updated, inserted (New Entry) or is unchanged.
AdmManager: The abstract base class for User\group Managers which manages the retrieval-update of all the information related to a user or a group. It accesses the information through the gateways
StorageData: The class representing the FLEXSTOR.db user. It encapsulate almost all the functionalities of a flex user. It acts as temperary buffer also for the bunch of 'user information'.
FlexUser: The class representing the FLEXSTOR.db user. It encapsulate almost all the functionalities of a flex user. It acts as temperary buffer also for the bunch of 'user information'.
FlexTreeCellRenderer: Cell Renderer class for the users tree. The class is responsible for the look of a cell of the tree. Tooltips and images can be easily attached with the node with this class.
UnionDataManager: The User Manager which manages the retrieval-update of all the information related to a user (derived as wel as non derived). It accesses the information through the gateways
AvailableDataManager: The Available data Manager which manages the retrieval of all the available information not specific to any user or group. It accesses the information through the gateways.
AdmController: This class handles state changes from the model and passes them on to registered UI controllers, i.e. menus and toolbars. by using an Observable/Observer pattern.
ServersPanel: Revision 1.26 2001/03/01 : 13.46.00 Visesh Removed the server button The Servers panel.This panel shows all the available\selected servers for a user\group.
AdmUserManager: The User Manager which manages the retrieval-update of all the information related to a user\group. It accesses the information through the gateways
AdmGroupManager: The Group Manager which manages the retrieval-update of all the information related to a group. It accesses the information through the gateways
ImportSetting: The wrapper class for the ImportSettingData class. It encapsulates the functionalities of ImportSettingData and the state object DataObject.
Tree: The tree class that extends the javax.swing.JTree class. SINGLE_TREE_SELECTION CONTIGUOUS_TREE_SELECTION DISCONTIGUOUS_TREE_SELECTION
AdmMsgBox: Standalone class for dispalying critical errors without using resources. Creates a simple message box with one string and Exit button.
RestrictiveSearchClauseUpdateDialog: invalidated the text area for bug#540, so that it can show the scroll bar properly on firing this dialog. 03/02/2001 Mahesh Gidwani

Home | Contact Us | Privacy Policy | Terms of Service