public class EEFTab
extends java.lang.Object
Constructor and Description |
---|
EEFTab(EEFPage eefPage)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
aboutToBeHidden()
This method needs to be called before hidding the tab.
|
void |
aboutToBeShown()
This method needs to be called before displaying the tab in the user interface.
|
void |
createControls(org.eclipse.swt.widgets.Composite parent,
IEEFFormContainer container)
Creates the controls of the tab.
|
void |
dispose()
Disposes the tab.
|
EEFPage |
getEEFPage()
Return the eefPage.
|
void |
refresh()
Refreshes the tab.
|
void |
setInput(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
Sets the input of the tab.
|
public EEFTab(EEFPage eefPage)
eefPage
- The pagepublic void createControls(org.eclipse.swt.widgets.Composite parent, IEEFFormContainer container)
parent
- The parent containercontainer
- The container of the whole formpublic void aboutToBeShown()
public void setInput(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
part
- The workbench partselection
- The selectionpublic void refresh()
public void aboutToBeHidden()
public void dispose()
public EEFPage getEEFPage()