| java.lang.Object org.objectweb.salome_tmf.ihm.tools.Tools
Method Summary | |
public static void | RefreshView(String name, String type) | public static String[] | chooseProjectAndUser(URL url) | public static String | clearStringOfParameter(String description, String paramName) | public static boolean | containsString(String descr, String paramName) | public static ImageIcon | createAppletImageIcon(String path, String description) Méthode permettant de récupérer des icones qui peuvent ?tre utilis?es
dans l'interface. | public static String | createHtmlString(String text, int lineSize) | public static Image | createImage(String path, String description) M?thode permettant de r?cup?rer des icones qui peuvent ?tre utilis?es
dans l'interface. | public static String | createStringWithReturn(String text, int lineSize) | public static Family | familyInList(String name, ArrayList familyList) | public static ImageIcon | getActionStatusIcon(String type) Retourne l'icone associ?e au type pass? au param?tre. | public static String | getInstantiedDescription(String description, Execution pExec) | public static ArrayList | getListOfTestManualOrAutomatic(ArrayList list, ExecutionResult pExecutionResult, Vector pAllTestToExecute, boolean continueExec, boolean onlyNotExec, boolean onlyAssigned, boolean forModif) Méthodes qui retourne une liste de liste contenant des tests soit manuels
soit automatiques. | public static ArrayList | getParametersInDescription(String descr) | public static ArrayList | getParametersInDescription(String descr, Hashtable paramTable) | public static URL | getURL(String file) | public static void | ihmExceptionView(Exception exception) | public static void | initExecutionResultMap(ArrayList testList, ExecutionResult execResult, Campaign c) | public static Image | loadImages(JFrame frm, String imageFile) | public static String | speedpurge(String str) | public static Test | testInList(Test test, ArrayList testList) | public static TestList | testListInList(String name, ArrayList testListList) | public static void | writeFile(InputStream input, String path) |
chooseProjectAndUser | public static String[] chooseProjectAndUser(URL url)(Code) | | Parameters: url - |
clearStringOfParameter | public static String clearStringOfParameter(String description, String paramName)(Code) | | Parameters: description - Parameters: paramName - Parameters: test - |
createAppletImageIcon | public static ImageIcon createAppletImageIcon(String path, String description)(Code) | | Méthode permettant de récupérer des icones qui peuvent ?tre utilis?es
dans l'interface.
Parameters: path - le chemin complet permettant d'acc?der au fichier image. Parameters: description - la chaine de caractères pouvant être associée à l'icone un objet ImageIcon |
createHtmlString | public static String createHtmlString(String text, int lineSize)(Code) | | Transforme le texte pass? en param?tre en un texte au format html d?coup?
en ligne dont la longueur est pass?e en param?tre
Parameters: text - le texte Parameters: lineSize - la longueur des lignes un texte au format html |
createImage | public static Image createImage(String path, String description)(Code) | | M?thode permettant de r?cup?rer des icones qui peuvent ?tre utilis?es
dans l'interface.
Parameters: path - le chemin complet permettant d'acc?der au fichier image. Parameters: description - la cha?ne de caract?res pouvant ?tre associ?e ? l'icone un objet ImageIcon |
createStringWithReturn | public static String createStringWithReturn(String text, int lineSize)(Code) | | |
getActionStatusIcon | public static ImageIcon getActionStatusIcon(String type)(Code) | | Retourne l'icone associ?e au type pass? au param?tre. On retourne null
si le type n'est pas SUCCESS, FAIL ou UNKNOW.
Parameters: type - |
getInstantiedDescription | public static String getInstantiedDescription(String description, Execution pExec)(Code) | | Parameters: description - Parameters: dataSet - Parameters: env - |
getListOfTestManualOrAutomatic | public static ArrayList getListOfTestManualOrAutomatic(ArrayList list, ExecutionResult pExecutionResult, Vector pAllTestToExecute, boolean continueExec, boolean onlyNotExec, boolean onlyAssigned, boolean forModif)(Code) | | Méthodes qui retourne une liste de liste contenant des tests soit manuels
soit automatiques. L'ordre est préservé par rapport à la liste donnée en
paramètre.
Parameters: list - une liste de tests quelconques Parameters: une - liste de liste de tests, regroupés selon leur type (manuel ouautmatique) |
getParametersInDescription | public static ArrayList getParametersInDescription(String descr)(Code) | | Parameters: descr - |
ihmExceptionView | public static void ihmExceptionView(Exception exception)(Code) | | M?thode d'affichage d'un message sous forme de fen?tre lorsqu'une
exception est lev?e
Parameters: message - un message ? afficher |
loadImages | public static Image loadImages(JFrame frm, String imageFile)(Code) | | Parameters: tsfVector - Parameters: tsf - |
testInList | public static Test testInList(Test test, ArrayList testList)(Code) | | Parameters: name - Parameters: testList - |
|
|