|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IShortcut | |
planetj.shortcuts |
Uses of IShortcut in planetj.shortcuts |
Classes in planetj.shortcuts that implement IShortcut | |
class |
InternetShortcut
An Internet shortcut is basically a text file then ends with .url For Example PlanetJ.url shortcut might look like this [InternetShortcut] URL=http://www.planetjavainc.com/ or you can point it to a file like this [InternetShortcut] URL=file://c:/Temp/Runnable.exe Creation date: (5/26/2003 3:00:06 PM) |
Methods in planetj.shortcuts with parameters of type IShortcut | |
static boolean |
ShortcutGenerator.generateDesktopShortcut(IShortcut pShortcut)
This method will generate a shortcut on your desktop. |
static boolean |
ShortcutGenerator.generateShortcut(IShortcut pShortcut)
This method will generate a shortcut on your file system. |
static boolean |
ShortcutGenerator.generateStartMenuShortcut(IShortcut pShortcut)
This method will generate a shortcut on your start menu. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |