ENTDownloader
Gestionnaire de fichiers pour l'ENT de l'Université d'Auvergne
Développé par Kévin Subileau
Référence de la classe Misc
Fonctions membres publiques statiques | |
static Icon | getIcon (FS_Element file) |
Retrieves the icon to associate with this file. | |
static String | getFileTypeDescription (FS_Element file) |
Retrieves the file type description associate with this file. | |
static String | getExtension (String filename) |
static String | getFileNameWithoutExtension (String filename) |
static String[] | splitFileName (String filename) |
static< T > Vector< T > | convertToVector (T[] anArray) |
Returns a vector that contains the same objects as the array. | |
static< T > Vector< Vector< T > > | convertToVector (T[][] anArray) |
Returns a vector of vectors that contains the same objects as the array. | |
static boolean | browse (String url) |
Ouvre le navigateur par défaut à l'adresse indiquée. | |
static boolean | browse (URL url) |
Ouvre le navigateur par défaut à l'adresse indiquée. | |
static boolean | browse (URI uri) |
Ouvre le navigateur par défaut à l'adresse indiquée. |
Documentation des fonctions membres
static boolean browse | ( | String | url | ) | [static] |
Ouvre le navigateur par défaut à l'adresse indiquée.
Les exceptions lancées par java.awt.Desktop.browse(java.net.URI) sont rattrapés sans action.
- Paramètres:
-
url L'adresse à visiter.
- Renvoie:
- True si l'action est supportée et a réussi sans exceptions, false sinon
static boolean browse | ( | URL | url | ) | [static] |
Ouvre le navigateur par défaut à l'adresse indiquée.
Les exceptions lancées par java.awt.Desktop.browse(java.net.URI) sont rattrapés sans action.
- Paramètres:
-
url L'URL à visiter.
- Renvoie:
- True si l'action est supportée et a réussi sans exceptions, false sinon
static boolean browse | ( | URI | uri | ) | [static] |
Ouvre le navigateur par défaut à l'adresse indiquée.
Les exceptions lancées par java.awt.Desktop.browse(java.net.URI) sont rattrapés sans action.
- Paramètres:
-
uri L'URI à visiter.
- Renvoie:
- True si l'action est supportée et a réussi sans exceptions, false sinon
static <T> Vector<T> convertToVector | ( | T[] | anArray | ) | [static] |
Returns a vector that contains the same objects as the array.
- Paramètres:
-
anArray the array to be converted
- Renvoie:
- the new vector; if
anArray
isnull
, returnsnull
static <T> Vector<Vector<T> > convertToVector | ( | T | anArray[][] | ) | [static] |
Returns a vector of vectors that contains the same objects as the array.
- Paramètres:
-
anArray the double array to be converted
- Renvoie:
- the new vector of vectors; if
anArray
isnull
, returnsnull
static String getExtension | ( | String | filename | ) | [static] |
static String getFileNameWithoutExtension | ( | String | filename | ) | [static] |
static String getFileTypeDescription | ( | FS_Element | file | ) | [static] |
Retrieves the file type description associate with this file.
- Paramètres:
-
file The file for which we want get the file type description.
- Renvoie:
- the file type description associated with the file
static Icon getIcon | ( | FS_Element | file | ) | [static] |
Retrieves the icon to associate with this file.
If the icon returned by the file is null
then ask the UIManager to give us an icon (from the LookAndFeel)
- Paramètres:
-
file The file for which we want get the icon
- Renvoie:
- the icon associated with the file
static String [] splitFileName | ( | String | filename | ) | [static] |
La documentation de cette classe a été générée à partir du fichier suivant :