| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjfb.tools.activitymgr.ui.util.SWTHelper
public class SWTHelper
Classe offrant des services d'aide à l'utilisation de l'API SWT.
| Constructor Summary | |
|---|---|
| SWTHelper() | |
| Method Summary | |
|---|---|
| static void | centerPopup(org.eclipse.swt.widgets.Shell popupShell)Centre un popup par rapport à sa fenêtre parent. | 
| static void | exportToWorkBook(org.eclipse.swt.widgets.Table table)Exporte un tableau SWT en fichier EXCEL. | 
| static void | exportToWorkBook(org.eclipse.swt.widgets.Tree tree)Exporte un arbre SWT en fichier EXCEL. | 
| static org.apache.poi.hssf.usermodel.HSSFWorkbook | toWorkBook(org.eclipse.swt.widgets.Table table)Convertit un tableau en classeur EXCEL. | 
| static org.apache.poi.hssf.usermodel.HSSFWorkbook | toWorkBook(org.eclipse.swt.widgets.Tree tree)Convertit un arbre en classeur EXCEL. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SWTHelper()
| Method Detail | 
|---|
public static void centerPopup(org.eclipse.swt.widgets.Shell popupShell)
popupShell - le popup.
public static void exportToWorkBook(org.eclipse.swt.widgets.Table table)
                             throws UITechException
table - le tableau à exporter.
UITechException - levé en cas de pb I/O lors de la sauvegarde du fichier EXCEL.
public static void exportToWorkBook(org.eclipse.swt.widgets.Tree tree)
                             throws UITechException
tree - l'arbre à exporter.
UITechException - levé en cas de pb I/O lors de la sauvegarde du fichier EXCEL.public static org.apache.poi.hssf.usermodel.HSSFWorkbook toWorkBook(org.eclipse.swt.widgets.Table table)
table - le tableau à convertir.
public static org.apache.poi.hssf.usermodel.HSSFWorkbook toWorkBook(org.eclipse.swt.widgets.Tree tree)
tree - l'arbre à convertir.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||