public class WindowsDesktopEntry extends java.lang.Object implements GenericDesktopEntry
Constructor and Description |
---|
WindowsDesktopEntry(JNLPFile file) |
Modifier and Type | Method and Description |
---|---|
void |
createDesktopShortcuts(net.sourceforge.jnlp.security.dialogresults.AccessWarningPaneComplexReturn.ShortcutResult menu,
net.sourceforge.jnlp.security.dialogresults.AccessWarningPaneComplexReturn.ShortcutResult desktop,
boolean isSigned) |
void |
createShortcutOnWindowsDesktop() |
void |
createWindowsMenu() |
java.io.File |
getDesktopIconFile() |
java.lang.String |
getDesktopIconFileName() |
java.io.File |
getGeneratedJnlpFileName() |
java.io.File |
getLinuxMenuIconFile() |
void |
refreshExistingShortcuts(boolean desktop,
boolean menu) |
public WindowsDesktopEntry(JNLPFile file)
public java.lang.String getDesktopIconFileName()
getDesktopIconFileName
in interface GenericDesktopEntry
public java.io.File getDesktopIconFile()
getDesktopIconFile
in interface GenericDesktopEntry
public void createShortcutOnWindowsDesktop() throws java.io.IOException
createShortcutOnWindowsDesktop
in interface GenericDesktopEntry
java.io.IOException
public void createWindowsMenu() throws java.io.IOException
createWindowsMenu
in interface GenericDesktopEntry
java.io.IOException
public void createDesktopShortcuts(net.sourceforge.jnlp.security.dialogresults.AccessWarningPaneComplexReturn.ShortcutResult menu, net.sourceforge.jnlp.security.dialogresults.AccessWarningPaneComplexReturn.ShortcutResult desktop, boolean isSigned)
createDesktopShortcuts
in interface GenericDesktopEntry
public void refreshExistingShortcuts(boolean desktop, boolean menu)
refreshExistingShortcuts
in interface GenericDesktopEntry
public java.io.File getGeneratedJnlpFileName()
getGeneratedJnlpFileName
in interface GenericDesktopEntry
public java.io.File getLinuxMenuIconFile()
getLinuxMenuIconFile
in interface GenericDesktopEntry