|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.TabContent
public abstract class TabContent
This class sets the contents of tabs on the left side of OrgUnitManagmentGUI.
| Constructor Summary | |
|---|---|
TabContent(String tabName,
AdminBroker adminBroker,
PropertiesForm frm)
Constructor. |
|
| Method Summary | |
|---|---|
AdminBroker |
getAdminBroker()
|
abstract org.eclipse.jface.viewers.IStructuredContentProvider |
getContentProvider()
|
PropertiesForm |
getForm()
|
abstract org.eclipse.jface.viewers.ITableLabelProvider |
getLabelProvider()
|
TabContent |
getTab()
|
org.eclipse.jface.viewers.TableViewer |
getTableViewer()
This is called from user and group properties composites in order to update TableViewer, For example when name of an OrgUnit is changed. |
String |
getTabName()
|
void |
selectFirstElement()
This is used during first creation of tab folder to set initial input to properties form. |
void |
setAdminBroker(AdminBroker adminBroker)
|
void |
setForm(PropertiesForm form)
|
void |
setTab(TabContent tab)
|
void |
setTableViewer(org.eclipse.jface.viewers.TableViewer tableViewer)
|
void |
setTabName(String tabName)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabContent(String tabName,
AdminBroker adminBroker,
PropertiesForm frm)
tabName - tab nameadminBroker - AdminBrokerfrm - ProperitesForm| Method Detail |
|---|
public abstract org.eclipse.jface.viewers.ITableLabelProvider getLabelProvider()
public abstract org.eclipse.jface.viewers.IStructuredContentProvider getContentProvider()
public void selectFirstElement()
public org.eclipse.jface.viewers.TableViewer getTableViewer()
public String getTabName()
public void setTabName(String tabName)
tabName - set the name of current tab.public TabContent getTab()
public void setTab(TabContent tab)
tab - set the type of current tab.public AdminBroker getAdminBroker()
public void setAdminBroker(AdminBroker adminBroker)
adminBroker - set the AdminBroker.public PropertiesForm getForm()
public void setForm(PropertiesForm form)
form - set the PropertiesForm.public void setTableViewer(org.eclipse.jface.viewers.TableViewer tableViewer)
tableViewer - The tableViewer to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||