org
.
nlogo
.
core
.
I18N
BundleKind
Related Doc:
package I18N
class
BundleKind
extends
I18NJava
Source
I18N.scala
Linear Supertypes
I18NJava
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
BundleKind
I18NJava
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
BundleKind
(
name:
String
)
Abstract Value Members
abstract
def
getN
(
key:
String
,
args:
<repeated...>
[
AnyRef
]
)
:
String
Definition Classes
I18NJava
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
key:
String
)
(
implicit
prefix:
Prefix
)
:
String
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
defaultLocale
:
Locale
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
fn
: (
String
) ⇒
String
Definition Classes
BundleKind
→
I18NJava
def
get
(
key:
String
)
:
String
Definition Classes
BundleKind
→
I18NJava
def
getBundle
(
locale:
Locale
)
:
ResourceBundle
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getN
(
key:
String
,
args:
AnyRef
*
)
:
String
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keys
(
locale:
Locale
)
:
Iterator
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
setLanguage
(
locale:
Locale
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withLanguage
[
T
]
(
locale:
Locale
)
(
f: ⇒
T
)
:
T
Inherited from
I18NJava
Inherited from
AnyRef
Inherited from
Any
Ungrouped