Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/DeviceDesktopTest/src/org/litesoft/useragent/UserAgentFormFactor.java

Diff revisions: vs.
  @@ -1,14 +1,14 @@
1 - package org.litesoft.useragent;
2 -
3 - /**
4 - * This enum is to encode the basic two ways of interacting with the user.
5 - * <p/>
6 - * Specifically, weather the user can (or should) be able to see multiple views (or pages) simultaneously, as most
7 - * desktops can, but most mobile devices either can't or due to their small size shouldn't!
8 - */
9 - public enum UserAgentFormFactor
10 - {
11 - MultiViewable, // This is the default if SingleViewOnly could not be determined (It is assumed to be a desktop,
12 - // and hence can show multiple views simultaneously)!
13 - SingleViewOnly // e.g. Phones, iPods, Google Glass, Smart TVs & Tablets.
14 - }
1 + package org.litesoft.useragent;
2 +
3 + /**
4 + * This enum is to encode the basic two ways of interacting with the user.
5 + * <p/>
6 + * Specifically, weather the user can (or should) be able to see multiple views (or pages) simultaneously, as most
7 + * desktops can, but most mobile devices either can't or due to their small size shouldn't!
8 + */
9 + public enum UserAgentFormFactor
10 + {
11 + MultiViewable, // This is the default if SingleViewOnly could not be determined (It is assumed to be a desktop,
12 + // and hence can show multiple views simultaneously)!
13 + SingleViewOnly // e.g. Phones, iPods, Google Glass, Smart TVs & Tablets.
14 + }