final class ClientProperties extends AnyVal
Swing component client properties are hidden accept for put and get. Therefore it lacks
any sort of iterator and we cannot implement collection.mutable.Map. This is a
compromise which provides a few methods known from collection.mutable.Map
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientProperties
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClientProperties(component: Component)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +=(kv: (String, Any)): Component
- def -=(key: String): Component
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val component: Component
- def get(key: String): Option[Any]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def put(key: String, value: Any): Option[Any]
- def remove(key: String): Option[Any]
-
def
toString(): String
- Definition Classes
- Any
- def update(key: String, value: Any): Unit