|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.tools.PlatformHookUnixoid
org.openstreetmap.josm.tools.PlatformHookWindows
public class PlatformHookWindows
see PlatformHook.java
Constructor Summary | |
---|---|
PlatformHookWindows()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultStyle()
|
void |
initSystemShortcuts()
The initSystemShortcuts hook will be called by the Shortcut class after the modifier groups have been read from the config, but before any shortcuts are read from it or registered from within the application. |
void |
openUrl(java.lang.String url)
The openURL hook will be used to open an URL in the default webbrowser. |
boolean |
rename(java.io.File from,
java.io.File to)
|
Methods inherited from class org.openstreetmap.josm.tools.PlatformHookUnixoid |
---|
canFullscreen, makeTooltip, preStartupHook, startupHook |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openstreetmap.josm.tools.PlatformHook |
---|
canFullscreen, makeTooltip, preStartupHook, startupHook |
Constructor Detail |
---|
public PlatformHookWindows()
Method Detail |
---|
public void openUrl(java.lang.String url) throws java.io.IOException
PlatformHook
openUrl
in interface PlatformHook
openUrl
in class PlatformHookUnixoid
java.io.IOException
public void initSystemShortcuts()
PlatformHook
initSystemShortcuts
in interface PlatformHook
initSystemShortcuts
in class PlatformHookUnixoid
public java.lang.String getDefaultStyle()
getDefaultStyle
in interface PlatformHook
getDefaultStyle
in class PlatformHookUnixoid
public boolean rename(java.io.File from, java.io.File to)
rename
in interface PlatformHook
rename
in class PlatformHookUnixoid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |