public enum WebViewType extends Enum<WebViewType>
Enum Constant and Description |
---|
C64_SK
C-64 Portal
|
CODEBASE64
Codebase 64 Wiki
|
CSDB
The C-64 Scene Database
|
FORUM64_DE
Forum 64
|
JSIDPLAY2_JAVADOC
JSIDPlay2 Java Documentation
|
JSIDPLAY2_SRC
JSIDPlay2 Source Code
|
LEMON64_COM
Lemon Retro Store
|
REMIX_KWED_ORG
Remix.Kwed.Org The Devinitive Guide To C64 Remakes
|
SID_OTH4_COM
The SID 6581/8580 Recordings Archive
|
SOASC
Stone Oakvalley's Authentic SID Collection (SOASC=)
|
USERGUIDE
JSIDPlay2 User Guide
|
Modifier and Type | Method and Description |
---|---|
String |
getUrl() |
static String |
toAbsoluteUrl(String url)
Convert relative path names starting with "images/" of the documentation to
absolute path names (This is for the internal
USERGUIDE contained in
the main JAR as resources located in sub-folder "/doc/"). |
static WebViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebViewType CSDB
public static final WebViewType CODEBASE64
public static final WebViewType REMIX_KWED_ORG
public static final WebViewType SID_OTH4_COM
public static final WebViewType C64_SK
public static final WebViewType FORUM64_DE
public static final WebViewType LEMON64_COM
public static final WebViewType SOASC
public static final WebViewType JSIDPLAY2_SRC
public static final WebViewType JSIDPLAY2_JAVADOC
public static final WebViewType USERGUIDE
public static WebViewType[] values()
for (WebViewType c : WebViewType.values()) System.out.println(c);
public static WebViewType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getUrl()
public static String toAbsoluteUrl(String url)
USERGUIDE
contained in
the main JAR as resources located in sub-folder "/doc/").url
- URL to make absoluteCopyright © 2018 Ken Händel. All rights reserved.