public class MacPlatform extends DefaultPlatform
DefaultPlatform.CLibrary| Constructor and Description |
|---|
MacPlatform() |
| Modifier and Type | Method and Description |
|---|---|
File |
getDefaultSketchbookFolder() |
File |
getSettingsFolder()
This function should throw an exception or return a value.
|
void |
initBase(Base base) |
void |
openURL(String url) |
void |
saveLanguage(String language)
Handle any platform-specific languages saving.
|
getenv, getSystemDPI, openFolder, openFolderAvailable, setenv, setLookAndFeel, unsetenvpublic void saveLanguage(String language)
DefaultPlatformsaveLanguage in class DefaultPlatformlanguage - 2-digit lowercase ISO language codepublic void initBase(Base base)
initBase in class DefaultPlatformpublic File getSettingsFolder()
throws Exception
DefaultPlatformgetSettingsFolder in class DefaultPlatformExceptionpublic File getDefaultSketchbookFolder()
throws Exception
getDefaultSketchbookFolder in class DefaultPlatformException - so that subclasses can throw a fitpublic void openURL(String url)
throws Exception
openURL in class DefaultPlatformException