|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.ShortcutDesc
public final class ShortcutDesc
Field Summary | |
---|---|
static java.lang.String |
CREATE_ALWAYS
Always create a shortcut |
static java.lang.String |
CREATE_ALWAYS_IF_HINTED
Create a desktop shortcut without prompting if the jnlp asks for it |
static java.lang.String |
CREATE_ASK_USER
Always ask user whether to create a shortcut |
static java.lang.String |
CREATE_ASK_USER_IF_HINTED
Ask user whether to create a shortcut but only if jnlp file asks for it |
static java.lang.String |
CREATE_NEVER
Never create a shortcut |
Constructor Summary | |
---|---|
ShortcutDesc(boolean requiresOnline,
boolean onDesktop)
Create a new Shortcut descriptor |
Method Summary | |
---|---|
void |
addMenu(MenuDesc menu)
Add a shortcut to the 'start menu' (whatever that means on gnome/kde/other ...) |
MenuDesc |
getMenu()
Returns the menu this shortcut should be added to |
boolean |
isOnline()
Returns whether the shortcut requires being online |
boolean |
onDesktop()
Return whether the shortcut should be placed on the desktop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CREATE_NEVER
public static final java.lang.String CREATE_ALWAYS
public static final java.lang.String CREATE_ASK_USER
public static final java.lang.String CREATE_ASK_USER_IF_HINTED
public static final java.lang.String CREATE_ALWAYS_IF_HINTED
Constructor Detail |
---|
public ShortcutDesc(boolean requiresOnline, boolean onDesktop)
requiresOnline
- whether the shortcut requires connectivityonDesktop
- whether the shortcut wants to be placed on the desktopMethod Detail |
---|
public boolean isOnline()
public boolean onDesktop()
public void addMenu(MenuDesc menu)
menu
- if/what menu this shortcut should be added topublic MenuDesc getMenu()
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |