|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.app.user.OperatingSystem
OperatingSystem contains all available information regarding the user's operating system.
| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
OperatingSystem()
Constructs a new OperatingSystem object. |
|
| Method Summary | |
String |
getName()
Returns the operating system name. |
boolean |
isMacintosh()
Returns true if the operating system is Macintosh. |
abstract boolean |
isOperatingSystem(String operatingSystem)
Returns true if the operating system is the specified operating system. |
boolean |
isWindows()
Returns true if the operating system is Windows (any variant). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OperatingSystem()
| Method Detail |
public String getName()
public boolean isMacintosh()
public abstract boolean isOperatingSystem(String operatingSystem)
public boolean isWindows()
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||