Method Summary |
|
public static void | centerPopup(Shell popupShell) Centre un popup par rapport à sa fenêtre parent. |
public static void | exportToWorkBook(Tree tree) Exporte un arbre SWT en fichier EXCEL. |
public static void | exportToWorkBook(Table table) Exporte un tableau SWT en fichier EXCEL. |
public static HSSFWorkbook | toWorkBook(Tree tree) Convertit un arbre en classeur EXCEL.
Parameters: tree - l'arbre à convertir. |
public static HSSFWorkbook | toWorkBook(Table table) Convertit un tableau en classeur EXCEL.
Parameters: table - le tableau à convertir. |