org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin
Class OrgUnitManagementGUI

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.OrgUnitManagementGUI

public class OrgUnitManagementGUI
extends Object

This class provides the contents of ManageOrgUnitsDialog. It contains a TabFolder with three tabs for Projects, Groups, and Users. On the right side there is a properties view (PropertisForm). When user double clicks an item in a tab, its details are shown in details view

Author:
Hodaie

Constructor Summary
OrgUnitManagementGUI(org.eclipse.swt.widgets.Composite parent, AdminBroker adminBroker)
          Constructor.
 
Method Summary
 TabContent getActiveTabContent()
          This will be used by GroupComposite and UserComposite.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgUnitManagementGUI

public OrgUnitManagementGUI(org.eclipse.swt.widgets.Composite parent,
                            AdminBroker adminBroker)
Constructor.

Parameters:
parent - Parent
adminBroker - AdminBorker is responsible for retrieving information from server.
Method Detail

getActiveTabContent

public TabContent getActiveTabContent()
This will be used by GroupComposite and UserComposite. When name of a group or user is changed, this must be reflected in corresponding tab. This done by refreshing the ListViewer on a tab.

Returns:
Active tab of TabFolder


Copyright © 2015. All Rights Reserved.