Fork me on GitHub

Référence de la classe Misc

Liste de tous les membres

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:
urlL'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:
urlL'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:
uriL'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:
anArraythe array to be converted
Renvoie:
the new vector; if anArray is null, returns null
static <T> Vector<Vector<T> > convertToVector ( anArray[][]) [static]

Returns a vector of vectors that contains the same objects as the array.

Paramètres:
anArraythe double array to be converted
Renvoie:
the new vector of vectors; if anArray is null, returns null
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:
fileThe 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:
fileThe 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 :