Scala 2
|
|
isabelle/Platform.scala
]
object
Platform
extends
AnyRefValue Summary | |
val
|
defaults : scala.Option[(java.lang.String, scala.Option[java.lang.String])] |
val
|
is_macos : Boolean |
val
|
is_windows : Boolean |
Method Summary | |
def
|
look_and_feel : java.lang.String |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
val
is_macos : Boolean
val
is_windows : Boolean
val
defaults : scala.Option[(java.lang.String, scala.Option[java.lang.String])]
Method Details |
Scala 2
|
|